index.d.ts 631 B

12345678910111213141516171819
  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 './ast';
  9. export * from './ast/ng-module-imports';
  10. export * from './build-component';
  11. export * from './get-project';
  12. export * from './html-manipulation';
  13. export * from './parse5-element';
  14. export * from './project-index-file';
  15. export * from './project-main-file';
  16. export * from './project-style-file';
  17. export * from './project-targets';
  18. export * from './project-tsconfig-paths';
  19. export * from './schematic-options';