edit
This commit is contained in:
		@ -6,12 +6,12 @@ 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 = [DashboardComponent, BasicTableComponent];
 | 
			
		||||
const COMPONENTS_NOROUNT: Array<Type<void>> = [];
 | 
			
		||||
 | 
			
		||||
@NgModule({
 | 
			
		||||
  imports: [SharedModule, RouteRoutingModule],
 | 
			
		||||
  declarations: [...COMPONENTS, ...COMPONENTS_NOROUNT, BasicTableComponent],
 | 
			
		||||
  declarations: [...COMPONENTS, ...COMPONENTS_NOROUNT],
 | 
			
		||||
  entryComponents: COMPONENTS_NOROUNT
 | 
			
		||||
})
 | 
			
		||||
export class RoutesModule {}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user