nz-no-animation.directive.d.ts 520 B

12345678
  1. import * as i0 from "@angular/core";
  2. export declare class NzNoAnimationDirective {
  3. animationType: "NoopAnimations" | "BrowserAnimations" | null;
  4. nzNoAnimation: boolean;
  5. static ɵfac: i0.ɵɵFactoryDeclaration<NzNoAnimationDirective, never>;
  6. static ɵdir: i0.ɵɵDirectiveDeclaration<NzNoAnimationDirective, "[nzNoAnimation]", ["nzNoAnimation"], { "nzNoAnimation": { "alias": "nzNoAnimation"; "required": false; }; }, {}, never, never, true, never>;
  7. static ngAcceptInputType_nzNoAnimation: unknown;
  8. }