@yumpii/ngx-yumpii-lib
v1.6.10
Published
An Angular library that provides reusable components and utilities for modern Angular applications.
Downloads
1,162
Readme
NgxYumpiiLib
An Angular library that provides reusable components and utilities for modern Angular applications.
This project was generated with Angular CLI version 19.1.0.
Installation
To install the library, run:
npm i @yumpii/ngx-yumpii-libPrerequisites
This library requires Angular Material. If you don't have it installed in your project yet, add it with:
ng add @angular/materialDependencies
NgxYumpiiLib has the following dependencies:
"peerDependencies": {
"@angular/common": "^19.1.0",
"@angular/core": "^19.1.0",
"@angular/material": "^19.1.2",
"@angular/material-moment-adapter": "^19.1.2",
"uuid": "^11.0.5",
"localstorage-slim": "^2.7.1",
"moment-timezone": "^0.5.47"
}Usage
Import styles
Add the library styles to your application:
For the latest version of Sass:
@include meta.load-css("@yumpii/ngx-yumpii-lib/src/styles.scss");For older versions of Sass:
@import "@yumpii/ngx-yumpii-lib/src/styles.scss";For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.
