You are already familiar with all the core concepts of Angular. You know how to develop a component-based user interface, taking advantage of all the building blocks that the framework provides—directives, components, dependency injections, pipes, forms, and the brand new router.
This chapter goes one step further, describing how to do the following:
- Using web workers for performance-sensitive applications
- Building SEO-friendly applications with server-side rendering
- Bootstrapping a project as quickly as possible
- Enhancing our experience as developers
- Understanding what is ahead-of-time (AOT) compilation and how to use it
So, let's begin!