8000 Release v2.0.0 - Migration to Angular 5 · yduartep/angular-full-sample · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2.0.0 - Migration to Angular 5

Latest
Compare
Choose a tag to compare
@yduartep yduartep released this 14 Jan 21:35
· 8 commits to master since this release
0877e32

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
0