Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@stejnar/select

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stejnar/select

Angular component library for fancy select inputs

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

@stejnar/select

Angular component library for fancy select inputs

npm package:
https://www.npmjs.com/package/@stejnar/select

Components

1. Select

<select placeholder>
@Input placeholder: string

2. SelectOption

<select-option value>
@Input value: any

Usage

<select [(ngModel)]="binding" placeholder="Add to shopping cart...">
    <select-option [value]="{ type: 'Banana', number: 3 }">
        3 Bananas
    </select-option>
    <select-option [value]="{ type: 'Apple', number: 2 }">
        2 Apples
    </select-option>
    <select-option value="JavaScript Cookbook">
        Javascript Cookbook
    </select-option>
</select>

Keywords

angular2

FAQs

Package last updated on 07 Jul 2017

Did you know?

Socket

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.

Install

Related posts