@angular-extensions/elements
Advanced tools
Comparing version 18.2.0 to 18.2.1
{ | ||
"name": "@angular-extensions/elements", | ||
"version": "18.2.0", | ||
"version": "18.2.1", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": ">=18", |
@@ -11,8 +11,8 @@ import { OnInit, TemplateRef } from '@angular/core'; | ||
importMap: boolean; | ||
loadingSuccess: import("@angular/core").OutputEmitterRef<void>; | ||
loadingError: import("@angular/core").OutputEmitterRef<ErrorEvent>; | ||
loadingSuccess?: () => void; | ||
loadingError?: (error: ErrorEvent) => void; | ||
ngOnInit(): void; | ||
destroyEmbeddedView(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<LazyElementDynamicDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LazyElementDynamicDirective, "[axLazyElementDynamic]", never, { "tag": { "alias": "axLazyElementDynamic"; "required": false; }; "url": { "alias": "axLazyElementDynamicUrl"; "required": false; }; "loadingTemplateRef": { "alias": "axLazyElementDynamicLoadingTemplate"; "required": false; }; "errorTemplateRef": { "alias": "axLazyElementDynamicErrorTemplate"; "required": false; }; "isModule": { "alias": "axLazyElementDynamicModule"; "required": false; }; "importMap": { "alias": "axLazyElementDynamicImportMap"; "required": false; }; }, { "loadingSuccess": "loadingSuccess"; "loadingError": "loadingError"; }, never, never, true, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LazyElementDynamicDirective, "[axLazyElementDynamic]", never, { "tag": { "alias": "axLazyElementDynamic"; "required": false; }; "url": { "alias": "axLazyElementDynamicUrl"; "required": false; }; "loadingTemplateRef": { "alias": "axLazyElementDynamicLoadingTemplate"; "required": false; }; "errorTemplateRef": { "alias": "axLazyElementDynamicErrorTemplate"; "required": false; }; "isModule": { "alias": "axLazyElementDynamicModule"; "required": false; }; "importMap": { "alias": "axLazyElementDynamicImportMap"; "required": false; }; "loadingSuccess": { "alias": "axLazyElementLoadingSuccess"; "required": false; }; "loadingError": { "alias": "axLazyElementLoadingError"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
@@ -10,4 +10,4 @@ import { OnChanges, OnInit, SimpleChanges, TemplateRef } from '@angular/core'; | ||
importMap: boolean; | ||
loadingSuccess: import("@angular/core").OutputEmitterRef<void>; | ||
loadingError: import("@angular/core").OutputEmitterRef<ErrorEvent>; | ||
loadingSuccess?: () => void; | ||
loadingError?: (error: ErrorEvent) => void; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
@@ -17,3 +17,3 @@ ngOnInit(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<LazyElementDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LazyElementDirective, "[axLazyElement]", never, { "url": { "alias": "axLazyElement"; "required": false; }; "loadingTemplateRef": { "alias": "axLazyElementLoadingTemplate"; "required": false; }; "errorTemplateRef": { "alias": "axLazyElementErrorTemplate"; "required": false; }; "isModule": { "alias": "axLazyElementModule"; "required": false; }; "importMap": { "alias": "axLazyElementImportMap"; "required": false; }; }, { "loadingSuccess": "loadingSuccess"; "loadingError": "loadingError"; }, never, never, true, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LazyElementDirective, "[axLazyElement]", never, { "url": { "alias": "axLazyElement"; "required": false; }; "loadingTemplateRef": { "alias": "axLazyElementLoadingTemplate"; "required": false; }; "errorTemplateRef": { "alias": "axLazyElementErrorTemplate"; "required": false; }; "isModule": { "alias": "axLazyElementModule"; "required": false; }; "importMap": { "alias": "axLazyElementImportMap"; "required": false; }; "loadingSuccess": { "alias": "axLazyElementLoadingSuccess"; "required": false; }; "loadingError": { "alias": "axLazyElementLoadingError"; "required": false; }; }, {}, never, never, true, 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
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
210058
1466