Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajitzero/ng-auto-animate
Angular Directive (library) for FormKit's Auto Animate. Built with Nx. Demo: https://ng-auto-animate.netlify.app
https://github.com/ajitzero/ng-auto-animate
angular directive nx nx-workspace standalone-library
Last synced: 3 months ago
JSON representation
Angular Directive (library) for FormKit's Auto Animate. Built with Nx. Demo: https://ng-auto-animate.netlify.app
- Host: GitHub
- URL: https://github.com/ajitzero/ng-auto-animate
- Owner: ajitzero
- License: mit
- Created: 2023-06-18T17:29:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-07T22:07:42.000Z (4 months ago)
- Last Synced: 2024-07-22T12:00:58.263Z (4 months ago)
- Topics: angular, directive, nx, nx-workspace, standalone-library
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/ng-auto-animate
- Size: 2.72 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ng-auto-animate - Angular Directive (library) for FormKit's [Auto Animate](https://auto-animate.formkit.com). (Table of contents / Third Party Components)
- fucking-awesome-angular - ng-auto-animate - Angular Directive (library) for FormKit's 🌎 [Auto Animate](auto-animate.formkit.com). (Table of contents / Third Party Components)
- fucking-awesome-angular - ng-auto-animate - Angular Directive (library) for FormKit's 🌎 [Auto Animate](auto-animate.formkit.com). (Table of contents / Third Party Components)
README
# ng-auto-animate
Mono-repo for the library and demo app.
- Library:
- ⭐️ [Source & README](https://github.com/ajitzero/ng-auto-animate/tree/main/libs/ng-auto-animate) (Visit here first)
- [NPM](https://www.npmjs.com/package/ng-auto-animate).
- Demo app, deployed via Netlify:
- [Source](https://github.com/ajitzero/ng-auto-animate/tree/main/apps/demo)
- [Live Demo](https://ng-auto-animate.netlify.app/)
- Original library docs:
- ⭐️ [Source & README](https://github.com/formkit/auto-animate) (For everything else)
- [Live Demo](https://auto-animate.formkit.com)### Missing support for something?
Go through existing issues if your problem is already being tracked, otherwise [raise an issue!](https://github.com/ajitzero/ng-auto-animate/issues/new)
### License
[MIT](https://github.com/ajitzero/ng-auto-animate/blob/main/LICENSE).
Built by [Ajit Panigrahi](https://github.com/ajitzero). Original library by [Justin Schroeder](https://github.com/justin-schroeder) and many contributors.
✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨
## Start the demo app
To start the development server run `nx serve demo`. Open your browser and navigate to http://localhost:4200/. Happy coding!
## Want better Editor Integration?
Have a look at the [Nx Console extensions](https://nx.dev/nx-console). It provides autocomplete support, a UI for exploring and running tasks & generators, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.
## Ready to deploy?
Just run `nx build demoapp` to build the application. The build artifacts will be stored in the `dist/` directory, ready to be deployed.