Context menu for list of items

This commit is contained in:
Piotr Pekala
2019-01-16 04:03:26 -08:00
parent 4fa82bc81d
commit ed59d2ba02
15 changed files with 188 additions and 70 deletions

View File

@ -45,6 +45,10 @@ export class MockedProjectService {
add() {
return of(this.projects.pop);
}
isReadOnly(project: Project){
return false;
}
}
describe('AddBlankProjectDialogComponent', () => {