Skip to content

tkssharma/Angular-2-Quick-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Js Tutorial Series

Prerequisites

  • Knowledge of JS ,Html ,CSS
  • Know command-line
  • Know Git
  • Know Webpack
  • Know Bable
  • Know ES6
  • Know Gulp JS

You will Learn

  • Angular 2 Code in ES5 ES6 TS
  • Angular 2.0 setup and development
  • working with Build Tool
  • setting up the basline code
  • create simeple components
  • using Multiple Module
  • Undertanding Component template
  • Inject data in template
  • Working with JS events
  • Using Properties data
  • Two way Binding
  • Adding css to components
  • Adding nested Components
  • Creating subcomponents
  • Filtering data using pipes
  • Cleaning up Components
  • Dependancy Injection & Factory creation
  • Application Routing
  • Application router Components Router Provider

Contents

Treat each of these folders as it's own web root. Each one will need an npm install. You can run a server if you wish, or each index.html can simply be opened in a browser. Remember to install webpack globally: npm install -g gulp

1. Common Tasks

  • Angular 2 Code using ES5,ES6,Typescript

Install and Run application for every chapter

npm install
gulp
localhost:8000

Find Videos On YouTube

Contact

Resources

About

Angular-2 Quick Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages