2017-08-03 02:15:30 +00:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 19:08:49 +00:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2017-08-03 02:15:30 +00:00
|
|
|
*
|
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
2024-09-20 15:23:15 +00:00
|
|
|
* found in the LICENSE file at https://angular.dev/license
|
2017-08-03 02:15:30 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @module
|
|
|
|
|
* @description
|
|
|
|
|
* Entry point for all public APIs of this package.
|
|
|
|
|
*/
|
2025-03-19 12:59:29 +00:00
|
|
|
|
|
|
|
|
// Note: Historically people relied on `platform-browser-dynamic` magically
|
|
|
|
|
// exposing the compiler for JIT. This is now made more explicit via this import.
|
|
|
|
|
import '@angular/compiler';
|
|
|
|
|
|
2017-08-03 02:15:30 +00:00
|
|
|
export * from './src/testing';
|