We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e5bab commit 9e84754Copy full SHA for 9e84754
src/abp.module.ts
@@ -1,6 +1,4 @@
1
import { NgModule } from '@angular/core';
2
-import { HttpClientModule, HttpClient } from '@angular/common/http';
3
-
4
import { AbpSessionService } from './session/abp-session.service';
5
import { PermissionCheckerService } from './auth/permission-checker.service';
6
import { FeatureCheckerService } from './features/feature-checker.service';
@@ -16,10 +14,6 @@ import { TokenService } from './auth/token.service';
16
14
import { UtilsService } from './utils/utils.service';
17
15
18
@NgModule({
19
- imports: [
20
- HttpClientModule
21
- ],
22
23
declarations: [
24
],
25
0 commit comments