
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
This is a sample library of Angular Elements components geared for a slideshow. Doesn't play well in Angular applications, but should work with other framworks (tested with vanilla HTML/JS, React and Vue).
Angular Elements Slides is available via NPM:
npm install nge-slides
Then just import the library into your code like so:
import 'nge-slides';
Or you can use Angular Elements Slides via CDN:
<script src="https://unpkg.com/nge-slides/nge-slides.js"></script>
<!-- Required wrapper for all slides as well as progress bar -->
<nge-slides-wrapper>
<nge-slide type="title" title="Angular Element Slides" subtitle="Web Components Made Easy"></nge-slide>
<nge-slide type="section" title="Section Slide"></nge-slide>
<nge-slide title="Slide 3" content="Content can be defined via an attribute"></nge-slide>
<nge-slide title="Slide 4">
<p>Or you can put your content in as HTML</p>
</nge-slide>
<nge-slide type="blank">
<p>A blank slide has little to no properties</p>
<p>All it's designed to be is an HTML passthrough</p>
</nge-slide>
<nge-slide type="title" title="Goodbye"></nge-slide>
<nge-slides-progress-bar></nge-slides-progress-bar>
</nge-slides-wrapper>
FAQs
Sample library of Angular Elements components geared for a slideshow
The npm package nge-slides receives a total of 0 weekly downloads. As such, nge-slides popularity was classified as not popular.
We found that nge-slides 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
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.