/** * @license Angular v16.2.12 * (c) 2010-2022 Google LLC. https://angular.io/ * License: MIT */ /** * @module * @description * Entry point for all APIs of the compiler package. * *
*
Unstable APIs
*

* All compiler apis are currently considered experimental and private! *

*

* We expect the APIs in this package to keep on changing. Do not rely on them. *

*
*/ // TODO(alxhub): @angular/compiler/testing is unused in Ivy. A placeholder // is left here because the components repo still depends on this package // directly. It will be cleaned up at a later date. // // This export ensures this package is not empty. const unusedExport = true; /// // This file only reexports content of the `src` folder. Keep it that way. // This file is not used to build this module. It is only used during editing /** * Generated bundle index. Do not edit. */ export { unusedExport }; //# sourceMappingURL=testing.mjs.map