-
Tifenn Guillas authoredTifenn Guillas authored
project-list.ts 453 B
import { Project } from 'src/app/metamodel/model';
export const PROJECT_LIST: Project[] = [
{
name: 'project_2',
label: 'Project 2',
description: 'Description of project 2',
link: '',
manager: '',
id_database: 1
},
{
name: 'project_1',
label: 'Project 1',
description: 'Description of project 1',
link: '',
manager: '',
id_database: 1
}
];