angular-jit

Using both AOT and JIT in production within an Angular 9 app

依然范特西╮ 提交于 2020-04-10 11:56:28
问题 So I have been building an Angular 9 app where there is a customer dashboard to manage their templates which are saved on the server. Those templates can be viewed on different devices through an activation system so the devices are bound to the user. So lets say on https://templates.com we have /login , /dashboards , /manage with sub paths from viewing and editing data. On this url we also have /:companyName on this path it requests a template, that contains html with interpolation strings,