|
@ -2,6 +2,7 @@ import { CommonModule } from '@angular/common'; |
|
|
import { NgModule } from '@angular/core'; |
|
|
import { NgModule } from '@angular/core'; |
|
|
import { MatButtonModule } from '@angular/material/button'; |
|
|
import { MatButtonModule } from '@angular/material/button'; |
|
|
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner'; |
|
|
import { MatProgressSpinnerModule } from '@angular/material/progress-spinner'; |
|
|
|
|
|
import { GfLogoModule } from '@ghostfolio/client/components/logo/logo.module'; |
|
|
import { WebauthnPageComponent } from '@ghostfolio/client/pages/webauthn/webauthn-page.component'; |
|
|
import { WebauthnPageComponent } from '@ghostfolio/client/pages/webauthn/webauthn-page.component'; |
|
|
|
|
|
|
|
|
import { WebauthnPageRoutingModule } from './webauthn-page-routing.module'; |
|
|
import { WebauthnPageRoutingModule } from './webauthn-page-routing.module'; |
|
@ -11,6 +12,7 @@ import { WebauthnPageRoutingModule } from './webauthn-page-routing.module'; |
|
|
exports: [], |
|
|
exports: [], |
|
|
imports: [ |
|
|
imports: [ |
|
|
CommonModule, |
|
|
CommonModule, |
|
|
|
|
|
GfLogoModule, |
|
|
MatButtonModule, |
|
|
MatButtonModule, |
|
|
MatProgressSpinnerModule, |
|
|
MatProgressSpinnerModule, |
|
|
WebauthnPageRoutingModule |
|
|
WebauthnPageRoutingModule |
|
|