/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/src/app/features/references/interfaces/api-items-group.ts
15 строк
327 B
hawkgs
docs(docs-infra): remove Featured section from the API reference list page (#58659)
15 ноя 2024, 21:32
15 ноя 2024, 21:32
0deb6f9
Код
Авторство
О чём код?
/*! * @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 {ApiItem} from './api-item'; export interface ApiItemsGroup { title: string; id: string; items: ApiItem[]; }