I have a class Item below
@Injectable() export class Item { name: string; }
I am injecting Item class into ItemService
expo