Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best way to Lint Angular 2, 4, 5 template html files prior to AOT compilation

I have found this gulp html angular validate

but I am not entirely sure if this is event for angular 2 +. Also, I was looking for something that was more like a lint, while you are working, versus during a build process because AOT already does this upon building.

like image 788
Christian Matthew Avatar asked Jul 06 '17 18:07

Christian Matthew


1 Answers

I stumbled upon HTMLHint NG2, an extension for HTMLHint, but both seem to be dead since they aren't updated for almost a year.

Apart from that, I didn't find any alternative.

like image 105
biolauri Avatar answered Sep 22 '22 11:09

biolauri