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