edit
This commit is contained in:
		| @ -6,12 +6,12 @@ import { DashboardComponent } from './dashboard/dashboard.component'; | |||||||
| import { RouteRoutingModule } from './routes-routing.module'; | import { RouteRoutingModule } from './routes-routing.module'; | ||||||
| import { BasicTableComponent } from './commom/components/basic-table/basic-table.component'; | import { BasicTableComponent } from './commom/components/basic-table/basic-table.component'; | ||||||
|  |  | ||||||
| const COMPONENTS = [DashboardComponent]; | const COMPONENTS = [DashboardComponent, BasicTableComponent]; | ||||||
| const COMPONENTS_NOROUNT: Array<Type<void>> = []; | const COMPONENTS_NOROUNT: Array<Type<void>> = []; | ||||||
|  |  | ||||||
| @NgModule({ | @NgModule({ | ||||||
|   imports: [SharedModule, RouteRoutingModule], |   imports: [SharedModule, RouteRoutingModule], | ||||||
|   declarations: [...COMPONENTS, ...COMPONENTS_NOROUNT, BasicTableComponent], |   declarations: [...COMPONENTS, ...COMPONENTS_NOROUNT], | ||||||
|   entryComponents: COMPONENTS_NOROUNT |   entryComponents: COMPONENTS_NOROUNT | ||||||
| }) | }) | ||||||
| export class RoutesModule {} | export class RoutesModule {} | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user