/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
devtools/projects/ng-devtools/src/lib/application-providers/window_provider.ts
13 строк
341 B
hawkgs
refactor(devtools): save theme preference (#63050)
08 авг 2025, 18:58
08 авг 2025, 18:58
c0bfe23
Код
Авторство
О чём код?
/** * @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 */ import {InjectionToken} from '@angular/core'; export const WINDOW = new InjectionToken<Window>('WINDOW', { factory: () => window, });