- ngx-flex-limitter
- A library for limiting the number of lines in a flex container.
- ngx-progress
- A library implementing the progress bar mechanic, without any imposed styles
This repository follows the conventional commit specification
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
- feat: A new feature
- fix: A bug fix
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
- docs: Documentation only changes
- perf: A code change that improves performance
- refactor: A code change that neither fixes a bug nor adds a feature
- test: Adding missing tests or correcting existing tests
- core: The base of the monorepo
- demo: The demo app
- progress: The
ngx-progress
library - flex-limitter: The
ngx-flex-limitter
library