...with Firebase authentication wired in
https://terrible-angular-template.web.app
Firebase already installed, just add your configuration to the environment.ts
file, enable your authentication provider in firebase
and you're good to go.
Holds services, models, interceptors etc. Anything that is core to the application functionality
Very basic containers for the application. Things like the header, footers, sidebars etc.
The main workhorse that creates your application.
Components used across multiple modules. Normally ends up with a bunch of dialog boxes or buttons.
GitHub actions is wired up to deploy this to firebase. Add your firebase token to GitHub Actions. Every push to master will be released.