Is the the expermental zoneless feature of Angular supported in storybook?
I am building a new app in Angular 18 using provideExperimentalZonelessChangeDetection.
How to display code usaged in storybook UI?
I have an Angular storybook file for the FooComponent.
How can I apply global styles to a specific story in Storybook for Angular without affecting other stories?
I’m using Storybook with Angular, and I want to apply global styles to a specific story without affecting other stories.