@acontplus/ng-infrastructure 2.0.5 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -21
- package/fesm2022/acontplus-ng-infrastructure.mjs +27 -27
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -260,27 +260,6 @@ export class BusinessService {
|
|
|
260
260
|
}
|
|
261
261
|
```
|
|
262
262
|
|
|
263
|
-
### Tenant Service
|
|
264
|
-
|
|
265
|
-
Multi-tenant application support.
|
|
266
|
-
|
|
267
|
-
```typescript
|
|
268
|
-
import { TenantInfo } from '@acontplus/ng-infrastructure';
|
|
269
|
-
|
|
270
|
-
@Injectable({ providedIn: 'root' })
|
|
271
|
-
export class MultiTenantService {
|
|
272
|
-
constructor(private tenantInfo: TenantInfo) {}
|
|
273
|
-
|
|
274
|
-
getCurrentTenant(): string {
|
|
275
|
-
return this.tenantInfo.getTenantId();
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
setTenant(tenantId: string): void {
|
|
279
|
-
this.tenantInfo.setTenantId(tenantId);
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
```
|
|
283
|
-
|
|
284
263
|
## Use Cases (CQRS Pattern)
|
|
285
264
|
|
|
286
265
|
### Base Use Case
|
|
@@ -309,10 +309,10 @@ class LoggingService {
|
|
|
309
309
|
// e.g., Sentry, LogRocket, etc.
|
|
310
310
|
// This is a placeholder for production logging implementation
|
|
311
311
|
}
|
|
312
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
313
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
312
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: LoggingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
313
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: LoggingService, providedIn: 'root' });
|
|
314
314
|
}
|
|
315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
315
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: LoggingService, decorators: [{
|
|
316
316
|
type: Injectable,
|
|
317
317
|
args: [{
|
|
318
318
|
providedIn: 'root',
|
|
@@ -358,10 +358,10 @@ class TenantInfo {
|
|
|
358
358
|
localStorage.removeItem('tenantId');
|
|
359
359
|
sessionStorage.removeItem('tenantId');
|
|
360
360
|
}
|
|
361
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
362
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
361
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: TenantInfo, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
362
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: TenantInfo, providedIn: 'root' });
|
|
363
363
|
}
|
|
364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: TenantInfo, decorators: [{
|
|
365
365
|
type: Injectable,
|
|
366
366
|
args: [{
|
|
367
367
|
providedIn: 'root',
|
|
@@ -393,10 +393,10 @@ class CorrelationInfo {
|
|
|
393
393
|
getId() {
|
|
394
394
|
return this.getOrCreateCorrelationId();
|
|
395
395
|
}
|
|
396
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
397
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
396
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CorrelationInfo, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
397
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CorrelationInfo, providedIn: 'root' });
|
|
398
398
|
}
|
|
399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CorrelationInfo, decorators: [{
|
|
400
400
|
type: Injectable,
|
|
401
401
|
args: [{
|
|
402
402
|
providedIn: 'root',
|
|
@@ -681,10 +681,10 @@ class ActiveRequestsTracker {
|
|
|
681
681
|
requests.splice(index, 1);
|
|
682
682
|
}
|
|
683
683
|
}
|
|
684
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
685
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
684
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: ActiveRequestsTracker, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
685
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: ActiveRequestsTracker, providedIn: 'root' });
|
|
686
686
|
}
|
|
687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
687
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: ActiveRequestsTracker, decorators: [{
|
|
688
688
|
type: Injectable,
|
|
689
689
|
args: [{
|
|
690
690
|
providedIn: 'root',
|
|
@@ -739,10 +739,10 @@ class BaseHttpRepository {
|
|
|
739
739
|
delete(path = '') {
|
|
740
740
|
return this.http.delete(this.buildUrl(path));
|
|
741
741
|
}
|
|
742
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
743
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
742
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: BaseHttpRepository, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
743
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: BaseHttpRepository });
|
|
744
744
|
}
|
|
745
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
745
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: BaseHttpRepository, decorators: [{
|
|
746
746
|
type: Injectable
|
|
747
747
|
}] });
|
|
748
748
|
|
|
@@ -786,10 +786,10 @@ class GenericRepository extends BaseHttpRepository {
|
|
|
786
786
|
}
|
|
787
787
|
return params;
|
|
788
788
|
}
|
|
789
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
790
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
789
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: GenericRepository, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
790
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: GenericRepository });
|
|
791
791
|
}
|
|
792
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
792
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: GenericRepository, decorators: [{
|
|
793
793
|
type: Injectable
|
|
794
794
|
}], ctorParameters: () => [] });
|
|
795
795
|
class SearchableGenericRepository extends GenericRepository {
|
|
@@ -798,10 +798,10 @@ class SearchableGenericRepository extends GenericRepository {
|
|
|
798
798
|
const params = this.buildParams(pagination, searchFilters);
|
|
799
799
|
return this.get('search', params);
|
|
800
800
|
}
|
|
801
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
802
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
801
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: SearchableGenericRepository, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
802
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: SearchableGenericRepository });
|
|
803
803
|
}
|
|
804
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
804
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: SearchableGenericRepository, decorators: [{
|
|
805
805
|
type: Injectable
|
|
806
806
|
}] });
|
|
807
807
|
|
|
@@ -844,10 +844,10 @@ class RepositoryFactory {
|
|
|
844
844
|
remove: (id) => this.http.delete(buildUrl(idToString(id))),
|
|
845
845
|
};
|
|
846
846
|
}
|
|
847
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
848
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
847
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: RepositoryFactory, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
848
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: RepositoryFactory, providedIn: 'root' });
|
|
849
849
|
}
|
|
850
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: RepositoryFactory, decorators: [{
|
|
851
851
|
type: Injectable,
|
|
852
852
|
args: [{ providedIn: 'root' }]
|
|
853
853
|
}] });
|
|
@@ -979,10 +979,10 @@ class CoreConfigService {
|
|
|
979
979
|
resetConfig() {
|
|
980
980
|
this.config = this.initializeConfig();
|
|
981
981
|
}
|
|
982
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
983
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.
|
|
982
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CoreConfigService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
983
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CoreConfigService, providedIn: 'root' });
|
|
984
984
|
}
|
|
985
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
985
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.1", ngImport: i0, type: CoreConfigService, decorators: [{
|
|
986
986
|
type: Injectable,
|
|
987
987
|
args: [{
|
|
988
988
|
providedIn: 'root',
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acontplus/ng-infrastructure",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"description": "Angular infrastructure library implementing clean architecture patterns with HTTP interceptors, repository implementations, adapters, dependency injection providers, and core infrastructure services for enterprise applications.",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@acontplus/core": "^1.1.
|
|
7
|
-
"@acontplus/ng-config": "^2.0.
|
|
8
|
-
"@acontplus/ng-notifications": "^2.0.
|
|
9
|
-
"@acontplus/ng-components": "^2.1.
|
|
6
|
+
"@acontplus/core": "^1.1.4",
|
|
7
|
+
"@acontplus/ng-config": "^2.0.3",
|
|
8
|
+
"@acontplus/ng-notifications": "^2.0.5",
|
|
9
|
+
"@acontplus/ng-components": "^2.1.28",
|
|
10
10
|
"@angular/common": "^21.0.0",
|
|
11
11
|
"@angular/core": "^21.0.0"
|
|
12
12
|
},
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"author": "Ivan Paz <ifer343@gmail.com>",
|
|
59
59
|
"license": "MIT",
|
|
60
60
|
"bugs": {
|
|
61
|
-
"url": "https://github.com/
|
|
61
|
+
"url": "https://github.com/acontplus/acontplus-libs/issues"
|
|
62
62
|
},
|
|
63
|
-
"homepage": "https://github.com/
|
|
63
|
+
"homepage": "https://github.com/acontplus/acontplus-libs#readme",
|
|
64
64
|
"repository": {
|
|
65
65
|
"type": "git",
|
|
66
|
-
"url": "git+https://github.com/
|
|
66
|
+
"url": "git+https://github.com/acontplus/acontplus-libs.git"
|
|
67
67
|
},
|
|
68
68
|
"release": {
|
|
69
69
|
"branches": [
|