public-api.d.ts 502 B

1234567891011
  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. export * from './dispatch-events';
  6. export * from './event-objects';
  7. export * from './type-in-element';
  8. export * from './wrapped-error-message';
  9. export * from './fake-viewport-ruler';
  10. export * from './mock-ng-zone';
  11. export { createComponentBed as ɵcreateComponentBed, ComponentBed as ɵComponentBed } from './component-bed';