mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fixes #2013 BREAKING CHANGE: Before @Directive(properties: { 'sameName': 'sameName', 'directiveProp': 'elProp | pipe' }) After @Directive(properties: [ 'sameName', 'directiveProp: elProp | pipe' ]) |
||
|---|---|---|
| .. | ||
| compiler | ||
| events | ||
| shadow_dom | ||
| view | ||
| convert_spec.ts | ||
| dom_renderer_integration_spec.ts | ||
| dom_testbed.ts | ||
| shadow_dom_emulation_integration_spec.ts | ||