Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Hi, in IDE we have sometimes “Angular Template Problem” (useful) warnings which do not show in CLI builds and lints. Is it genuitect specific validator or is it angular cli feature?
It makes CLI builds and IDE inconsistent. We would really like to have this validation on the headless CI server builds, not just in IDE (ideally with ng lint), is there a way to achieve that?
This topic was modified 6 years, 11 months ago by Fedor Losev.
The validation is from the Angular language services, which we’re using internally for several capabilities, and exposing some of the results at the UI level.
Certainly an interesting request, but I’m afraid I do not know off hand how you can add this to your headless builds.