angular/packages/platform-browser-dynamic/testing/public_api.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
510 B
TypeScript
Raw Normal View History

/**
* @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.dev/license
*/
/**
* @module
* @description
* Entry point for all public APIs of this package.
*/
// 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';
export * from './src/testing';