Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
app_component_1.AppComponent,
board_component_1.BoardComponent,
order_component_1.OrderDetailComponent,
neworder_component_1.NewOrderComponent,
scan_component_1.ScanComponent,
main_2.IgInput
],
imports: [
platform_browser_1.BrowserModule,
forms_1.FormsModule,
http_1.HttpModule,
main_1.IgRippleModule,
main_1.ButtonModule,
main_2.ListModule,
main_2.IgLayout,
main_2.FilterModule,
main_1.TabBarModule,
main_1.CheckboxModule,
main_2.NavbarModule,
main_2.AvatarModule,
router_1.RouterModule.forRoot([
{
path: '',
component: board_component_1.BoardComponent
},
{
path: 'detail/:id',
component: order_component_1.OrderDetailComponent
},
{
path: 'new',
component: neworder_component_1.NewOrderComponent