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' } }) |
||
|---|---|---|
| .. | ||
| dom | ||
| api_spec.ts | ||
| xhr_impl_spec.ts | ||
| xhr_mock_spec.ts | ||