Details
-
Wish
-
Status: Open
-
Major
-
Resolution: Unresolved
-
9.0
-
None
-
Important
-
Description
Add support for angular's new language service described in
https://next.angular.io/guide/language-service
This will allow
- Autocompletion
- Error checking
- Navigation
etc in angular.
Also make sure that non standard html tags won't cause any issues when it is not there in custom.json (at least errors should be replaced with warnings and there should not be any formatting issues). Also html spec don't say that elements and attributes can't have special symbols like []()* etc. consider this also in the html parser.
Also Remove support for old AngularJS 1.x
and
Add inbuilt support for typescript