inveniosoftware-contrib / ng2-json-editor

Angular 2 component for JSON editing
Other
27 stars 27 forks source link

Use angular Renderer when manipulating DOM #443

Open harunurhan opened 6 years ago

harunurhan commented 6 years ago

This is because direct manipulation can break several stuff, such as server-side rendering, web workers(?)

harunurhan commented 6 years ago

Blocked by https://github.com/angular/angular/issues/15674#issuecomment-343618245, API is gonna change since there is no reason to implement this now, we can try to wait for the new API.