learn-angular2
learn-angular2 copied to clipboard
A place for learning Angular 2. Starter files and projects included.
Angular 2 Training - Source Code
Resource files from my course Angular 2 Essential Training
-
Open a command prompt in any of the sub-folders
-
Type:
npm install
This installs the node-module and typings dependencies -
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
bookDetails - Lecture 64: Display Book Deails