/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/platform-browser-dynamic/testing/public_api.ts
19 строк
510 B
Paul Gschwendtner
fix(platform-browser-dynamic): ensure compiler is loaded before `@angular/common` (#60458)
19 мар 2025, 18:54
19 мар 2025, 18:54
3606aab
Код
Авторство
О чём код?
/** * @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';