import { Injectable } from '@angular/core'; export class Dmp { id:string; dataset: string; name: string; }