Course Abstract
Angular is a JavaScript framework designed to create advanced single page applications using HTML, CSS and TypeScript, JavaScript or Dart.
The challenge with enterprise JavaScript applications is that they have a tendency to become a bit of a mess. Angular helps the developer to structure the code, separate the concerns and remove trivial code.
Angular is the follow up to the popular AngularJS and its evcolved from experience with AngularJS. In Angular they address the issues from AngularJS, but the main ideas are the same.
The course will go through all the fundamentals of Angular and all the common building blocks. The course will make use of TypeScript. Not JavaScript and not Dart.
Topics Covered
Topics:
- Angular – The fundamentals and architecture
- A primer to TypeScript
- A primer to tooling
- Components
- Data binding
- Input & output
- Modules
- Services and DI
- Ajax & RxJS
- Routes & navigation
- Forms
- Unit Testing
Prerequisites
It can increase comprehension if participants have knowledge of the topics covered in the course TS – TypeScript – Foundation.
The course TS – TypeScript – Foundation is highly recommended.
Target Audience
Developers with little or no knowledge of Angular that are required to write and/or maintain a single page application using Angular.
Learning Objectives
After the course the developer will be able to create and develop an Angular application using Angular-cli & TypeScipt.