@ibenvandeveire
open source is a mono-repo providing several of Angular and non-Angular based packages created and maintained by Iben Van de Veire.
To setup this project, clone the repo and run npm i
to install the dependencies.
You can find the documentation for all of the packages on the Wiki.
For more in depth documentation relating to individual components of each package, please consult the Compodoc Documentation
utils (@ibenvandeveire/ngx-utils
) :
forms (@ibenvandeveire/ngx-forms
):
store (@ibenvandeveire/ngx-store
):
i18n (@ibenvandeveire/ngx-i18n
):
cookies (@ibenvandeveire/ngx-cookies
):
layout (@ibenvandeveire/ngx-layout
):
tour (@ibenvandeveire/ngx-inform
):
core (@ibenvandeveire/ngx-core
):
rxjs-utils (@ibenvandeveire/rxjs-utils
):
You can find detailed explanations in their respective README’s.
In order to contribute to this repository you must:
main
named either fix/PACKAGE/FEATURE-NAME
or feat/PACKAGE/FEATURE-NAME
.fix(PACKAGE)
or feat(PACKAGE)
for a fix or feature respectively.enhancement
or bug
tag, the project and milestone.MIT License
Copyright (c) 2023 Studio Hyperdrive Copyright (c) 2025 Iben Van de Veire
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.