npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

ngx-isteven-multiselect

v0.0.7

Published

This project basically gonna help using dropdown / select in efficient manner. This idea has been inspired by AngularJS [isteven-multiselect](http://isteven.github.io/angular-multi-select). In terms of UI it will look somewhat similar to isteven multisele

Readme

Isteven Multiselect

This project basically gonna help using dropdown / select in efficient manner. This idea has been inspired by AngularJS isteven-multiselect. In terms of UI it will look somewhat similar to isteven multiselect, but interms of code it may not exactly architectured in the same way. Currently I'm planning to support the feature provided by isteven-multiselect, plus other features (list going to updated soon). Still this library is under alpha version.

Using Angular 7 version right now.

Plans

This plans are based on current idea, it could change in future. First thing I'd like to cover all the features that have been used in isteven branch. Each feature will make sure that it should done in optimistic way of

  1. ~~Single Select~~
  2. ~~Multiple Select~~
  3. Callbacks
  4. ~~Enable / Disable~~
  5. Form Support with ControlValueAccessor a) Template Driven form b) Model Driven form
  6. Output Events
  7. ~~Helper Elements~~ (TODO: Reset)
  8. Grouping
  9. Dynamic Update datasource
  10. Observable Friendly
  11. Lazy loading smooth support.
  12. Small component for each small component a) Input filter template b) Helper buttons c) List options
  13. Configuration Super Easy
  14. NgIvy friendly
  15. Angular Elements friendly
  16. i18 support.
  17. Server side rendering support
  18. Optimal / Super fast rendering.
  19. Theming Support
  20. Angular 2+ Support (make it backword compatible).

Estimates of each fetures will be added soon. Stay toon. I've not started the work

Note: This repository is into early architecting phase (alpha state), interested can ping me on [email protected] for contribution purpose.

Development server

This project is highly under construction. To run this project you have to run below commands

  1. ng build isteven-multiselect
  2. ng serve

To play around with this repository you have to run below two commands

  1. npm run isteven-watch - This command will help to build isteven library everytime when you change any file from it.
  2. ng serve - To run application, it will consume live isteven library

Track Realtime Status of Feature

Trello Board here

Running unit tests

TODO

Further help

Feel free to contribute to repository