ngx-story
v0.0.3
Published
An Angular library for instagram-like stories
Maintainers
Readme
NgxStory
This project was generated using Angular CLI version 19.2.0.
Building
To build the library, run:
ng build ngx-storyThis command will compile your project, and the build artifacts will be placed in the dist/ directory.
Publishing the Library
Once the project is built, you can publish your library by following these steps:
- Navigate to the
distdirectory:
cd dist/ngx-story- Run the
npm publishcommand to publish your library to the npm registry:
npm publishAdditional Resources
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.
