This repository was archived by the owner on Nov 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ # v0.900.0
2+ This release is a substantial overhaul of the Angular language service that brings
3+ signficant performance improvements.
4+
5+ New features:
6+ - Added "go to definition" for ` templateUrl ` and ` styleUrls ` .
7+ - Hover tooltip now shows the ` NgModule ` a directive is declared in.
8+ - Added ` angular.ngdk ` config for specifying location of ` @angular/language-service ` .
9+ - Added vscode command to restart the extension.
10+ - Display loading indicator while project is loading.
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ and external templates including:
1414
1515This extension uses
` [email protected] ` .
1616
17- ** NOTE** : Please make sure ` @angular/language-service ` >= v9.0.0 is installed
18- in your project otherwise the extension would not work.
19-
2017## Download
2118
2219Download the extension from [ Visual Studio Marketplace] ( https://marketplace.visualstudio.com/items?itemName=Angular.ng-template ) .
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ rm -rf dist
1111yarn run compile
1212
1313# Copy files to package root
14- cp package.json yarn.lock angular.png README.md dist
14+ cp package.json yarn.lock angular.png CHANGELOG.md README.md dist
1515# Copy files to client directory
1616cp client/package.json client/yarn.lock dist/client
1717# Copy files to server directory
You can’t perform that action at this time.
0 commit comments