E learning application built with Angular 2 es 6 bootstrap.
- Creating @Component with directives (ngIf, ngFor)
- Creating child @Component and communicating with parent (@Input, @Output)
- Using Dependency Injection for service
- Use @Pipe inside @Component
- Routing
git clone https://github.com/mejayantpatil/Angular-2-es6-webpack.git
cd Angular-2-es6-webpack
npm install
npm start
Open it in your browser http://localhost:3000.