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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user