index.d.ts 580 B

123456789101112131415161718
  1. /**
  2. * @license
  3. * Copyright Google LLC All Rights Reserved.
  4. *
  5. * Use of this source code is governed by an MIT-style license that can be
  6. * found in the LICENSE file at https://angular.dev/license
  7. */
  8. export * from './attribute-selectors';
  9. export * from './class-names';
  10. export * from './constructor-checks';
  11. export * from './css-selectors';
  12. export * from './css-tokens';
  13. export * from './element-selectors';
  14. export * from './input-names';
  15. export * from './method-call-checks';
  16. export * from './output-names';
  17. export * from './property-names';
  18. export * from './symbol-removal';