0.0.3 • Published 2 years ago

ngx-no-copy v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NgxNoCopy

This library was generated with Angular CLI version 12.2.0.

Table of Contents

About

This package is used to prevent copy, paste and cut in the Input's or the HTML

Imports

Import NgxNoCopyModule in your Module

@NgModule({ declarations: AppComponent, , imports: ... NgxNoCopyModule // <--- here , providers: [], bootstrap: AppComponent }) export class AppModule { }

## Usage

> Add NoCopyPasteCutDirective to input 
```html
<input type="text" NoCopyPasteCutDirective>

Add NoCopyPasteCutDirective to div

<div NoCopyPasteCutDirective >you will not be able to copy this text 😋</div>