/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.18
adev/shared-docs/index.ts
20 строк
516 B
Matthieu Riegler
docs(docs-infra): leverage the search on 404
17 дек 2025, 20:40
17 дек 2025, 20:40
d23ce76
Код
Авторство
О чём код?
/*! * @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 */ /* * Public API Surface of shared */ export * from './directives/index'; export * from './components/index'; export * from './interfaces/index'; export * from './pipes/index'; export * from './providers/index'; export * from './services/index'; export * from './utils/index'; export * from './testing/index';