Angular with Firebase Firestore CRUD operations tutorial

Опубликовано: 08 Октябрь 2024
на канале: coderZworld
2,424
46

Full source code of this tutorial is available in below GitHub link. In the up coming tutorial we will see how to style the application using Angular Material design and how to host the application to AWS/GCP/Azure cloud.

https://github.com/techehub/angular-c...

In this video, we are creating an Angular project from scratch to learn Angular concepts like :

-- How to create Angular application
-- How to create Angular components
-- How to do page navigation using Angular Routers
-- How to create form (Template driven)
-- How to do Save, Update, Read and Delete operation with forms
-- How to integrate with Firebase Firestore cloud database to store and retrieve data
-- How to do field validation and display error messages
-- How to clear field validation error message on cancel button

If you have not installed VSCode, Node, Typescript and Angular CLI , You may watch below tutorials to see installation demo.

How to install VS code :    • Install VS Code editor  
How to install Node :    • Install node js  
How to install TypeScript :    • How to install TypeScript  
How to install Angular CLI :    • Angular tutorial - Installing angular...  


If you find it useful , please subscribe this channel and share.

Thanks for reading.