@nativescript/template-tab-navigation-ng
Version:
Tabbed interface template
14 lines (11 loc) • 492 B
text/typescript
import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core'
import { NativeScriptCommonModule } from '@nativescript/angular'
import { HomeRoutingModule } from './home-routing.module'
import { HomeComponent } from './home.component'
import { ItemDetailComponent } from './item-detail/item-detail.component'
export class HomeModule {}