I have a scenario where the codebase is same for all clients except different environment.ts for each client and the URLS are client1.domain.com, client2.domain.com, client3.domain.com, client4.domain.com etc for each client.
How do we achieve this in Angular 8? Do we need to create separate dist folder for each client and map it to respective URL? Are there any best approaches to achieve this? can we map subdomains urls to single dist folder and get the respective environment settings from API at runtime? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/44dd35d2-f66e-46df-9784-57b4cbbd84f9o%40googlegroups.com.
