Include:
- Migration of the project to Angular 5 version.
- Ngrx integration using store / effects / selectors.
- Use of Service Worker on production environment for HTTP caching.
- Track of ngFor using the trackBy property in all list to improve performance.
- Use of OnPush strategy.
- Change the use of Http to HttpClient.
- Adding the interceptors AuthInterceptor and TokenInterceptor