mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Fixes #3001 BREAKING CHANGE: View renderer used to take normalized CSS class names (ex. fooBar for foo-bar). With this change a rendered implementation gets a calss name as specified in a template, without any transformations / normalization. This change only affects custom view renderers that should be updated accordingly. Closes #3264 |
||
|---|---|---|
| .. | ||
| compiler | ||
| events | ||
| shadow_dom | ||
| view | ||
| convert_spec.ts | ||
| dom_renderer_integration_spec.ts | ||
| dom_testbed.ts | ||