@sentinel-one/s1-lottie
v11.2.0
Published
Lottie Animation Component for Angular apps
Downloads
394
Maintainers
Readme
S1Lottie
UPDATED to support V9, IVY is opt out to avoid following warning:
"It is not recommended to publish Ivy libraries to NPM repositories."
Meaning it should support the prev rendering engine as well.
This library was generated with Angular CLI version 8.1.1.
Code scaffolding
Run ng generate component component-name --project s1-lottie
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project s1-lottie
.
Note: Don't forget to add
--project s1-lottie
or else it will be added to the default project in yourangular.json
file.
Build
Run ng build s1-lottie
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build s1-lottie
, go to the dist folder cd dist/s1-lottie
and run npm publish
.
Running unit tests
Run ng test s1-lottie
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.