Releases: yduartep/angular-full-sample
Releases · yduartep/angular-full-sample
v2.0.0 - Migration to Angular 5
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
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.