angular 2 missing domsanitizer when try to start -


im running angular2 rc 5 doing fine until im restart pc , doing npm start again, before restart pc working fine

when im try start project again there error saying ,

node_modules/@angular/platform-browser/index has no exported member 'domsanitizer' 

im try reinstall package , copy paste @angular file quickstart working still fail same error

i guess wrong @angular/platform-browser still cant figure out

if using angular2 rc5 use this-

  • domsanitizationservice

if moving angular2 rc6 use this-

  • domsanitizer

reference: https://github.com/angular/angular/pull/11085

see if helps.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -