mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
service implementations
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import 'core-js';
|
||||
import 'zone.js/dist/zone';
|
||||
|
||||
import { AppRoutingModule } from './app-routing.module';
|
||||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { ServicesModule } from './services/services.module';
|
||||
|
||||
import { AppComponent } from './app.component';
|
||||
import { LoginComponent } from './accounts/login.component';
|
||||
@@ -12,6 +14,7 @@ import { VaultComponent } from './vault/vault.component';
|
||||
imports: [
|
||||
BrowserModule,
|
||||
AppRoutingModule,
|
||||
ServicesModule,
|
||||
],
|
||||
declarations: [
|
||||
AppComponent,
|
||||
|
||||
Reference in New Issue
Block a user