Untitled

 avatar
unknown
plain_text
5 years ago
172 B
9
Indexable
  hasNotActiveLicense$: Observable<boolean> = this.store.select(LicenseSelectors.license)
    .pipe(map((license: LicenseResponseModel) => !license || !license.licenseId));
Editor is loading...