public-api.d.ts 662 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 './data/index';
  9. export * from './devkit-migration';
  10. export * from './devkit-migration-rule';
  11. export * from './devkit-file-system';
  12. export * from './html-parsing/angular';
  13. export * from './html-parsing/elements';
  14. export * from './typescript/base-types';
  15. export * from './typescript/imports';
  16. export * from './typescript/literal';
  17. export * from './typescript/module-specifiers';
  18. export * from './find-stylesheets';
  19. export * from './upgrade-data';