@bamzooka/ui-kit-structural-directives
v1.0.21
Published
This library is a set of structural directives that helps you do common *ngIf/*ngFor pattern that are not supported by the core angular lib
Downloads
228
Readme
shared-ui-kit-structural-directives
This library is a set of structural directives that helps you do common *ngIf/*ngFor pattern that are not supported by the core angular lib
Storybook
To visualize all the stories created for this lib run
nx run shared-ui-kit-structural-directives: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-structural-directives --with-deps --prod
Go to package.json created in dist/libs/shared/ui-kit/structural-directives
and move all @angular
dependencies to perDependencies
Running unit tests
Run nx test shared-ui-kit-structural-directives
to execute the unit tests.
TODO implement unit tests
Running end-to-end tests
Run nx e2e shared-ui-kit-structural-directives-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.