angular/adev/shared-docs/index.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
485 B
TypeScript
Raw Normal View History

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