mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
74099a3d4a
Adds infrastructure to run signal input tests with JIT (using the transform) and AOT. Acceptance tests for signal inputs will run with both variants. In the future we can consider expanding this infrastructure for all of our acceptance tests, but that's a different story. PR Close #53808
10 lines
279 B
TypeScript
10 lines
279 B
TypeScript
/**
|
|
* @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
|
|
*/
|
|
|
|
export {angularJitApplicationTransform} from '../../packages/compiler-cli';
|