public-api.d.ts 549 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 './upgrade-data';
  9. export * from './data/index';
  10. export * from './html-parsing/angular';
  11. export * from './html-parsing/elements';
  12. export * from './upgrade-rules/index';
  13. export * from './typescript/base-types';
  14. export * from './typescript/imports';
  15. export * from './typescript/literal';
  16. export * from './typescript/module-specifiers';