This course has been recorded fresh in December 2024 in the latest version of Angular i.e. Angular 19.
This course does not need you to spend 100 hours on a course.
This course will teach you the basics of Angular and then create a real world application as you learn and improve on concepts that you implement in this application.
Learn and use Google Firebase by connecting your Angular application to Google Firebase backend.
Enroll in this course if you want to:
This course has been recorded fresh in December 2024 in the latest version of Angular i.e. Angular 19.
This course does not need you to spend 100 hours on a course.
This course will teach you the basics of Angular and then create a real world application as you learn and improve on concepts that you implement in this application.
Learn and use Google Firebase by connecting your Angular application to Google Firebase backend.
Enroll in this course if you want to:
Create fast reactive frontend applications using Angular
Learn Angular 19
Learn Google Firebase that is a backend for your application to maintain the dynamic data for your application
Learn to build Angular applications using the latest Angular version, using Signals, Effects, Services, etc.
Grow your resume by learning a industry favorite frontend framework
What's inside this course:
Setting up Development Environment for Angular projects
Create new Angular application from scratch
Angular CLI
Components
Standalone components
Services
Reactive Forms
Form Validation
Data Binding
Dynamic Templates
Properties and Data Binding
Adding Packages
Routing
Pipes
Tailwind CSS
Google Firebase and a backend service to store data
Google Firebase Authentication
Google Firestore to store and upload files
Building front end application and integrate with backend database (Google Firebase)
Signals and Observables
Loops and Conditionals
30 Day Full Money Back Guarantee from Udemy
This course comes with a 30-day full money-back guarantee from Udemy
Download visual studio code
https://code.visualstudio.com/download
Visual studio code extensions
Angular Language Service
ESLint
Path Intellisense
Prettier - Code Formatter
Tailwind CSS Intellisense
Download and Install Node JS
https://nodejs.org/dist/v22.12.0/node-v22.12.0-x64.msi
Install Angular CLI
npm install -g @angular/[email protected]
Check installed version (Sometimes you have to close and open command prompt)
ng version
https://github.com/sameer8saini/Udemy-Angular-Google-Firebase-Dev-Pulse
Logo is attached to the resources of this lecture
To generate environments use:
ng g environments
To run the production environment:
ng serve --open
To run the development environment:
ng serve --open --configuration development
Install Firebase Tools
npm i -g [email protected]
To login to Firebase
firebase login
If Already LoggedIn and want to re-authenticate
firebase login --reauth
Install Angular Fire library
ng add @angular/[email protected]
Install Markdown Library (NGX-Markdown)
npm install [email protected] [email protected] --save
There is a sample.json file attached to the resources of this lecture
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.