SlideShare a Scribd company logo
亂馬客依 ng2 官網範例學習
內容來自於 ng2 官網
Angular2 Form
Angular2 Form
• 使用 component & template 建立 form
• 使用 [(ngModel)] 實現雙向數據綁定
• 使用 ngModel 來追蹤狀態變化
• 搭配 CSS 來控制 HTML elements
• 使用 template reference variables
Angular2 Form
let myHero = new Hero(1,
‘SkyLuke’,
‘唬爛’,
‘Egg’);
let myHero2 = new Hero(2,
‘EggMan’,
‘Throw Eggs’);
Angular2 Form
Angular2 Form
FormsModule
HeroFormComponent
<= 這個Module
需要的 modules
<= 這個Module
需要的 component,
directives, pipes
Angular2 Form
• 使用 component & template 建立 form
• 使用 [(ngModel)] 實現雙向數據綁定
• 使用 ngModel 來追蹤狀態變化
• 搭配 CSS 來控制 HTML elements
• 使用 template reference variables
Angular2 Form
[(ngModel)]="model.alterEgo" name="alterEgo"
Angular2 Form
ngModel
[ngModel]="model.name"
[(ngModel)]="model.name"
Angular2 Form
• 使用 component & template 建立 form
• 使用 [(ngModel)] 實現雙向數據綁定
• 使用 ngModel 來追蹤狀態變化
• 搭配 CSS 來控制 HTML elements
• 使用 template reference variables
Angular2 Form
• 使用 component & template 建立 form
• 使用 [(ngModel)] 實現雙向數據綁定
• 使用 ngModel 來追蹤狀態變化
• 搭配 CSS 來控制 HTML elements
• 使用 template reference variables
Angular2 Form
• 使用 component & template 建立 form
• 使用 [(ngModel)] 實現雙向數據綁定
• 使用 ngModel 來追蹤狀態變化
• 搭配 CSS 來控制 HTML elements
• 使用 template reference variables
valid pristine
Angular2 Form
[disabled]="!heroForm.form.valid"
Angular2 Form
Angular2 Form
Angular2 Form
Angular2 Form
Angular2 – 5.表單
Enable Browser's Source Maps
Angular2 Form

More Related Content

ODP
Backbone js and requirejs
PPTX
Phalcon框架入门
PPTX
打造輕量化手機網站(實作版)
PPTX
從Developer來看 效能調校
PPTX
SQL Count(*) VS Count(1)
PPTX
Sql效能調校分享-資料瘦身
PPTX
Internet of Things
PPTX
軟體弱點掃描
Backbone js and requirejs
Phalcon框架入门
打造輕量化手機網站(實作版)
從Developer來看 效能調校
SQL Count(*) VS Count(1)
Sql效能調校分享-資料瘦身
Internet of Things
軟體弱點掃描
Ad

Angular2 Form

Editor's Notes

  • #2: https://angular.cn/docs/ts/latest/guide/forms.html
  • #3: https://angular.cn/docs/ts/latest/guide/forms.html
  • #4: https://github.com/angular/quickstart/blob/master/README.md
  • #5: https://angular.cn/docs/ts/latest/guide/forms.html
  • #12: https://angular.cn/docs/ts/latest/guide/forms.html
  • #18: https://angular.cn/docs/ts/latest/guide/forms.html
  • #20: https://angular.cn/docs/ts/latest/guide/forms.html
  • #22: https://angular.cn/docs/ts/latest/guide/forms.html