mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f4e0f51f5a
Adds any metadata attached to a parameter to the "parameters" value passed in to `registerType`. For example: `MyComponent(@Inject(Foo) foo)` generates `"parameters": const [const [const Inject(Foo)]]` Also reorganizes the testing code. Closes #7