This repository contains a collection of Angular libraries developed by CodeArt Egypt.
This library provides Angular components and directives that are compatible with Bootstrap 5. It also includes a service for managing the application's theme (Dark vs Light).
This source for this library was moved from old angular-bootstrap repository to this repository in order to manage all my Angular libraries in one place.
This library provides Angular pipes and directives for formatting and parsing numbers, dates, and currencies using the globalite library.
This source for this library was moved from old angular-globalite repository to this repository in order to manage all my Angular libraries in one place.
This library provides Angular directives, components and services for working with forms.
I use SemVer for versioning. For the versions available, see the tags on this repository.
Tags are named as vX.Y.Z
where X.Y.Z
is the version number.
Note that for older versions of the libraries where the code was in a different repository,
there is no tag for the version in this repository.
All Libraries use the same version number.
The major version number is the same as the supported Angular version. So, for Angular 19.x the major version is 19. Since Angular 19 is the first supported version, the first version is 19.
The libraries in this repository is licensed under the MIT License - see the LICENSE file for details.
- The authors of Globalize for inspiration for the globalite library on which the angular-globalite library is based.