Angular 6 is one of the most latest framework on client side scripting where we can see the concept of reach UI as here we can integrate one component within another component using selector meta data .We can implement the concept of bootstrap and PrimeNG for having responsive design on UI part and at the same time typescript code for background support.

 

Course Content

  • Introduction:-TypeScript, Why Angular 6? Environment Setup, Architecture, Dependency Injection.
  • Project Setup:-Angular CLI, Folder Structure & Detailed Overview.
  • Components:-What Are Component?, Purpose Of Component, app.component.css, app.component.html, app.component.spec.ts, app.component.ts, app.module.ts.
  • Module:-NgModule, Import, Declaration, Import, Providers, Bootstrap.
  • Data Binding:-How To Bind?, Structure.
  • Event Binding:-What Is Event? Purpose Of Event Binding, How To Bind A Event? .
  • Templates:-Template Basics, Template Syntax.
  • Directives:-Component Directives, Structural Directives, Attribute Directives, Custom Directives.
  • Pipes:-Use Of Pipes, BuiltIin pipes, Custom Pipe.
  • Routing:-Basics, Configuration, RouterModule, Router outlet, Router links, Router state, Activated route, Router events, Parent Child Communication.
  • Services:-Why services?, Creating Service, Injectable.
  • Http Service:-Get, Post, Put, Delete, How To handle?, HttpModule, RxJs, Ovservabe, Subscribe.
  • Forms:-Template Driven Form, Model Driven Form, Form Validation,Send Data,Set Value, Patch Value.
  • Animations:-How To Start?, BrowserAnimationsModule.
  • Materials:-Purpose Of Meterials, Set Up, Chart, Icon, Calender, Dropdown.
  • Testing:-Set Up, Configuration, Frameworks.
  • Routing:- What is Routing in AngularJS?, How To Start, ngRoute, routeProvider, Template, otherwise Method.