@gravitee/ui-particles-angular 7.55.0 → 7.56.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.
@@ -4882,6 +4882,9 @@ class GioLicenseService {
4882
4882
  .afterClosed()
4883
4883
  .subscribe();
4884
4884
  }
4885
+ getExpirationDate$() {
4886
+ return this.getLicense$().pipe(map(license => license.expiresAt));
4887
+ }
4885
4888
  }
4886
4889
  GioLicenseService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioLicenseService, deps: [{ token: i4.HttpClient }, { token: 'LicenseConfiguration' }, { token: i1$3.MatDialog }], target: i0.ɵɵFactoryTarget.Injectable });
4887
4890
  GioLicenseService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: GioLicenseService, providedIn: 'root' });