Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(compiler-cli): detect missing control flow directive imports #46146

Closed

Commits on Jun 10, 2022

  1. feat(compiler-cli): detect missing control flow directive imports in …

    …standalone components
    
    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.
    AndrewKushnir committed Jun 10, 2022
    Copy the full SHA
    66bdbb1 View commit details
    Browse the repository at this point in the history