mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8226be6abf
Adds the new `SourceFileValidator` that will be used to check for file-level issues that may prevent Angular from working, like invoking the `input()` function outside of an initializer. Currently only one check is planned, but this setup will allow us to easily add more in the future. PR Close #54993