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' ]) |
||
|---|---|---|
| .. | ||
| directives.ts | ||
| form_builder.ts | ||
| model.ts | ||
| validator_directives.ts | ||
| validators.ts | ||