How to Deploy Angular 12 Application Using Firebase Hosting?
There are a number of organizations providing free hosting of applications irrespective of their size. Each of them provides different features and functions. One of them is Firebase, which can store your hosting content upto 10GB and can store a 1GB real-time database, and 10GB/month can be downloaded.
Overview
Today, in this tutorial, we will be learning how painless it is to deploy an Angular 12 application on Firebase using its Firebase hosting feature.
Prerequisites
Node and Angular CLI are already installed.
I assume you have already created your angular application. If not, you can create a new project using the following command: ng new project-name project-name is variable; the project that I have created is angular12-hosting.
Well, we are ready with the project now. So let’s follow the steps below to host our application.
Read more: Deploy Angular 12 Application using Firebase Hosting









