v6.0.0 Nest v9 & Angular v14
- Upgraded all dependencies
- Converted all forms to Angular 14 typed forms
- Upgraded to Nest v9
- Upgraded to Boostrap v5.2.0
- Replaced
@nest-modules/mailer
with@nestjs-modules/mailer
#22 - Save Google profile
- Refined Kubernetes scripts and provided set of scripts to deploy to a local development cluster. See docs here
- Simplified npm scripts
- New
@AllowAnonymous
decorator the imitates ASP.NET Core AllowAnonymous attribute