angular2 cannot read property 'validator' of undefined when use ngFormModel (ES6)
问题 I got some problem when use ngFormModel directive with form it said "TypeError: Cannot read property 'validator' of undefined in form_one (I write this code from NG-BOOK 2 Tutorial but it's not work!) import {Component} from 'angular2/core' import { FORM_DIRECTIVES, FormBuilder, ControlGroup, Validators } from 'angular2/common' @Component({ selector: 'demo-form-sku-builder', directives: [FORM_DIRECTIVES], template: ` <div class="ui raised segment"> <h2 class="ui header">Demo Form: Sku with