angular/goldens/public-api/compiler-cli
Andrew Kushnir 131d029da1 feat(compiler-cli): detect missing control flow directive imports in standalone components (#46146)
This commit adds an extended diagnostics check that verifies that all control flow directives (such as `ngIf`, `ngFor`) have the necessary directives imported in standalone components. Currently there is no diagnostics produced for such cases, which makes it harder to detect and find problems.

PR Close #46146
2022-06-10 21:22:53 +00:00
..
compiler_options.md refactor(compiler-cli): introduce onlyPublishPublicTypingsForNgModules (#45894) 2022-06-02 13:39:14 -07:00
error_code.md feat(compiler-cli): detect missing control flow directive imports in standalone components (#46146) 2022-06-10 21:22:53 +00:00
extended_template_diagnostic_name.md feat(compiler-cli): detect missing control flow directive imports in standalone components (#46146) 2022-06-10 21:22:53 +00:00