public-api.d.ts 423 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 './nz-aggregate.pipe';
  6. export * from './nz-bytes.pipe';
  7. export * from './nz-css-unit.pipe';
  8. export * from './nz-ellipsis.pipe';
  9. export * from './nz-pipes.module';
  10. export * from './nz-sanitizer.pipe';
  11. export * from './nz-trim.pipe';