inet-core
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "inet-core", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "iNet Core", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/inet-core.umd.js", |
@@ -5,3 +5,5 @@ import { ElementRef, OnChanges, OnInit } from '@angular/core'; | ||
private _el; | ||
usercode: string; | ||
usercode?: string; | ||
version?: number; | ||
private url; | ||
constructor(_el: ElementRef); | ||
@@ -12,4 +14,5 @@ ngOnInit(): void; | ||
private _loadAvatarError; | ||
private _loadAvatarSuccess; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "img[userAvatar]", never, { "usercode": "usercode"; }, {}, never, never, false, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "img[userAvatar]", never, { "usercode": "usercode"; "version": "version"; }, {}, never, never, false, never>; | ||
} |
@@ -8,2 +8,3 @@ import { HttpClient, HttpHandler, HttpParams } from '@angular/common/http'; | ||
private headers; | ||
private autoHideLoading; | ||
constructor(handler: HttpHandler, loadingService: LoadingIndicatorService); | ||
@@ -19,2 +20,10 @@ convertToHttpParams(obj: any): HttpParams; | ||
hideLoading(): void; | ||
/** | ||
* Sets the value of autoHideLoading | ||
*/ | ||
setAutoHideLoading(value: boolean): void; | ||
/** | ||
* Returns the value of autoHideLoading | ||
*/ | ||
getAutoHideLoading(): boolean; | ||
getUrl(relativePath: string): string; | ||
@@ -21,0 +30,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<HttpClientService, never>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1485195
13513