
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
ngx-outside-click-handler
Advanced tools
[](https://david-dm.org/willmendesneto/ngx-outside-click-handler) [](https://stackblitz.com/edit/ngx-ou

Angular module to detect page events outside your wrapped component. Flexible and easy, how it should be ⇢
The idea of this component is make the process flexible, transparent and easier. So the main point is integrate this component with other components, such as:
It's totally transparent for you and you can integrate easier in your application, improving your user experience 🎉
Try out our demo on Stackblitz!
You can get it on NPM installing ngx-outside-click-handler module as a project dependency.
npm install ngx-outside-click-handler --save
You'll need to add NgxOutsideClickHandlerModule to your application module. So that, the <ngx-outside-click-handler> components will be accessible in your application.
@NgModule({
declarations: [
YourAppComponent
],
imports: [
NgxOutsideClickHandlerModule,
...
],
providers: [],
bootstrap: [YourAppComponent]
})
export class YourAppComponent {}
After that, you can use the component in your templates, passing the configuration data into the component itself.
ngx-outside-click-handler: Handle the user clicks when it clicks outside your wrapped component;<div class="item">
<ngx-outside-click-handler
[disabled]="disabled"
[outsideClickHandler]="outsideClickHandler"
[listenTo]="on"
>
<div><p>Content goes here</p></div>
</ngx-outside-click-handler>
</div>
npm start and access the link http://localhost:4200 in your browsernpm test for run tests. In case you want to test using watch, please use npm run tddthis project is using np package to publish, which makes things straightforward. EX: np <patch|minor|major> --contents=dist/ngx-outside-click-handler
For more details, please check np package on npmjs.com
For any type of contribution, please follow the instructions in CONTRIBUTING.md and read CODE_OF_CONDUCT.md files.
Wilson Mendes (willmendesneto)
FAQs
[](https://david-dm.org/willmendesneto/ngx-outside-click-handler) [](https://stackblitz.com/edit/ngx-ou
We found that ngx-outside-click-handler demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.