1
0
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:
Will Martin
2026-01-22 12:50:13 -05:00
parent 2fac696567
commit 22917d7e35
68 changed files with 214 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
import { Component } from "@angular/core";
/**
* Root component for the component library's Storybook application.
*/
// FIXME(https://bitwarden.atlassian.net/browse/CL-764): Migrate to OnPush
// eslint-disable-next-line @angular-eslint/prefer-on-push-component-change-detection
@Component({