Gathering detailed insights and metrics for @angular-mdl/select
Gathering detailed insights and metrics for @angular-mdl/select
Gathering detailed insights and metrics for @angular-mdl/select
Gathering detailed insights and metrics for @angular-mdl/select
Angular 2 - 14 components, directives and styles based on material design lite (npm: @angular-mdl/core)
npm install @angular-mdl/select
Typescript
Module System
Node Version
NPM Version
TypeScript (56.95%)
SCSS (25.09%)
HTML (16.14%)
JavaScript (0.92%)
Shell (0.67%)
CSS (0.24%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
558 Stars
3,058 Commits
92 Forks
19 Watchers
17 Branches
22 Contributors
Updated on Oct 26, 2024
Latest Version
15.0.0
Package Id
@angular-mdl/select@15.0.0
Unpacked Size
222.90 kB
Size
46.59 kB
File Count
22
NPM Version
8.1.2
Node Version
16.13.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
2
npm i --save @angular-mdl/popover @angular-mdl/select
import { MdlSelectModule } from '@angular-mdl/select';
If you need to support IE11 please add https://www.npmjs.com/package/custom-event-polyfill to your polyfills.
1<mdl-select [(ngModel)]="personId"> 2 <mdl-option *ngFor="let p of people" [value]="p.id">{{p.name}}</mdl-option> 3</mdl-select>
1<mdl-select placeholder="Person Name" [(ngModel)]="personId"> 2 <mdl-option *ngFor="let p of people" [value]="p.id">{{p.name}}</mdl-option> 3</mdl-select>
1<mdl-select label="{{personLabel}}" floating-label [(ngModel)]="personId"> 2 <mdl-option *ngFor="let p of people" [value]="p.id">{{p.name}}</mdl-option> 3</mdl-select>
Name | Type | Description |
---|---|---|
[ngModel] | any | Select data binding |
[disabled] | boolean | Whether or not the select is disabled |
[placeholder] | string | Placeholder text |
[label] | string | Label text |
[floating-label] | any | If present or true the label will be floating on focus event |
[multiple] | boolean | Multiselect mode |
[autocomplete] | boolean | Autocomplete mode |
(blur) | ... | on blur event |
(change) | ... | on change event |
Name | Type | Description |
---|---|---|
[value] | any | Option value |
[disabled] | boolean | Whether or not the option is disabled |
<content> | string | Option label |
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/28 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
69 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More