Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Angular Real World Guide - Build Angular & Firebase Apps
Rating: 4.6 out of 5(110 ratings)
588 students

Angular Real World Guide - Build Angular & Firebase Apps

Build Real World Angular Project along with Google Firebase as backend for our project - Angular Web Development
Created bySameer Saini
Last updated 10/2025
English
English [Auto],

What you'll learn

  • Learn and Master Angular in a very practical approach
  • Learn Angular Essentials, for students who want to have a quick and basic refresher
  • Build real world web applications like a Blog website
  • Suitable for beginners who have some knowledge in JavaScript, HTML and CSS
  • Use Angular Components, Services, Standalone Components, Events, Signals, Inputs, etc
  • Learn and Master Google Firebase and add it to Real world Angular application
  • Authentication (Login, Register and Logout) using Google Firebase (Angular Fire Library)
  • CRUD for Angular , Save, Update and Delete data in a Google Firebase database
  • Image hosting - Upload and save images on Google Firebase Storage

Course content

6 sections52 lectures10h 41m total length
  • Introduction2:24
  • Install Visual Studio Code1:24

    Download visual studio code
    https://code.visualstudio.com/download

  • Install Visual Studio Code Extensions2:33

    Visual studio code extensions

    • Angular Language Service

    • ESLint

    • Path Intellisense

    • Prettier - Code Formatter

    • Tailwind CSS Intellisense

  • Install Node Js and npm1:54

    Download and Install Node JS

    https://nodejs.org/dist/v22.12.0/node-v22.12.0-x64.msi

  • Install Angular CLI2:27

    Install Angular CLI

    npm install -g @angular/cli@19.0.6

    Check installed version (Sometimes you have to close and open command prompt)
    ng version

  • Github Code Repository2:14

    https://github.com/sameer8saini/Udemy-Angular-Google-Firebase-Dev-Pulse

Requirements

  • This course is for the enthusiast. If you know how web development works, know HTML, CSS and some Javascript, then this is the course for you.
  • A laptop or desktop
  • Free version of Visual studio code or any code editor of your choice

Description

*** USES the latest version of Angular with Angular Signals for reactivity ***


This course has been recorded in the latest version of Angular i.e. Angular 19.


You don't need 100+ hours to learn Angular. This course is especially designed for busy developers who want to learn Angular in a fast practical approach. We will use Angular to build a frontend website and we will use popular Google's Firebase as a backend to store the data for our frontend application.


This course will teach you the basics of Angular and then create a real world Angular 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 Angulars latest version with Angular Signals as reactivity

  • 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


Who this course is for:

  • Beginner Web Developers who have some knowledge in HTML, CSS and Javascript