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

1.0.0 • Public • Published

Angular Email Obfuscation

Email Address Obfuscation helps to prevent spam by hiding your email addresses in your angular application from email crawlers, bots and harvesters while remaining visible to your site visitors.

Demo

https://stackblitz.com/edit/ngx-email-obfuscation

Installation

Install the npm package

npm install ngx-email-obfuscation

Import NgxEmailObfuscationModule
import { NgxEmailObfuscationModule } from 'ngx-email-obfuscation';
 
@NgModule({
 imports: [
   ...
   NgxEmailObfuscationModule
 ]
})

Usage

Add emailObfuscation directive to the parent element of the email address.

Contact us at <span emailObfuscation>support@example.com</span>

Issues

Please report bugs and issues here.

License

MIT © Joe Jordan Brown

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i ngx-email-obfuscation

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

99.6 kB

Total Files

24

Last publish

Collaborators

  • joejordanbrown