UNPKG

groceries-angular-service

Version:

Angular Service to be used with the sample groceries project

3 lines 81 B
export class Grocery { constructor(public id: string, public name: string) {} }