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:
14
14
15
15
This extension uses
` [email protected] ` .
16
16
17
- ** NOTE** : Please make sure ` @angular/language-service ` >= v9.0.0 is installed
18
- in your project otherwise the extension would not work.
19
-
20
17
## Download
21
18
22
19
Download 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
11
11
yarn run compile
12
12
13
13
# 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
15
15
# Copy files to client directory
16
16
cp client/package.json client/yarn.lock dist/client
17
17
# Copy files to server directory
You can’t perform that action at this time.
0 commit comments