angular/adev/shared-docs/index.ts
Matthieu Riegler d23ce76821 docs(docs-infra): leverage the search on 404
This introduces a search result matching the requested url when the page couldn't not be found.
2025-12-17 09:40:42 -08:00

20 lines
516 B
TypeScript

/*!
* @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';