We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3005f30 commit 504a553Copy full SHA for 504a553
src/app/modules/core/layout/header/user-navigation/user-menu.component.ts
@@ -20,10 +20,10 @@
20
********************************************************************************/
21
22
import { Component, HostListener } from '@angular/core';
23
+import { NavigableUrls } from '@core/kown-route';
24
import { LayoutFacade } from '@shared/abstraction/layout-facade';
25
import { NavigationEnd, Router } from '@angular/router';
26
import { environment } from '@env';
-import { NavigableUrls, KnownUrl } from '@core/kown-route';
27
import { filter } from 'rxjs/operators';
28
29
@Component({
0 commit comments