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
|
||
|---|---|---|
| .. | ||
| diagnostics | ||
| metadata | ||
| transformers | ||
| aot_host_spec.ts | ||
| extract_i18n_spec.ts | ||
| mocks.ts | ||
| ngc_spec.ts | ||
| perform_watch_spec.ts | ||
| test_support.ts | ||