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