project refactoring en clean archi
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { InjectionToken } from '@angular/core';
|
||||
import { ProjectRepository } from '@app/domain/projects/project.repository';
|
||||
|
||||
export const PROJECT_REPOSITORY_TOKEN = new InjectionToken<ProjectRepository>('ProjectRepository');
|
||||
Reference in New Issue
Block a user