angular 2 missing domsanitizer when try to start angular 2 missing domsanitizer when try to start angular angular

angular 2 missing domsanitizer when try to start


If you are using angular2 RC5 use this-

  • DomSanitizationService

If you are moving to angular2 RC6 use this-

  • DomSanitizer

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

See if this helps.