1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

event filters and paging

This commit is contained in:
Kyle Spearrin
2018-07-06 23:08:10 -04:00
parent 15cc46bba5
commit e9da73b930
9 changed files with 191 additions and 7 deletions

View File

@@ -11,6 +11,7 @@ import { I18nService } from '../../services/i18n.service';
import { MemoryStorageService } from '../../services/memoryStorage.service';
import { WebPlatformUtilsService } from '../../services/webPlatformUtils.service';
import { EventService } from './event.service';
import { OrganizationGuardService } from './organization-guard.service';
import { OrganizationTypeGuardService } from './organization-type-guard.service';
import { RouterService } from './router.service';
@@ -148,6 +149,7 @@ export function initFactory(): Function {
OrganizationTypeGuardService,
UnauthGuardService,
RouterService,
EventService,
{ provide: AuditServiceAbstraction, useValue: auditService },
{ provide: AuthServiceAbstraction, useValue: authService },
{ provide: CipherServiceAbstraction, useValue: cipherService },