next-ucap-messenger/projects/ucap-webmessenger-app/src/app/services/index.ts

5 lines
181 B
TypeScript
Raw Normal View History

2019-09-18 06:02:21 +00:00
import { AuthenticationService } from './authentication.service';
import { LoaderService } from './loader.service';
export const SERVICES = [AuthenticationService, LoaderService];