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