https://github.com/exalif/angular-libs
Various Angular 6+ libs
https://github.com/exalif/angular-libs
angular hacktoberfest javascript
Last synced: 7 months ago
JSON representation
Various Angular 6+ libs
- Host: GitHub
- URL: https://github.com/exalif/angular-libs
- Owner: exalif
- License: other
- Created: 2018-05-25T20:44:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T17:41:30.000Z (about 2 years ago)
- Last Synced: 2025-08-26T00:55:06.878Z (7 months ago)
- Topics: angular, hacktoberfest, javascript
- Language: TypeScript
- Homepage:
- Size: 5.42 MB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exalif Angular Libs

Monorepo for various libs:
- [@exalif/ngx-breadcrumbs](libs/ngx-breadcrumbs): breadcrumbs module
- [@exalif/ngx-mat-popover](libs/ngx-mat-popover): angular material popover
- [@exalif/ngx-skeleton-loader](libs/ngx-skeleton-loader): skeleton/ghost loader
- [@exalif/ngx-file-upload](libs/ngx-file-upload): file upload module
- [@exalif/ngx-k-code](libs/ngx-k-code): konami code module
- [@exalif/ngx-keepalive](libs/ngx-keepalive): a module for responding to idle users in Angular applications
## Notes
### @exalif/ngx-mat-popover
***BREAKING CHANGE***: From version 14 and upwards, SASS `@use '@angular/material' as mat` is removed from the lib file. Therefore to ensure proper styling, please set material theming in your main project style files.