JosemyAB / learn-angular2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular 2 Training - Source Code

Resource files from my course Angular 2 Essential Training

https://github.com/jakblak/learn-angular2

  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 on port 3000.

Folder Organization

starter - Lecture 9: Starter Files Setup

eventBind - Lecture 27: Event Binding in our App

customPipe - Lecture 35: Custom Pipes

input - Lecture 45: Input Example

output - Lecture 47: Output Example

favorite_component - Lecture 48: Favorite Component

service_example - Lecture 52: Services Example

http_example - Lecture 57: Http with Observables in our App

routing_solution - Lecture 62: Routing Challenge Solution

About

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


Languages

Language:HTML 64.7%Language:TypeScript 17.0%Language:CSS 10.1%Language:JavaScript 8.2%