angular/adev/shared-docs/index.ts
Matthieu Riegler 68368f6214 docs(docs-infra): Use intersectionObserver for TOC (#60166)
Using IntersectionObservers simplfies the code and doesn't rely on APIs that will trigger a reflow.

PR Close #60166
2025-03-05 12:09:45 -08:00

19 lines
485 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 './providers/index';
export * from './services/index';
export * from './utils/index';
export * from './testing/index';