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