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
#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
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.

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 12,666 11/8/2017

Removed unwanted references and minor bug fixes
Custom project name compatibility