Closed oearias closed 4 years ago
when i try to run the command ng build --prod
the terminal shows messages like Property 'SearchText' doesn't exist on Type Component...
this is my html <input [(ngModel)]="searchText">
<tr *ngFor="let equipo of equipos | filter: searchText | paginate: { itemsPerPage:7, currentPage: p}; let i = index">
sorry, i had not declared searchText in Component.
when i try to run the command ng build --prod
the terminal shows messages like Property 'SearchText' doesn't exist on Type Component...
this is my html <input [(ngModel)]="searchText">
<tr *ngFor="let equipo of equipos | filter: searchText | paginate: { itemsPerPage:7, currentPage: p}; let i = index">