/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/compiler-cli/src/ngtsc/testing/fake_common/http/index.ts
13 строк
384 B
hawkgs
refactor(compiler-cli): add a resource debugName transform (#64172)
24 ноя 2025, 19:30
24 ноя 2025, 19:30
0f4b11c
Код
Авторство
О чём код?
/** * @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 */ // Fake Http package with partial API coverage. Modify as needed. export type HttpResourceRef<T> = any; export declare function httpResource(...args: any): HttpResourceRef<any>;