Hi all, I'm using ABP Zero Angular 6 + Asp.Net core.
I need to create a page inside the angular part without all the common script/css automatically injected in all page. This page should be very fast starting from the first load (script & css cache are not useful in this case).
Probably, but I can implement a workaround, only the authentication part is needed.
Any suggestions?
Thanks in advance
3 Answer(s)
-
0
this might bit quite tricky to implement (since angular is SPA centric)
you can wait for community to share their experience.
-
0
Hi @dominici
As far as I know, the scripts in angular.json will be loaded for every module. It seems like no one has done it before.
I think it is better to seek for a solution on https://github.com/angular/angular-cli
-
0
Hi all, thanks for suggestions. I'm trying different solutions and I confirm that's not easy.
Obviously, if I will find a good approach (not a workaround), I will share my implementation with the community.
Br