adbfd29fd7
BREACKING CHANGE: Before: @Directive({properties: ['one'], events: ['two']}) After: @Directive({inputs: ['one'], outputs: ['two']}) Before: @Component({properties: ['one'], events: ['two']}) After: @Componet({inputs: ['one'], outputs: ['two']}) Before: class A {@Property() one; @Event() two;} After: class A {@Input() one; @Output() two;} |
||
---|---|---|
.. | ||
dom | ||
api_spec.ts | ||
event_config_spec.ts | ||
view_factory_spec.ts | ||
view_spec.ts | ||
xhr_impl_spec.ts | ||
xhr_mock_spec.ts |