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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -