| 12345678910111213141516171819202122232425 |
- /**
- * @license Angular v16.0.4
- * (c) 2010-2022 Google LLC. https://angular.io/
- * License: MIT
- */
- /**
- * @module
- * @description
- * Entry point for all APIs of the compiler package.
- *
- * <div class="callout is-critical">
- * <header>Unstable APIs</header>
- * <p>
- * All compiler apis are currently considered experimental and private!
- * </p>
- * <p>
- * We expect the APIs in this package to keep on changing. Do not rely on them.
- * </p>
- * </div>
- */
- export declare const unusedExport = true;
- export { }
|