I have a project in Angularjs running localhost perfectly.
I'm trying to host on the server " HOSTGATOR " and I'm not succeeding.
I'm building Build with the Angle CLI and Hosting the Dir " Dist " in the " www." When trying to access index.html
the following errors occur:
Falha no carregamento do <script> com a fonte “http://site.com.br/runtime.a66f828dca56eeb90e02.js”.<br> Falha no carregamento do <script> com a fonte “http://site.com.br/polyfills.2f4a59095805af02bd79.js”.<br> Falha no carregamento do <script> com a fonte “http://site.com.br/main.5d52293f160730f348fe.js”.
Then I play all files, including index.html
, in the root www. Thus, when accessing index.html
, it only displays the welcome page of Angular. " Welcome to app! "
Can anyone help me?
Thank you ...