destroy.d.ts 536 B

123456789101112
  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 { OnDestroy } from '@angular/core';
  6. import { Subject } from 'rxjs';
  7. import * as i0 from "@angular/core";
  8. export declare class NzDestroyService extends Subject<void> implements OnDestroy {
  9. ngOnDestroy(): void;
  10. static ɵfac: i0.ɵɵFactoryDeclaration<NzDestroyService, never>;
  11. static ɵprov: i0.ɵɵInjectableDeclaration<NzDestroyService>;
  12. }