Why can I not add stylehseet dynamically between head tag of app ionic?
Thanks very much.
I'm using
<link type="text/css" rel="stylesheet" [href]="sanitizer.bypassSecurityTrustResourceUrl(cssUrl)">
but it's only working in app.component.html
and not working in index.html
Thanks