installing an app shell for my angular4 app

265 Views Asked by At

I've seen many articles online about the app shell and how it's used but it just doesn't seem to work for me following a very clear article from Angular Universirty I got the following error

C:\projects\NoddlesHub>ng generate app-shell my-loading-shell  --universal-app=ngu-app-shell  --route=app-shell-path
Error: Chunk cannot be found.
Chunk cannot be found.

And most of the other tutorials always require a --mobile when creating the angular app from the beginning. I'll be grateful if I can get a very recent and helpful info about rendering the app shell

0

There are 0 best solutions below