Sharo Kantir
Sharo Kantir

Reputation: 83

Visual studio Angular - the extensions seem to not work on the .html files

Just installed Visual studio code and angular cli. I also installed some extensions;

It looks like the bracket colorizer in not working on the .html files;

The component.html file looks like this

The component.html file looks like this. As you can see, the brackets are not colorized.

The component.ts looks like this

This is the component.ts file. In this one, everything works fine.

Upvotes: 2

Views: 546

Answers (1)

HaaLeo
HaaLeo

Reputation: 11692

It is known that angular parsing is not complete. The corresponding issue is tracked here.

Upvotes: 1

Related Questions