mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
add/edit components setup
This commit is contained in:
@@ -7,8 +7,10 @@ import { FormsModule } from '@angular/forms';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { ServicesModule } from './services/services.module';
|
||||
|
||||
import { AddComponent } from './vault/add.component';
|
||||
import { AppComponent } from './app.component';
|
||||
import { CiphersComponent } from './vault/ciphers.component';
|
||||
import { EditComponent } from './vault/edit.component';
|
||||
import { FallbackSrcDirective } from './directives/fallback-src.directive';
|
||||
import { GroupingsComponent } from './vault/groupings.component';
|
||||
import { I18nPipe } from './pipes/i18n.pipe';
|
||||
@@ -27,8 +29,10 @@ import { ViewComponent } from './vault/view.component';
|
||||
ServicesModule,
|
||||
],
|
||||
declarations: [
|
||||
AddComponent,
|
||||
AppComponent,
|
||||
CiphersComponent,
|
||||
EditComponent,
|
||||
FallbackSrcDirective,
|
||||
GroupingsComponent,
|
||||
I18nPipe,
|
||||
|
||||
Reference in New Issue
Block a user