You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the fundamental concepts for building a successful large scale application is to break it down into smaller, potentially independent but mainly more easily controllable and maintainable parts. This starts at the component level, the module level and finally the application routing level. Routing is a core part of every application and should be definitely part of a developer’s toolbelt.
This course will guide you step by step and help you get from the basic concepts of routing to mastering expert level topics. We will start learning how to setup and configure the router and how to define simple routes and child routes and best practices of how to organize them using the Routing Module pattern. You will learn about the supported URL types and its segments, how to define them and how to leverage RxJS Observables for subscribing to route updates. We will also talk about how to secure routes with various types of guards and about performance tuning with the router’s lazy loading and preloading capabilities. We will also cover things like route styling and route transition animations.
The text was updated successfully, but these errors were encountered:
https://egghead.io/courses/learn-angular-router-for-real-world-applications
One of the fundamental concepts for building a successful large scale application is to break it down into smaller, potentially independent but mainly more easily controllable and maintainable parts. This starts at the component level, the module level and finally the application routing level. Routing is a core part of every application and should be definitely part of a developer’s toolbelt.
This course will guide you step by step and help you get from the basic concepts of routing to mastering expert level topics. We will start learning how to setup and configure the router and how to define simple routes and child routes and best practices of how to organize them using the Routing Module pattern. You will learn about the supported URL types and its segments, how to define them and how to leverage RxJS Observables for subscribing to route updates. We will also talk about how to secure routes with various types of guards and about performance tuning with the router’s lazy loading and preloading capabilities. We will also cover things like route styling and route transition animations.
The text was updated successfully, but these errors were encountered: