/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/router/test/default_export_component.ts
15 строк
354 B
Sheik Althaf
refactor(router): remove standalone true (#58950)
06 дек 2024, 03:02
06 дек 2024, 03:02
fe40143
Код
Авторство
О чём код?
/** * @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({ template: 'default exported', selector: 'test-route', }) export default class TestRoute {}