/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/platform-server-hydration/copy-event-dispatch-contract.mjs
11 строк
377 B
Alan Agius
test: add Integration tests for hydration and event reply (#55708)
07 май 2024, 23:39
07 май 2024, 23:39
8630dc8
Код
Авторство
О чём код?
/** * This script copies '@angular/core/event-dispatch-contract.min.js' to the 'public' directory, ensuring it's available as an asset. * This is necessary to perform size checks on the distributed script. */ import {copyFileSync} from 'node:fs'; copyFileSync( './node_modules/@angular/core/event-dispatch-contract.min.js', 'public/event-dispatch-contract.min.js', );