This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
import * as i0 from '@angular/core';
import { ElementRef } from '@angular/core';
import { NzSafeAny } from 'ng-zorro-antd/core/types';
/**
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
/**
* A patch directive to select the element of a component.
*/
declare class NzElementPatchDirective {
elementRef: ElementRef<any>;
get nativeElement(): NzSafeAny;
static ɵfac: i0.ɵɵFactoryDeclaration<NzElementPatchDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NzElementPatchDirective, "[nzElement], [nz-element]", ["nzElement"], {}, {}, never, never, true, never>;
}
declare class NzElementPatchModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzElementPatchModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzElementPatchModule, never, [typeof NzElementPatchDirective], [typeof NzElementPatchDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzElementPatchModule>;
}
export { NzElementPatchDirective, NzElementPatchModule };

View File

@@ -0,0 +1,3 @@
{
"module": "../../fesm2022/ng-zorro-antd-core-element-patch.mjs"
}