mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Previously each NgModule trait checked its own scope for valid declarations during 'resolve'. This worked, but caused the LocalModuleScopeRegistry to declare that NgModule scopes were valid even if they contained invalid declarations. This commit moves the generation of diagnostic errors to the LocalModuleScopeRegistry where it belongs. Now the registry can consider an NgModule's scope to be invalid if it contains invalid declarations. PR Close #34460 |
||
|---|---|---|
| .. | ||
| integrationtest | ||
| ngcc | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| tsconfig-build.json | ||
| tsconfig.json | ||