/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/router/src/models_deprecated.ts
13 строк
481 B
Andrew Scott
fix(router): Remove 'any' type from route guards (#60378)
28 мар 2025, 14:50
28 мар 2025, 14:50
c57951d
Код
Авторство
О чём код?
/** * @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 */ // This file contains re-exports of deprecated interfaces in `models.ts` // The public API re-exports everything from this file, which can be patched // locally in g3 to prevent regressions after cleanups complete. export {DeprecatedGuard, DeprecatedResolve} from './models';