Albertino Júnior
Results
4
issues of
Albertino Júnior
In "README.md" file: https://github.com/VadimDez/ngx-img-fallback/tree/master/example
Steps: 1. Show loaders '1' and '2' 2. Get peoples data and hide loader '1' 3. Get pets data and hide loader '2' ``` this.loadingMaskService.showGroup('loaderGroup1'); this.loadingMaskService.showGroup('loaderGroup2'); this.http.get('/api/people').subscribe(p => { this.loadingMaskService.hideGroup('loaderGroup1');...
discussion