mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGES
Before:
@Component({injectables: [Type]} class MyCmp{}
After:
@Component({appInjector: [Type]} class MyCmp{}
|
||
|---|---|---|
| .. | ||
| benchpress | ||
| forms | ||
| gestures | ||
| hello_world | ||
| key_events | ||
| material | ||
| sourcemap | ||
| todo | ||