I'm migrating a fully functional Angular SPA into AEM 6.5. Only a few
pages will need authoring but the rest of the application will not need
it. The application uses lazy loading and static routing. I'm aware of
the Dynamic Routing rule of SPA Architecture. And I'm including dynamic
routing for AEM only pages following: Getting Started with Angular and
AEM SPA Editor - Chapter 2. Currently, for non AEM pages with static
routes, I see errors for x.model.json not being found. This makes sense
sin...