0
TimMackey created
3 Answer(s)
-
0
Hi @timmackey
Did you run "npm run create-dynamic-bundles" before running the Angular app ? see https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Getting-Started-Angular#angular-application
-
0
Dynamic bundles are created every time
npm start
is run. So, yes. -
0
No it is not. See: https://github.com/aspnetzero/aspnet-zero-core/blob/7b6d52d7349cca65f530691ad22ce758e8f85fac/angular/package.json#L10
You should run it manually. Run
yarn
then:
npm run create-dynamic-bundles
See: https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Getting-Started-Angular