-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Angular: Filter non-inputs from controls #30550
base: next
Are you sure you want to change the base?
Angular: Filter non-inputs from controls #30550
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
@@ -17,6 +18,8 @@ import { | |||
Property, | |||
} from './types'; | |||
|
|||
const { FEATURES } = global; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Consider adding a type annotation for FEATURES to ensure type safety
Relates #16865
rebase #18880 on
next
branchGreptile Summary
Adds a feature flag to filter non-input controls from Angular components in Storybook, providing a cleaner and more focused controls panel by showing only input properties.
code/frameworks/angular/src/client/docs/compodoc.ts
to addFEATURES.angularFilterNonInputControls
flagextractArgTypesFromData
to only includeinputsClass
when feature flag is enabledpropertiesClass
,methodsClass
, andoutputsClass
with active feature flag💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!