outlet.d.ts 725 B

1234567891011121314
  1. /**
  2. * Use of this source code is governed by an MIT-style license that can be
  3. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  4. */
  5. import { CdkTreeNodeOutlet } from '@angular/cdk/tree';
  6. import { ViewContainerRef } from '@angular/core';
  7. import * as i0 from "@angular/core";
  8. export declare class NzTreeNodeOutletDirective implements CdkTreeNodeOutlet {
  9. viewContainer: ViewContainerRef;
  10. _node: {} | null;
  11. constructor(viewContainer: ViewContainerRef);
  12. static ɵfac: i0.ɵɵFactoryDeclaration<NzTreeNodeOutletDirective, never>;
  13. static ɵdir: i0.ɵɵDirectiveDeclaration<NzTreeNodeOutletDirective, "[nzTreeNodeOutlet]", never, {}, {}, never, never, true, never>;
  14. }