Files
cht-lawfirm/front/app/node_modules/@angular/compiler/fesm2020/testing.mjs
2023-01-16 17:49:38 +01:00

59 lines
1.5 KiB
JavaScript
Executable File

/**
* @license Angular v15.0.4
* (c) 2010-2022 Google LLC. https://angular.io/
* License: MIT
*/
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* @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>
*/
// 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;
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
// This file only reexports content of the `src` folder. Keep it that way.
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/**
* Generated bundle index. Do not edit.
*/
export { unusedExport };
//# sourceMappingURL=testing.mjs.map