How to use the zero-blocks/main.TabBarModule function in zero-blocks

To help you get started, we’ve selected a few zero-blocks examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github IgniteUI / warehouse-js-blocks / app / app.module.js View on Github external
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
                    },