Skip to content

Commit c463a65

Browse files
committed
feat: drop NgModule support
1 parent c373d9b commit c463a65

File tree

4 files changed

+1
-71
lines changed

4 files changed

+1
-71
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## v17.0.0
44
- Added angular 19 support.
5+
- Drop `NgModule` module support.
56

67
## v16.1.0
78
- Add full standalone components support.

src/lib/ng-http-loader.module.ts

-43
This file was deleted.

src/public_api.ts

-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ export * from './lib/services/pending-requests-interceptor-configurer.service';
1818

1919
export * from './lib/services/spinner-visibility.service';
2020

21-
export * from './lib/ng-http-loader.module';
2221
export * from './lib/spinkits';

src/test/ng-http-loader.module.spec.ts

-27
This file was deleted.

0 commit comments

Comments
 (0)