Gathering detailed insights and metrics for storybook-addon-angular-ivy
Gathering detailed insights and metrics for storybook-addon-angular-ivy
Gathering detailed insights and metrics for storybook-addon-angular-ivy
Gathering detailed insights and metrics for storybook-addon-angular-ivy
@storybook/addon-toolbars
Create your own toolbar items that control story rendering
@storybook/addon-controls
Interact with component inputs dynamically in the Storybook UI
@storybook/addon-backgrounds
Switch backgrounds to view components in different settings
@storybook/addon-actions
Get UI feedback when an action is performed on an interactive element
npm install storybook-addon-angular-ivy
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
3 Stars
19 Commits
2 Forks
7 Watching
6 Branches
97 Contributors
Updated on 28 Jan 2023
Minified
Minified + Gzipped
TypeScript (63.87%)
JavaScript (36.13%)
Cumulative downloads
Total Downloads
Last day
-67.9%
25
Compared to previous day
Last week
45.1%
531
Compared to previous week
Last month
66%
2,048
Compared to previous month
Last year
-57.1%
13,795
Compared to previous year
1
25
Storybook has integrated Ivy support since v6.3 and this addon is no longer needed.
This addon configures Storybook for Angular to use the new Angular Ivy renderer instead of the ViewEngine that Storybook uses by default.
This addon installs just like any other Storybook addon:
1npm install --save-dev storybook-addon-angular-ivy
Then add it to your .storybook/main.js
addons field:
1module.exports = { 2 addons: ["storybook-addon-angular-ivy"], 3};
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.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
Found 2/13 approved changesets -- score normalized to 1
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
86 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More