/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
devtools/src/app/demo-app/auxiliary/auxiliary.component.ts
15 строк
371 B
AleksanderBodurri
feat(devtools): use router state for active route detection
10 ноя 2025, 20:50
10 ноя 2025, 20:50
cfb26f5
Код
Авторство
О чём код?
/** * @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 {Component} from '@angular/core'; @Component({ selector: 'app-auxiliary', templateUrl: './auxiliary.component.html', }) export class AuxiliaryComponent {}