2022-08-08 10:58:47 +00:00

6 lines
138 B
TypeScript

import { Type } from '@angular/core';
import { SiteService } from './site.service';
export const SERVICES: Type<any>[] = [SiteService];