8 lines
124 B
TypeScript
8 lines
124 B
TypeScript
export * from './rest.service';
|
|
|
|
import { RESTService } from './rest.service';
|
|
|
|
export const SERVICES = [
|
|
RESTService,
|
|
];
|