import { Type } from '@angular/core'; import { VendorService } from './vendor.service'; import { GameService } from './game.service'; export const SERVICES: Type[] = [VendorService, GameService];