Angular 13 - 40 H
Angular 13 - 40 H
40 academic hours
● Overview
We already worked with Angular 2+ for more than a year, now it’s time to take
it to the next level…
How do I create a professional web application using Angular 13 ?
How do I optimize the performance of the app and improve the initial load
time?
How to properly structure my angular projects for better code reuse, and
better team work on the projects?
In this course we will dig deep into the more complex topics that you need to
know in order to create a professional app using angular, those topics are hard
to understand, hard to find information online and are not covered in the
basic angular courses.
Our goal is to truly become a professional angular developer.
○ HTML
○ CSS
○ Basic Angular 2+
● Syllabus
● observables
● observers
● subscription
● Subject
● operators
● error handling
Module 7 - ngrx
Bigger angular apps with significant data changes will be hard to build without
ngrx library which will help you state manage your application data.
● ngrx
● What is Redux
● Advantage of using Redux and ngrx
● Store, Actions, Reducers
● Effects
● Entities
● @ngrx/data
● Best practices
Module 8 - Testing
Good testing practices will open the door for Continuous Deployment and
Trunk Based Development. Using these development methodologies will
greatly improve the product quality and frequent app updates.
● TestBed
● Unit testing
● Mocking
● E2E tests