Skip to content
Snippets Groups Projects
Commit b60373e2 authored by Michael Marttila's avatar Michael Marttila
Browse files

Add MockAdminGuard as provider

parent 0827208c
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ import { TruncatePipe } from './utils/truncate.pipe';
import { TruncatableComponent } from './truncatable/truncatable.component';
import { TruncatableService } from './truncatable/truncatable.service';
import { TruncatablePartComponent } from './truncatable/truncatable-part/truncatable-part.component';
import { MockAdminGuard } from './mocks/mock-admin-guard.service';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
......@@ -103,7 +104,8 @@ const ENTRY_COMPONENTS = [
];
const PROVIDERS = [
TruncatableService
TruncatableService,
MockAdminGuard
];
const DIRECTIVES = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment