Skip to content

v0.1101.0-next.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kyliau kyliau released this 17 Dec 00:55

This release upgrades @angular/language-service to v11.1.0-next.3.

For a complete change log see here.

Installation instructions:

  1. Download .vsix binary from this release (under assets)
  2. Install extension from vsix file (see screenshot below)
  3. Set strictTemplates: true in tsconfig.json (not tsconfig.app.json)
    (might cause diagnostics to appear if project is not strictTemplates compatible)
  4. Open an Angular project in vscode
  5. Go to Preferences -> Settings -> Extensions -> Angular Language Service -> Check “Experimental Ivy”

Screen Shot 2021-01-14 at 10 52 11 AM