index.d.ts 515 B

12345678910111213141516
  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.io/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 './element-selectors';
  13. export * from './input-names';
  14. export * from './method-call-checks';
  15. export * from './output-names';
  16. export * from './property-names';