Skip to content

Commit 1735f43

Browse files
author
Manuel Rauber
committed
Removed non existing component
1 parent a6623f9 commit 1735f43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ng2client/app/components/adminCustomerList/adminCustomerList.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import {Component, OnInit} from 'angular2/core';
2-
import {AdminCustomerListItemComponent} from '../adminCustomerListItem/adminCustomerListItem';
32
import {CustomerModel} from '../../model/customerModel';
43
import {CustomerApiService} from '../../services/customerApiService';
54
import {RouterLink} from 'angular2/router';
65

76
@Component({
87
selector: 'nfn-admin-customer-list',
98
templateUrl: 'app/components/adminCustomerList/adminCustomerList.html',
10-
directives: [AdminCustomerListItemComponent, RouterLink]
9+
directives: [RouterLink]
1110
})
1211
export class AdminCustomerListComponent implements OnInit {
1312
public customers: Array<CustomerModel> = [];

0 commit comments

Comments
 (0)