angular-firestarter
angular-firestarter copied to clipboard
🍱 :fire: Angular + Firebase Progressive Web App Starter
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). >...
[  ](url)
Hi, Wondering if you can help, when adding angular-instantsearch to the project, server build includes the angular-instantsearch package, (results in server/main.js). Can you help me fix this?  
@codediodeio thanks for an awesome starter! I'm having trouble with the current branch, error in desc. Could you pls investigate? 
specific not specifc
In the following code it says that firestore does not exist for firebase? From board.service.ts ``` /** * Remove a specifc task from the board */ removeTask(boardId: string, task: Task)...
I clone the project, modified the firebase config data based on my own appId. Things are running well on my local machine. However, it failed to when I want use...
First I ran the npm run build:ssr command, then npm run serve:ssr, but the error occurred in the console: `package.json does not exist at fireship-starter/dist/package. json ` The same thing...
Problem: After login with Google, a black page appears on the front. The firestarter app start screen is not visible. reproduce: - Go with google chrome to https://firestarter-96e46.firebaseapp.com/ - Add...
I just completed the course, and I wondered why I couldn't move tasks between boards, Real Trello style. As such, I've included some code that makes just that possible. All...