Routing to static html page in Angular 6+
问题 I have an Angular project with 3 components country, region, home. When I load the home page, I have route setup to HomeComponent , which hyperlinks for routes. Everything works just fine and behaving like a single page (SPA). Now, I want to add a static HTML page and route to it. I looked at Angular Route documentation, I couldn't find a way to do this. Here are the questions I have Where can I place my static HTML pages How to route those file in app-routing.module.ts Github Repository: