File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
app/ui-category/text-view Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11import { NgModule , NO_ERRORS_SCHEMA } from "@angular/core" ;
22import { NativeScriptRouterModule } from "nativescript-angular/router" ;
33import { NativeScriptModule } from "nativescript-angular/platform" ;
4+ import { NativeScriptFormsModule } from "nativescript-angular/forms" ;
45import { TextViewExamplesComponent } from "./text-view-examples.component" ;
56import { BasicTextViewComponent } from "./basic-text-view/basic-text-view.component" ;
67import { TitleAndNavButtonModule } from "../../directives/title-and-nav-button.module" ;
@@ -22,6 +23,7 @@ export const routerConfig = [
2223 imports : [
2324 TitleAndNavButtonModule ,
2425 NativeScriptModule ,
26+ NativeScriptFormsModule ,
2527 NativeScriptRouterModule ,
2628 NativeScriptRouterModule . forChild ( routerConfig )
2729 ] ,
Original file line number Diff line number Diff line change 103103 "build-android-bundle" : " tns build android --bundle --disable-npm-install" ,
104104 "build-ios-bundle" : " tns build ios --bundle --disable-npm-install"
105105 }
106- }
106+ }
You can’t perform that action at this time.
0 commit comments