Skip to content

kurianCoding/learn-angular2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 - Essential Training Files

  1. Open a command prompt in any of the sub-folders

  2. Type: npm install This installs the node-module and typings dependencies

  3. Type: npm start This launches the TypeScript compiler (tsc) to compile the application and watches for changes. It also starts the lite-server and launches in the browser to run the application.

Folder Organization

starter - our starter project taken from angular.io
input - input example output - output example favComp - add our favorite component

About

A place for learning Angular 2. Starter files and projects included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 67.9%
  • TypeScript 13.4%
  • CSS 10.2%
  • JavaScript 8.5%