@volo/ngx-lepton-x.core 5.0.0 → 5.0.2

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.
@@ -3,6 +3,7 @@ import { inject, ViewContainerRef, TemplateRef, Input, Directive, NgModule, Inje
3
3
  import { CommonModule, isPlatformBrowser, DOCUMENT as DOCUMENT$1, Location, NgClass, NgTemplateOutlet, AsyncPipe, NgComponentOutlet } from '@angular/common';
4
4
  import { of, from, Observable, EMPTY, BehaviorSubject, Subject, fromEvent, Subscription, combineLatest, map as map$1 } from 'rxjs';
5
5
  import { Router, NavigationEnd, RouterLink, RouterModule } from '@angular/router';
6
+ import { LOGO_URL_TOKEN, LOGO_APP_NAME_TOKEN } from '@abp/ng.theme.shared';
6
7
  import { map, distinctUntilChanged, filter, take, switchMap, distinctUntilKeyChanged, startWith, tap } from 'rxjs/operators';
7
8
  import { RoutesService as RoutesService$1, LocalizationService, LocalizationPipe } from '@abp/ng.core';
8
9
  import { toSignal } from '@angular/core/rxjs-interop';
@@ -823,9 +824,6 @@ function createWindowProvider(windowObj) {
823
824
  };
824
825
  }
825
826
 
826
- const LOGO_URL_TOKEN = new InjectionToken('LOGO_URL_TOKEN');
827
- const LOGO_APP_NAME_TOKEN = new InjectionToken('LOGO_APP_NAME_TOKEN');
828
-
829
827
  var LpxLogoFeatureKind;
830
828
  (function (LpxLogoFeatureKind) {
831
829
  LpxLogoFeatureKind[LpxLogoFeatureKind["Options"] = 0] = "Options";