/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.16
modules/utilities/index.ts
9 строк
287 B
Shuaib Hasan Akib
docs: replace old https://angular.io/license with https://angular.dev/license
13 янв 2026, 00:41
13 янв 2026, 00:41
1b4dcc0
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC * * 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 */ export {openBrowser, verifyNoBrowserErrors} from './e2e_util'; export {runBenchmark} from './perf_util';