/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/zone.js/tools/base.mjs
23 строки
505 B
SkyZeroZx
docs: update copyright year
07 янв 2026, 20:28
07 янв 2026, 20:28
85ce5f3
Код
Авторство
О чём код?
/** * @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 */ // Add 'use strict' to the bundle, https://github.com/angular/angular/pull/40456 const banner = `'use strict'; /** * @license Angular * (c) 2010-2026 Google LLC. https://angular.dev/ * License: MIT */`; export default { banner: { js: banner, }, legalComments: 'none', plugins: [], };