npm.io
1.0.23 • Published 1 year ago

@bamzooka/ui-kit-copy

Licence
Version
1.0.23
Deps
1
Size
36 kB
Vulns
0
Weekly
0

shared-ui-kit-copy

This library is a set of component and directives to interact with copy/paste elements

Storybook

To visualize all the stories created for this lib run nx run shared-ui-kit-copy:storybook

You can use storybook to make develop the lib, any change made to the code will be reflected in the stories

Build

Run nx build shared-ui-kit-copy --with-deps --prod Go to package.json created in dist/libs/shared/ui-kit/copy and move all @angular dependencies to perDependencies

Running unit tests

Run nx test shared-ui-kit-copy to execute the unit tests.

Running end-to-end tests

Run nx e2e shared-ui-kit-copy-e2e

The e2e tests are coupled with storybook, stories are created for this component, then these stories are used to perform some browser based tests.