FunctionExpression
In some code formats (e.g. ES5) methods can actually be function expressions. For example: ```js function MyClass() {} // this static method is declared as a function expression MyClass.staticMethod = function() { ... }; ``` PR Close #24897
NgMatchers
Reflect
DoneFn
PlatformRef
COMPILED
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
License: MIT