@skyux/code-examples 13.0.0-alpha.10 → 13.0.0-alpha.11

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.
@@ -7367,6 +7367,9 @@ class IllustrationDemoResolverService extends SkyIllustrationResolverService {
7367
7367
  : '';
7368
7368
  return Promise.resolve(url);
7369
7369
  }
7370
+ async resolveHref() {
7371
+ return await Promise.resolve('');
7372
+ }
7370
7373
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: IllustrationDemoResolverService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
7371
7374
  static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.5", ngImport: i0, type: IllustrationDemoResolverService }); }
7372
7375
  }