Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 3696591

Browse files
author
Miller
committed
improve
1 parent e561121 commit 3696591

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

projects/ng-busy/src/public_api.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* Public API Surface of ng-busy
33
*/
44

5+
import {IBusyConfig} from './lib/model/busy-config';
6+
57
export * from './lib/ng-busy.module';
6-
export * from './lib/model/busy-config';
7-
export { NgBusyDirective } from './lib/ng-busy.directive';
8+
export {IBusyConfig} from './lib/model/busy-config';
9+
export {NgBusyDirective} from './lib/ng-busy.directive';

0 commit comments

Comments
 (0)