Mika
Member since Mar 22, 2016
- Profile: /members/13113-mika.htm
- Comments: 2
Recent Blog Comments By Mika
-
Injecting HTML With The BrowserDomAdapter In AngularJS 2 Beta 9
Posted on Mar 22, 2016 at 6:07 PM
Good point. What I mainly wanted to point out is using this BrowserDomAdapter locks you out of service workers and cross platform AFAIK. Angular2 still has a lot of docs to fill and things to implement so it could be an unfinished feature.... read more »
-
Injecting HTML With The BrowserDomAdapter In AngularJS 2 Beta 9
Posted on Mar 22, 2016 at 4:52 PM
According to Rob Wormald "Renderer" is what you want to use if you need to touch the DOM and be cross platform. https://angular.io/docs/ts/latest/api/core/Renderer-class.html... read more »