ng-pli-commons 1.0.13-dev.0 → 1.0.14-dev.0
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.
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { HttpClient } from "@angular/common/http";
|
|
2
|
+
import { Observable } from "rxjs";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PliCnfInstallmentSimulatorConfigService {
|
|
5
|
+
private environment;
|
|
6
|
+
private httpClient;
|
|
7
|
+
constructor(environment: any, httpClient: HttpClient);
|
|
8
|
+
getByPromCodigo(promCodigo: number): Observable<any>;
|
|
9
|
+
/**
|
|
10
|
+
* Save the university
|
|
11
|
+
* @param university
|
|
12
|
+
*/
|
|
13
|
+
save(pliCnfInstallmentSimulatorConfig: PliCnfInstallmentSimulatorConfigService): Observable<any>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PliCnfInstallmentSimulatorConfigService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PliCnfInstallmentSimulatorConfigService>;
|
|
16
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -219,3 +219,4 @@ export * from './lib/services/correspondence-document-category.service';
|
|
|
219
219
|
export * from './lib/services/cnf-correspondence-document-manager.service';
|
|
220
220
|
export * from './lib/services/post-selection.service';
|
|
221
221
|
export * from './lib/services/guarantees-summary-service';
|
|
222
|
+
export * from './lib/services/pli-cnf-installment-simulator-config.service';
|