Exercise
So far, we haven’t implemented a lazy loading component. As a challenge, following the documentation at https://angular.io/guide/standalone-components, update app.route.ts
so that PageNotFoundComponent
is lazy loaded. After you complete your update, verify that the CLI output correctly shows the new chunked file, and also open up the Network tab in DevTools to watch the chunks being downloaded as you navigate the app.