mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
add jsdoc class comments to libs/components
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,9 @@ import { MenuItemComponent } from "./menu-item.component";
|
||||
import { MenuTriggerForDirective } from "./menu-trigger-for.directive";
|
||||
import { MenuComponent } from "./menu.component";
|
||||
|
||||
/**
|
||||
* Module providing menu components for dropdown navigation and action lists.
|
||||
*/
|
||||
@NgModule({
|
||||
imports: [MenuComponent, MenuTriggerForDirective, MenuItemComponent, MenuDividerComponent],
|
||||
exports: [MenuComponent, MenuTriggerForDirective, MenuItemComponent, MenuDividerComponent],
|
||||
|
||||
Reference in New Issue
Block a user