AngularJS.Intellisense 1.0.3

dotnet add package AngularJS.Intellisense --version 1.0.3
NuGet\Install-Package AngularJS.Intellisense -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AngularJS.Intellisense" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AngularJS.Intellisense --version 1.0.3
#r "nuget: AngularJS.Intellisense, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AngularJS.Intellisense as a Cake Addin
#addin nuget:?package=AngularJS.Intellisense&version=1.0.3

// Install AngularJS.Intellisense as a Cake Tool
#tool nuget:?package=AngularJS.Intellisense&version=1.0.3

This will inject the angularJs intellisense file to your project, along with adding a _references.js file that allows for auto-update of references to drive intellisense.

For the auto-update of _references.js you can disable by setting the flag to 'false'

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 125,964 3/27/2015
1.0.2 6,203 2/27/2015
1.0.1 1,403 2/27/2015

1.0.3 - set min ref to 1.3 and less than 1.4
1.0.1 - minor fix - polluted _references.js file
1.0.0 - initial release
DISCLAIMER: This package is maintained by Shawn Cicoria, but is based upon the hard word of John Beldsoe who created the Intellisense support for AngularJS in Visual Studio. See his GitHub repository