index.d.ts 529 B

12345678910111213141516171819202122232425
  1. /**
  2. * @license Angular v16.0.4
  3. * (c) 2010-2022 Google LLC. https://angular.io/
  4. * License: MIT
  5. */
  6. /**
  7. * @module
  8. * @description
  9. * Entry point for all APIs of the compiler package.
  10. *
  11. * <div class="callout is-critical">
  12. * <header>Unstable APIs</header>
  13. * <p>
  14. * All compiler apis are currently considered experimental and private!
  15. * </p>
  16. * <p>
  17. * We expect the APIs in this package to keep on changing. Do not rely on them.
  18. * </p>
  19. * </div>
  20. */
  21. export declare const unusedExport = true;
  22. export { }