Untitled

Anonymous
plain_text
10/22/2020 10:44 AM
232 B
18
Indexable
  hasNotActiveLicense$: Observable<boolean> = this.store.select(LicenseSelectors.license)
    .pipe(map((license: LicenseResponseModel) => !license || !license.licenseId));
Editor is loading...