@skyux/code-examples 12.38.0 → 12.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7368,6 +7368,9 @@ class IllustrationDemoResolverService extends SkyIllustrationResolverService {
|
|
|
7368
7368
|
: '';
|
|
7369
7369
|
return Promise.resolve(url);
|
|
7370
7370
|
}
|
|
7371
|
+
async resolveHref() {
|
|
7372
|
+
return await Promise.resolve('');
|
|
7373
|
+
}
|
|
7371
7374
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: IllustrationDemoResolverService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
7372
7375
|
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: IllustrationDemoResolverService }); }
|
|
7373
7376
|
}
|