mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
63e15ffaec
BREAKING CHANGE: - all `…Metadata` classes have been removed. Use the corresponding decorator as constructor or for `instanceof` checks instead. - Example: * Before: `new ComponentMetadata(…)` * After: `new Component(…)` - Note: `new Component(…)` worked before as well.
4.8 KiB
4.8 KiB