Summary
In this chapter, we started by expanding on the usage of the root provider scope and introduced the new any and platform provider scopes in the context of the Angular Academy application. We then introduced the any provider scope by applying lazy loading via AppRoutingModule
, which allowed us to use a separate theme for LoginModule
. Finally, we saw how to create a Tweet button that can be used with the platform provider scope.
In the next chapter, we will start on Part 3, Upgrade Your View Engine Application and Development Workflow to Angular Ivy of the book and look into migrations and more practical aspects of using Angular Ivy.