Skip to content

NathanWalker/Nativescript-angular-app

 
 

Repository files navigation

AngularappV10

This project was generated with Angular CLI version 10.0.5.

Steps followed to create the project:

  • Created angular 10 project using command ng new app-name
  • Migrated project to nativescript using this guide.

npm install --global @angular/cli

npm install --global nativescript

ng add @nativescript/schematics

  • Along with auto generated component .I have created another component.
  • I ran this application on ios uisng - nsc run ios --emulator
  • Application build on the emulator
  • On first component ,I get the value entered on text field .I'm using form Control in the sample .
  • The issue is after after navigation. Navigating to second component. -On second component ,Form value changes are not detected , I'm not able to fetch the value from text field. Neither ngModel nor (textChange) event gets triggered

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.3%
  • JavaScript 27.1%
  • TypeScript 25.9%
  • CSS 0.7%