Hey Guys,
this video is about how to deploy your Angular project with Google firebase hosting.
All Commands which has been used :
To create build of Angular App:
ng build
To install firebase tools setup :
npm i -g firebase-tools
To make login to firebase :
firebase login
To initiate the firebase hosting :
firebase init
To deploy react app in Firebase :
firebase deploy
#Hosting #Firebase #AngularApp #Deployment