i could not deploy app to firebase after i install ngtoolkit for SEO of my angular app. can you please help with this.
See original GitHub issueI’m submitting a…
[ ] Bug report
[ ] Feature request
[ ] Documentation issue or request
In package
[ ] @ng-toolkit/init
[ ] @ng-toolkit/serverless
[ ] @ng-toolkit/universal
Current behavior
Expected behavior
Minimal reproduction of the problem with instructions
Example repository
What is the motivation / use case for changing the behavior?
Environment
Angular version: X.Y.Z
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: XX
- Platform:
Others:
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
Firebase functions deploy failed for @ng-toolkit/universal
The issues looks to be with the ng-toolkit/universal dependency. The dependency is a cli that helps you setup a boilerplate project and from ......
Read more >Deploy An Angular App To Firebase In Minutes - YouTube
Add MailTag to your browser (it's free) ➜ https://goo.gl/qZf5PjThank you MailTag for sponsoring this videoIn this video I will show you how ......
Read more >How to Deploy Angular App on Firebase - Codebriefly
In this article, we will discuss "How to deploy Angular App on Firebase". Firebase deployment, Firebase Application, Angular with Firebase.
Read more >Angular & SEO — Making Angular 6 Single-Page Web Apps ...
In the following tutorial we're going to take a look at the most easiest approach which is available to get rid of that...
Read more >angular/universal - Gitter
@mallesh619 Mallesh I dont know firebase but you can always redeploy your app to a server and most people setup a continuous deployment...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@maciejtreder , I am doing the following commends with brand new angular 6 project using cli. its going to deploy but not able to access site with index.html. please let me know anything i am missing…
ng add @ng-toolkit/universal ng add @ng-toolkit/serverless —provider firebase project id also giving here npm run build:serverless:deploy
I´m having this same issue
“its going to deploy but not able to access site with index.html”
How you fixed it? Please help!