Skip to content

Commit ea52e4d

Browse files
committed
2 parents f30395b + f7383b7 commit ea52e4d

File tree

4 files changed

+6
-57
lines changed

4 files changed

+6
-57
lines changed

src/abp.module.ngfactory.ts

Lines changed: 0 additions & 53 deletions
This file was deleted.

src/abpHttpInterceptor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export class AbpHttpConfiguration {
158158
if (!ajaxResponse.error) {
159159
ajaxResponse.error = this.defaultError;
160160
}
161-
161+
162162
this.logError(ajaxResponse.error);
163163
this.showError(ajaxResponse.error);
164164

@@ -387,4 +387,4 @@ export class AbpHttpInterceptor implements HttpInterceptor {
387387

388388
return false;
389389
}
390-
}
390+
}

src/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"moduleResolution": "node",
1111
"paths": {
1212
"@angular/core": ["node_modules/@angular/core"],
13-
"rxjs/*": ["node_modules/rxjs/*"]
13+
"rxjs/*": ["node_modules/rxjs/*"],
14+
"@abp/*": ["./*"]
1415
},
1516
"rootDir": ".",
1617
"outDir": "dist",

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"module": "es2015",
1010
"moduleResolution": "node",
1111
"paths": {
12-
"@angular/core": ["node_modules/@angular/core"]
12+
"@angular/core": ["node_modules/@angular/core"],
13+
"@abp/*": ["src/*"]
1314
},
1415
"rootDir": ".",
1516
"outDir": "dist",

0 commit comments

Comments
 (0)