An Angular 6 Project to that uses CRUD Operations and uses Firebase as cloud storage.
Discussed Points :
- Form design using reactive forms
- Firebase crud operations
- List records in angular 7 table
- Angular 7 table search option to help with reportingoperation
-
Install @latest nodeJS "https://nodejs.org/en/download/"
-
Open project in VS Code
-
Open new teminal and run following command "npm install -g @angular/cli"
-
run command "ng add @angular/fire"
-
follow step from this website to install animations "https://www.npmjs.com/package/ngx-toastr"
-
now app is ready to run by using this command
-
Open new terminal and run "ng serve"
- Angular offers a fast build approach where some librabries are already pre built
- Responsive for mobile and desktop
- Offers option to build a web app where end user wont have to install and pre requisites or have a certain hardware type
- Firebase offer reliable safe cloud computing
- Data sync is near realtime
- Firebase confoguration/modeling for this scale of an app is minimal.