mirror of
https://github.com/bitwarden/browser
synced 2025-01-22 01:09:21 +01:00
add missing modules for prod build
This commit is contained in:
parent
a4ff241574
commit
9e3f3e324c
@ -19,10 +19,13 @@ import { AppComponent } from './app.component';
|
|||||||
import { HintComponent } from './accounts/hint.component';
|
import { HintComponent } from './accounts/hint.component';
|
||||||
import { LoginComponent } from './accounts/login.component';
|
import { LoginComponent } from './accounts/login.component';
|
||||||
import { RegisterComponent } from './accounts/register.component';
|
import { RegisterComponent } from './accounts/register.component';
|
||||||
|
import { TwoFactorOptionsComponent } from './accounts/two-factor-options.component';
|
||||||
import { TwoFactorComponent } from './accounts/two-factor.component';
|
import { TwoFactorComponent } from './accounts/two-factor.component';
|
||||||
|
|
||||||
import { VaultComponent } from './vault/vault.component';
|
import { VaultComponent } from './vault/vault.component';
|
||||||
|
|
||||||
|
import { IconComponent } from 'jslib/angular/components/icon.component';
|
||||||
|
|
||||||
import { ApiActionDirective } from 'jslib/angular/directives/api-action.directive';
|
import { ApiActionDirective } from 'jslib/angular/directives/api-action.directive';
|
||||||
import { AutofocusDirective } from 'jslib/angular/directives/autofocus.directive';
|
import { AutofocusDirective } from 'jslib/angular/directives/autofocus.directive';
|
||||||
import { BlurClickDirective } from 'jslib/angular/directives/blur-click.directive';
|
import { BlurClickDirective } from 'jslib/angular/directives/blur-click.directive';
|
||||||
@ -57,6 +60,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
|
|||||||
BoxRowDirective,
|
BoxRowDirective,
|
||||||
FallbackSrcDirective,
|
FallbackSrcDirective,
|
||||||
HintComponent,
|
HintComponent,
|
||||||
|
IconComponent,
|
||||||
I18nPipe,
|
I18nPipe,
|
||||||
InputVerbatimDirective,
|
InputVerbatimDirective,
|
||||||
LoginComponent,
|
LoginComponent,
|
||||||
@ -65,6 +69,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe';
|
|||||||
StopClickDirective,
|
StopClickDirective,
|
||||||
StopPropDirective,
|
StopPropDirective,
|
||||||
TwoFactorComponent,
|
TwoFactorComponent,
|
||||||
|
TwoFactorOptionsComponent,
|
||||||
VaultComponent,
|
VaultComponent,
|
||||||
],
|
],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
|
Loading…
Reference in New Issue
Block a user