mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fixes #2268 BREAKING CHANGE: Before @Directive({ hostListeners: {'event': 'statement'}, hostProperties: {'expression': 'hostProp'}, hostAttributes: {'attr': 'value'}, hostActions: {'action': 'statement'} }) After @Directive({ host: { '(event)': 'statement', '[hostProp]': 'expression' // k & v swapped 'attr': 'value', '@action': 'statement' } }) |
||
|---|---|---|
| .. | ||
| compiler | ||
| life_cycle | ||
| testability | ||
| zone | ||
| application_spec.ts | ||
| directive_lifecycle_integration_spec.ts | ||
| forward_ref_integration_spec.dart | ||
| forward_ref_integration_spec.ts | ||