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
set up lazy routes someLazyRoute -> someLazyRoute2 (both lazy)
open them by full path localhost:4200/someLazyRoute/someLazyRoute2
add some icon in someLazyRoute for example;
check console
Observed behavior
I've setup project with lazy loading;
have structure localhost:4200/account/home (all routes are lazy loaded)
if i open app from root like localhost:4200 icons serves well
if i serve from path localhost:4200/account/home
i have next a result:
this is Frames screen from chrome
Desired behavior
icons loaded as expected
Mention any other details that might be useful (optional)
seems like this problem with dev server;
i've tried serve this via http server with spa mode and all works fine also in IE11 all works fine too even in ng serve
The text was updated successfully, but these errors were encountered:
Versions
Repro steps
install app ng new app
install material icons (as self hosting)

set up lazy routes someLazyRoute -> someLazyRoute2 (both lazy)
open them by full path localhost:4200/someLazyRoute/someLazyRoute2
add some icon in
someLazyRoute
for example;check console
Observed behavior
I've setup project with lazy loading;
have structure localhost:4200/account/home (all routes are lazy loaded)
if i open app from root like localhost:4200 icons serves well
if i serve from path localhost:4200/account/home
i have next a result:

this is Frames screen from chrome

Desired behavior
icons loaded as expected
Mention any other details that might be useful (optional)
seems like this problem with dev server;
i've tried serve this via
http server
withspa
mode and all works fine also in IE11 all works fine too even in ng serveThe text was updated successfully, but these errors were encountered: