5 lines
181 B
TypeScript
5 lines
181 B
TypeScript
|
import { AuthenticationService } from './authentication.service';
|
||
|
import { LoaderService } from './loader.service';
|
||
|
|
||
|
export const SERVICES = [AuthenticationService, LoaderService];
|