ngx-dealwithit
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

ngx-dealwithit

Just deal with it!

import

import { DealWithItModule } from 'ngx-dealwithit';

include in imports of your module.

usage

Add to your template

<deal-with-it></deal-with-it>

Optional parameter sizePercentage: number (default = 100);

Inject DealWithItService

import { DealWithItService } from 'ngx-dealwithit';

...
constructor(private dealWithItService: DealWithItService) {}
...

Display the dealWithIt on any moment

this.dealWithItService.dealWithIt(top, left);

Clicking on the glasses will hide them again

Readme

Keywords

Package Sidebar

Install

npm i ngx-dealwithit

Weekly Downloads

4

Version

1.1.0

License

MIT

Unpacked Size

35.6 kB

Total Files

31

Last publish

Collaborators

  • orjandesmet