angular/adev/shared-docs/services/index.ts
Enea Jahollari b460ced56a docs(docs-infra): remove unused code (#58925)
Removed unused code from docs infra

PR Close #58925
2024-11-27 16:57:46 +01:00

12 lines
462 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
*/
export * from './navigation-state.service';
export {TOC_SKIP_CONTENT_MARKER, TableOfContentsLoader} from './table-of-contents-loader.service';
export {TableOfContentsScrollSpy} from './table-of-contents-scroll-spy.service';
export * from './search.service';