mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Note: This checks the constructors of `@Injectable` classes more strictly.
E.g this will fail now as the constructor argument has no `@Inject` nor is
the type of the argument a DI token.
```
@Injectable()
class MyService {
constructor(dep: string) {}
}
```
Last part of #12787
Closes #12787
|
||
|---|---|---|
| .. | ||
| static_reflector_spec.ts | ||
| static_symbol_resolver_spec.ts | ||
| summary_resolver_spec.ts | ||
| summary_serializer_spec.ts | ||