
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
angular-modal-library
Advanced tools
<!--- These are examples. See https://shields.io for others or to customize this set of shields. You might want to include dependencies, project status and licence info here --->  openeing and close(id) closing make sure pass the modal id as the parameter in both the functions
in the html create a button and on click it should call the open function.
Also create the modal as shown in the example below:
<sj-modal id="my-modal">
<div>
HI
</div>
<button (click)="closeModal('my-modal')">Close </button>
</sj-modal>
Close button will be inside the modal to close it.
The classes used in Modal library for styling are as follow:
.modal .modal-body .modal-background .modal-open
It is also responsive for mobile devices with an slide down animation.
to custom styling you will need to use ElementRef. (Google it and experiment with it)
To contribute to angular-modal-library, follow these steps:
git checkout -b <branch_name>.git commit -m '<commit_message>'git push origin <project_name>/<location>Alternatively see the GitHub documentation on creating a pull request.
Thanks to the following people who have contributed to this project:
If you want to contact me you can reach me at me@siddhantjaiswal.dev.
This project uses the following license: MIT .
#angular #Modal
FAQs
<!--- These are examples. See https://shields.io for others or to customize this set of shields. You might want to include dependencies, project status and licence info here ---> 
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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.