/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
devtools/projects/ng-devtools/src/public-api.ts
16 строк
465 B
hawkgs
refactor(devtools): save user settings in the settings store (#62429)
06 авг 2025, 16:12
06 авг 2025, 16:12
cb8d30a
Код
Авторство
О чём код?
/** * @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 */ /* * Public API Surface of ng-devtools */ export {DevToolsComponent} from './lib/devtools.component'; export * from './lib/application-operations'; export * from './lib/application-environment'; export * from './lib/application-providers/settings_provider';