Angular 5 CRUD Application Using Firebase

Опубликовано: 02 Январь 2018
на канале: CodAffection
61,597
837

Implement Firebase CRUD Operations in Angular 5.

This is a step by step tutorial on how to implement firebase CRUD Operations - Insert Update and Delete in angular 5 sample project.

In-order to interact with the firebase project we have used Firebase and AngularFire2 Module, For showing notification messages we used ngx-toastr.

npm Command to Install Packages :
angularfire2 & Firebase
npm install [email protected] [email protected] --save
toastr
npm install ngx-toastr --save

📂 GitHub Repository
► https://goo.gl/RyWP6z

💖 Buy me a Coffee
➤ https://bit.ly/3L36ut4 (PayPal)
➤ https://bit.ly/3VF0iPT (Razorpay)

🌀 Related Videos
https://goo.gl/djgvsF : Angular 4 CRUD Using Firebase
https://goo.gl/T9Nb8r : Angular CRUD with Web API
https://goo.gl/wp17ta : Angular User Registration With Web API
https://goo.gl/4gDFfC : Angular Login Logout With Web API
https://goo.gl/ySUFf8 : Similar MVC Tutorials

🔗 Find me in
Udemy : https://bit.ly/3RtyQSB
Facebook :   / codaffection  
GitHub : https://github.com/codaffection
Discord :   / discord  
Twitter :   / codaffection  

#Angular #Firebase #CodAffection