Angular 4 and firebase not working -


i'm working on getting static site i've made run using firebase.

but have problems tutorials i've found..

like one: tutorial page

everything goes fine until "iii. check result" section..

i blak white page source:

<!doctype html>  <html lang="en">  <head>    <meta charset="utf-8">    <title>virkplan</title>    <base href="/">      <meta name="viewport" content="width=device-width, initial-scale=1">    <link rel="icon" type="image/x-icon" href="favicon.ico">  </head>  <body>    <app-root></app-root>  <script type="text/javascript" src="inline.bundle.js"></script><script type="text/javascript" src="polyfills.bundle.js"></script><script type="text/javascript" src="styles.bundle.js"></script><script type="text/javascript" src="vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>  </html>

i have copy&pasted site , changed firebase details..

why not work?

thank you..

check out: https://alligator.io/angular/deploying-angular-app-to-firebase/ followed same , successful in deploying angular4 app on firebase. faced issues listed here: error deploying angular application on firebase able set manually.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -