This project was generated with Angular CLI version 17.3.8.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
-Run the command npm install to install all the dependencies
-Run the command ng g environments to create environment files
in /src/environments paste the firebaseConfig object inside both ts files
hange the working environments at your convenience
-Change the redirecting route on src/app/modules/authentication/components/login/login.component.ts to an existing route.
-Done