2022-08-19 08:17:30 +00:00

7 lines
203 B
TypeScript

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