@daibh/cdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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!

Package Sidebar

Install

npm i @daibh/cdk

Weekly Downloads

1

Version

1.0.0

License

none

Unpacked Size

13.1 kB

Total Files

18

Last publish

Collaborators

  • oniwa1102