1.0.0 • Published 5 months ago

@daibh/cdk v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

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

LibraryVersion
Angular17.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!

1.0.0

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

6 months ago