Good day,
We are currently trying to deploy our Angular application and we are getting styling issues.
should the image not load here is the link: https://ibb.co/VgczR3n Is there something we are missing since upgrading to the latest version.
I have also seen this issue occurring on our debug as well.
Both live and debug is an issue.
build used: ng build --prod debug used: npm run hmr
The angular app is only edited by the power tools and not by any users or developer so it is all standard changes.
Any assistance with this will be greatly appreciated.
Regards, Gideon Badenhorst
6 Answer(s)
-
0
-
0
-
0
hi
You should execute
gulp buildDev
command ornpm run create-dynamic-bundles
-
0
Hi Maliming,
Is this for the production build as well?
Is there different steps that I need to follow as normally ng build --prod creates the dist files.
Regards, Gideon Badenhorst
-
0
Hi @AuroraBMS
For Angular template, you need to run
npm run publish
command. Could you try like that ?Thanks,
-
0
Thank you @ismcagdas, this worked.