Outline
- A Better Way to Learn Angular
- Understanding The Differences Between AngularJS and Angular
- Building "Hello World" in Angular
- Building UI Functionality with Angular Components
- Angular Directives
- Formatting Data in Angular Templates with Pipes
- Creating TypeScript Models for Angular
- Modularizing Angular Apps with NgModule
- Routing & Navigation with Angular's Router
- Angular Services
- A Better Way to Learn RxJS & Observables
- Using Angular's HTTP Client to Interact with Servers
- Building & Running Apps with the Angular CLI
Outline
- A Better Way to Learn Angular
- Understanding The Differences Between AngularJS and Angular
- Building "Hello World" in Angular
- Building UI Functionality with Angular Components
- Angular Directives
- Formatting Data in Angular Templates with Pipes
- Creating TypeScript Models for Angular
- Modularizing Angular Apps with NgModule
- Routing & Navigation with Angular's Router
- Angular Services
- A Better Way to Learn RxJS & Observables
- Using Angular's HTTP Client to Interact with Servers
- Building & Running Apps with the Angular CLI
Create, manipulate and observe asynchronous streams of data.
Welcome to the world of reactive programming in Javascript!
RxJS is a technology that's incredibly useful but lacks poor laymans explanations on how it can/should be used. It certainly doesn't help that the naming conventions the library defines are particularly esoteric, which make it very difficult for beginners to pick up.
We've gone to great lengths to ensure this course is easily approachable by beginners and experts alike. We break all concepts down to the fundamental building blocks that RxJS exposes, and then we pair that knowledge with real world examples to solidify how it can & should be used.
By the end of this course, you will have a firm understanding of what RxJS is, when you should use it, and how you can use it in real world applications.
Prerequisites
Before beginning the course it's important that you have the following knowledge:
Lets begin!