Skip to content

Commit bb795b1

Browse files
committed
Add new Tokens
Add new Dependenjy Injection Tokens for Repositories
1 parent cd84cf2 commit bb795b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
import { InjectionToken } from "@angular/core";
1+
import { InjectionToken } from '@angular/core';
22

33
export const USER_REPOSITORY_TOKEN = new InjectionToken('UserRepository');
44
export const TASK_REPOSITORY_TOKEN = new InjectionToken('TaskRepository');
5+
export const PROJECT_REPOSITORY_TOKEN = new InjectionToken('ProjectRepository');
56
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

Comments
 (0)