mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): add top level banner component - create top level banner component - write unit tests - close banner and keep state in the local storage - fix: support screens of tablets and phones PR Close #57458
18 lines
754 B
TypeScript
18 lines
754 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 './viewers/docs-viewer/docs-viewer.component';
|
|
export * from './cookie-popup/cookie-popup.component';
|
|
export * from './navigation-list/navigation-list.component';
|
|
export * from './select/select.component';
|
|
export * from './slide-toggle/slide-toggle.component';
|
|
export * from './table-of-contents/table-of-contents.component';
|
|
export * from './text-field/text-field.component';
|
|
export * from './icon/icon.component';
|
|
export * from './search-dialog/search-dialog.component';
|
|
export * from './top-level-banner/top-level-banner.component';
|