You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using angular ssr on my multi route application with angular material. however, the route specific style tags in the output html are included only the first time. for example if localhost:8080/route1 uses md-card and md-button, the specific styles of these components are only loaded the first time. upon refreshing the route these style tags are not included anymore and therefore appears broken.
The text was updated successfully, but these errors were encountered:
i am using angular ssr on my multi route application with angular material. however, the route specific style tags in the output html are included only the first time. for example if localhost:8080/route1 uses md-card and md-button, the specific styles of these components are only loaded the first time. upon refreshing the route these style tags are not included anymore and therefore appears broken.
The text was updated successfully, but these errors were encountered: