We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd84cf2 commit bb795b1Copy full SHA for bb795b1
task-manager/src/app/injection-tokens.ts
@@ -1,5 +1,8 @@
1
-import { InjectionToken } from "@angular/core";
+import { InjectionToken } from '@angular/core';
2
3
export const USER_REPOSITORY_TOKEN = new InjectionToken('UserRepository');
4
export const TASK_REPOSITORY_TOKEN = new InjectionToken('TaskRepository');
5
+export const PROJECT_REPOSITORY_TOKEN = new InjectionToken('ProjectRepository');
6
export const TASK_USER_REPOSITORY_TOKEN = new InjectionToken('TaskUserRepository');
7
+export const PROJECT_TASK_REPOSITORY_TOKEN = new InjectionToken('ProjectTaskRepository');
8
+export const PROJECT_USER_REPOSITORY_TOKEN = new InjectionToken('ProjectUserRepository');
0 commit comments