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