Back to integrations
Add your integration
Categories
  • ⭐️ Popular
  • 🧩 Essentials
  • 🛠 Code
  • ⚡️ Data & state
  • ✅ Test
  • 💅 Style
  • 🎨 Design
  • ⚙️ Appearance
  • 🗄 Organize
How to install addons Create an addon
Addon Angular Ivy
This addon enables Ivy for @storybook/angular and is meant as a preview before it gets integrated into @storybook/angular itself.
npm install storybook-addon-angular-ivy
Last updated almost 3 years ago
342
Downloads per week
Readme View on GitHub

Storybook has integrated Ivy support since v6.3 and this addon is no longer needed.

Storybook Addon Angular Ivy

This addon configures Storybook for Angular to use the new Angular Ivy renderer instead of the ViewEngine that Storybook uses by default.

Installation

This addon installs just like any other Storybook addon:

npm install --save-dev storybook-addon-angular-ivy

Then add it to your .storybook/main.js addons field:

module.exports = {
  addons: ["storybook-addon-angular-ivy"],
};

That's it! The first time you run it on a new project, the addon will run the angular compiler ngcc on your node_modules folder.

Join the community
6,586 developers and counting
WhyWhy StorybookComponent-driven UI
DocsGuidesTutorialsChangelogTelemetryStatus
CommunityAddonsGet involvedBlog
ShowcaseExploreProjectsComponent glossary
Open source software
Storybook

Maintained by
Chromatic
Special thanks to Netlify and CircleCI