javascript - Angular 2.0, Typescript and 'FORM_DIRECTIVES' module -
i using angular 2.0 alfa 35. when importing form_directives
(which new name formdirectives
on alfa 35) getting typescript error:
error ts2305: module '"angular2/angular2"' has no exported member 'form_directives'.
is bug in ts definitions? can fix/override it?
as of today angular 2 beta should be:
import {form_directives} 'angular2/common'
Comments
Post a Comment