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

Releases: yduartep/angular-full-sample

v2.0.0 - Migration to Angular 5

14 Jan 21:35
0877e32
Compare
Choose a tag to compare

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

v1.0.0 - All initial functionalities

09 Dec 19:18
Compare
Choose a tag to compare

Include:

  • Lazy loading of modules.
  • Api rest configurations by environment.
  • Integrated with ngx-translate module.
  • Backend mocked with json-server and faker.js.
  • Bootstrap and Font-awsone integration including ngx-bootstrap library.
  • Http interceptor system that dinamically add info into request header, check authentication before call and display/hide spinner before/after rest call.
  • Configurable Login component implementing multiple authentication client like OAuth.
  • Guards for check authentication and singleton module loading.
  • Custom UI and Form validations with control messages.
  • Customizable Logger systems and Error handlers.
  • Definition of Cache services.
  • typicode/hotel integration for manage processes.
  • Visualization of Modal dialog and Alerts through services.
  • Search component provided using RxJs.
0