import { Injectable } from '@angular/core'; @Injectable() export class Param { id: string; value: string; }