A simple application for demonstrating how CRUD-Operations work in AngularFirebase. Repository for this blog post.
You can check out a demo of the application here.
Run npm i
to install the dependencies, then npm start
to start a development server at http://localhost:4200/
.
To deploy the site to firebase hosting, replace the config-data in src/environments/environment.ts
with that of your own project and run npm run deploy
.