as I already described in the title, I have some styles and script that I only want to load on one specific component but this causes a glitch in the view, looks like the page is displayed before the css is loaded. Is there a way to adjust this code such a way that first all the css is loaded and then the page is displayed, preventing the glitch to happen ?
https://stackblitz.com/edit/angular-ivy-sjspyx?file=src/app/app.component.ts
I would really appreciate a fix for this.
Thank you.