ngx-email-obfuscation
v1.0.0
Published
Angular Email Obfuscation
Downloads
21
Maintainers
Readme
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>[email protected]</span>
Issues
Please report bugs and issues here.
License
MIT © Joe Jordan Brown