aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/services.ts
blob: 65d59181342f7834f4ce0110a858c3fa361c1405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 Exports all the services of onap-ui-angular.
 */

// Modals
export { ModalService } from "./modals/modal.service";

// Loader
export { LoaderService } from './loader/loader.service';

// Notifications
export { NotificationsService } from "./notifications/services/notifications.service";