- Upgrade to Angular v7, .NET Core 2.1 and switch to SpaServices
- Upgrade to Angular v6
- Create different environments for Staging & Production
- Switch to angular-oauth2-oidc
- Switch to HttpClient
- Switch to Angular CLI
- Upgrade to Angular v5
- Use RxJS lettable operators
- Upgrade to ASP.NET Core 2.0
- Upgrade to IdentityServer4 2.0
- Update Angular & Material
- Handle refresh token expiration.
- Create
BrowserStorageclass & store user's info.
- Building: switch to @ngtools/webpack
- Styles: add
md-tableto dashboard
- Architecture redesign: child modules and lazy loading (by @aalmajanob)
- Use a Self-signed certificate for signing credential
- Switch to Role based Authorization
- Upgrade to Angular v4
- Create Staging environment for final testing before deployment to production
- Upgrade to Visual Studio 2017 (switch to .csproj)
- Add Hot Module Replacement in development mode
- AngularSPAWebAPI code refactoring
- Add Role Claims to manage Identity roles
- Add Swagger to test APIs
- Persist login status with
BehaviorSubjectof the user's status, data & roles
- Token is not decoded on the client
- Scheduler for refresh token
- Switch to
PathLocationStrategy
- Add support for refresh token
- Create app