1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Add CoreModule (#3149)

This commit is contained in:
Oscar Hinton
2022-07-26 19:34:45 +02:00
committed by GitHub
parent 2011131bb2
commit 797938881e
34 changed files with 59 additions and 44 deletions

View File

@@ -6,9 +6,9 @@ import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
import { InfiniteScrollModule } from "ngx-infinite-scroll";
import { AppComponent } from "./app.component";
import { CoreModule } from "./core";
import { OssRoutingModule } from "./oss-routing.module";
import { OssModule } from "./oss.module";
import { ServicesModule } from "./services/services.module";
import { WildcardRoutingModule } from "./wildcard-routing.module";
@NgModule({
@@ -16,7 +16,7 @@ import { WildcardRoutingModule } from "./wildcard-routing.module";
OssModule,
BrowserAnimationsModule,
FormsModule,
ServicesModule,
CoreModule,
InfiniteScrollModule,
DragDropModule,
LayoutModule,