Angular4 1.1.0
dotnet add package Angular4 --version 1.1.0
NuGet\Install-Package Angular4 -Version 1.1.0
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="Angular4" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Angular4 --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Angular4, 1.1.0"
#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 Angular4 as a Cake Addin #addin nuget:?package=Angular4&version=1.1.0 // Install Angular4 as a Cake Tool #tool nuget:?package=Angular4&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Angular 4
*********
Prerequisites
```````````````````````
1. Download and Install Node js
2. Install Visual studio 2015 update 3 or above
3. Download and Install TypeScript 2.6.1 for Visual Studio 2015 (https://www.typescriptlang.org/#download-links)
Follow the steps to install package.
````````````````````````````````````````````````````````````
1. Create an new project with empty template and include dependencies for MVC and WebApi to the project
2. Install the package using command 'Install-Package Angular4 -Version 1.1.0'
Follow the steps after package installation
````````````````````````````````````````````````````````````````````````
1. Open Node.js Command Prompt
2. Navigate to project location(use commands such as pushd,cd etc)
3. Run the command 'npm install'
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.Razor (>= 3.2.3)
- Microsoft.AspNet.WebApi (>= 5.2.3)
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.3)
- Microsoft.AspNet.WebPages (>= 3.2.3)
- Microsoft.CodeDom.Providers.DotNetCompilerPlatform (>= 1.0.0)
- Microsoft.Web.Infrastructure (>= 1.0.0)
- Newtonsoft.Json (>= 6.0.4)
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.1.0 | 13,751 | 11/8/2017 |
Removed unwanted references and minor bug fixes
Custom project name compatibility