1
0

ngIf else ng-template for initial loading work

This commit is contained in:
William Welling
2017-10-03 15:29:30 -05:00
parent b99bc70302
commit fa99152104
9 changed files with 89 additions and 68 deletions

View File

@@ -27,6 +27,7 @@ import { TruncatePipe } from './utils/truncate.pipe';
import { WrapperListElementComponent } from '../object-list/wrapper-list-element/wrapper-list-element.component';
import { SearchResultListElementComponent } from '../object-list/search-result-list-element/search-result-list-element.component';
import { SearchFormComponent } from './search-form/search-form.component';
import { LoadingComponent } from './loading/loading.component';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -57,7 +58,8 @@ const COMPONENTS = [
ObjectListComponent,
ObjectListElementComponent,
WrapperListElementComponent,
SearchFormComponent
SearchFormComponent,
LoadingComponent
];
const ENTRY_COMPONENTS = [