mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-26 03:06:09 +01:00
blur theme is now default
This commit is contained in:
parent
097257b5d7
commit
e7595af72c
12 changed files with 44 additions and 9 deletions
|
|
@ -43,8 +43,7 @@ export class BaCardBlurHelper {
|
|||
|
||||
private _genImageLoadSubject():void {
|
||||
this.imageLoadSubject = new Subject<void>();
|
||||
this.image.onerror = () => {
|
||||
this.imageLoadSubject.error();
|
||||
this.image.onerror = (err) => {
|
||||
this.imageLoadSubject.complete();
|
||||
};
|
||||
this.image.onload = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue