Ontica/Empiria.Land.Intranet

View on GitHub
src/app/shared/services.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @license
 * Copyright (c) La Vía Óntica SC, Ontica LLC and contributors. All rights reserved.
 *
 * See LICENSE.txt in the project root for complete license information.
 */

export { SpinnerService } from './indicators/spinner/spinner.service';

export { PrinterService } from './utils/printer.service';

export { UrlViewerService } from './utils/url-viewer.service';