@daibh/cdk
v1.0.0
Published
Angular library support some feature on development
Downloads
2
Maintainers
Readme
Angular PDF Viewer
This library was generated with Angular CLI version 17.0.0 The goal of creating this library to facilitate manipulation with the Angular framework.
Features
- ✨Include some functions support to develop your application
Dependencies:
- Angular - Awesome typescript-based framework easier to develop application
Installation
Install the dependencies and devDependencies and start the server.
npm install @daibh/cdk --save
Dependencies versions
| Library | Version | | ------ | ------ | | Angular | 17.0.0 |
How it work?
import { isDefined } from '@daibh/cdk/operators';
export class Component {
hasValue(obj: unknown): boolean {
return isDefined(obj);
}
}
License
MIT
Free Software, Bless you all!