ionic run android gives Property … does not exist on type ‘{ [key: string]: AbstractControl; }’

ionic run android gives Property … does not exist on type ‘{ [key: string]: AbstractControl; }’ https://forum.ionicframework.com/t/property-does-not-exist-on-type-key-string-abstractcontrol/65783 http://stackoverflow.com/questions/39881367/property-does-not-exist-on-type-key-string-abstractcontrol/39886710 I Test Finish: 1、In ts files, still use loginForm: FormGroup; 2、loginForm.controls.password.valid -> loginForm.get(‘password’).valid

2016-12-14 · 1 min · 31 words · Me

ionic2 add new components

http://ionicframework.com/docs/v2/components/#overview 1、src\app\app.module.ts import import declarations entryComponents 2、src\app\app.components.ts import import this.pages 3、If .ts .html .scss files in src\pages\ .ts @component templateUrl export class .html ion-navbar remeber button & menu usually change this step and file, then you can test Components.

2016-11-22 · 1 min · 39 words · Me