yamsoft / angular-2-samples

Angular 2.0 sample components

Home Page:http://www.syntaxsuccess.com/angular-2-articles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

These samples use Angular 2.0 rc-1

Live DEMO here: http://www.syntaxsuccess.com/angular-2-samples
Documentation: http://www.syntaxsuccess.com/angular-2-articles

Here are the prerequisites for running the project:

1-npm install -g typescript

2-npm install

3-bower install

4-gulp bundle (repeat this step if you are making code changes)

Steps 1-3 will install the required tooling.

Step 4 creates a javascript bundle that will be loaded when the site launches 

The final step is to launch the site by starting the lite-server

npm run start

About

Angular 2.0 sample components

http://www.syntaxsuccess.com/angular-2-articles

License:MIT License


Languages

Language:JavaScript 95.1%Language:TypeScript 3.5%Language:HTML 1.3%Language:CSS 0.1%