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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

c# - ajax - How to receive data both html and json from server? -