|
@ -7,6 +7,7 @@ import { RouterModule } from '@angular/router'; |
|
|
import { LoginWithAccessTokenDialogModule } from '@ghostfolio/client/components/login-with-access-token-dialog/login-with-access-token-dialog.module'; |
|
|
import { LoginWithAccessTokenDialogModule } from '@ghostfolio/client/components/login-with-access-token-dialog/login-with-access-token-dialog.module'; |
|
|
import { GfAssistantModule } from '@ghostfolio/ui/assistant'; |
|
|
import { GfAssistantModule } from '@ghostfolio/ui/assistant'; |
|
|
import { GfLogoModule } from '@ghostfolio/ui/logo'; |
|
|
import { GfLogoModule } from '@ghostfolio/ui/logo'; |
|
|
|
|
|
import { GfPremiumIndicatorModule } from '@ghostfolio/ui/premium-indicator'; |
|
|
|
|
|
|
|
|
import { HeaderComponent } from './header.component'; |
|
|
import { HeaderComponent } from './header.component'; |
|
|
|
|
|
|
|
@ -17,6 +18,7 @@ import { HeaderComponent } from './header.component'; |
|
|
CommonModule, |
|
|
CommonModule, |
|
|
GfAssistantModule, |
|
|
GfAssistantModule, |
|
|
GfLogoModule, |
|
|
GfLogoModule, |
|
|
|
|
|
GfPremiumIndicatorModule, |
|
|
LoginWithAccessTokenDialogModule, |
|
|
LoginWithAccessTokenDialogModule, |
|
|
MatButtonModule, |
|
|
MatButtonModule, |
|
|
MatMenuModule, |
|
|
MatMenuModule, |
|
|