mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
E.g. this allows the following to work:
```
@Decorator({
useValue: MyClass.someMethod
})
class MyClass {
static someMethod() {}
}
```
PR Close #19301
|
||
|---|---|---|
| .. | ||
| compiler_host_spec.ts | ||
| lower_expressions_spec.ts | ||
| node_emitter_spec.ts | ||
| program_spec.ts | ||