import { AuthenticationService } from './authentication.service'; import { LoaderService } from './loader.service'; export const SERVICES = [AuthenticationService, LoaderService];