mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
By binding the token `DOM_REFLECT_PROPERTIES_AS_ATTRIBUTES` provided by the dom_renderer module to `true` in the root injector (i.e. bootstrap()), all elements whose properties are set by angular will be reflected as attributes with the prefix "ng-reflect-". Fixes #2910 |
||
|---|---|---|
| .. | ||
| compiler | ||
| events | ||
| shadow_dom | ||
| view | ||
| convert_spec.ts | ||
| dom_renderer_integration_spec.ts | ||
| dom_testbed.ts | ||
| shadow_dom_emulation_integration_spec.ts | ||