1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

icon component

This commit is contained in:
Kyle Spearrin
2018-01-23 17:29:30 -05:00
parent a781ba9096
commit 41797f5ce4
5 changed files with 96 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ environmentService.setUrlsFromStorage().then(() => {
{ provide: CipherServiceAbstraction, useValue: cipherService },
{ provide: FolderServiceAbstraction, useValue: folderService },
{ provide: CollectionServiceAbstraction, useValue: collectionService },
{ provide: EnvironmentServiceAbstraction, useValue: environmentService },
],
})
export class ServicesModule {