here is my index, it very straightforward configuration , no much code in
it

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>ProductUploads</title>
  <base href="/">

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="
https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css";
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
  <link rel= "stylesheet" href="
https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";
>
  <script src="https://checkout.stripe.com/checkout.js";></script>
  <link rel="icon" type="image/x-icon" href="assets/img/favicon.png">

</head>
<body>
  <app-root></app-root>

</body>
</html>

On Tue, Dec 3, 2019 at 4:09 AM Sander Elias <sanderel...@gmail.com> wrote:

> Hi Asad,v
>
> I suspect your server does not return the JS files but instead serves the
> index.html. Open up those files from your browser, and see what the content
> is.
> Probably a misconfiguration, or not copied all the distribution files over.
>
> Regards
> Sander
>
> --
> You received this message because you are subscribed to the Google Groups
> "Angular and AngularJS discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to angular+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/angular/887a992e-2e13-4a46-a742-b4e113da26cc%40googlegroups.com
> <https://groups.google.com/d/msgid/angular/887a992e-2e13-4a46-a742-b4e113da26cc%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/angular/CAEAZ-JVpD3s9fYqRyuM4psa4%2BoSjxaQZpyk2kc1MZ7gxnfg0Mw%40mail.gmail.com.

Reply via email to