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

Commit cac60c9

Browse files
author
Miller
committed
improve
1 parent 3696591 commit cac60c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

projects/ng-busy/src/public_api.ts

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

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

0 commit comments

Comments
 (0)