ngx-select2-ex
Version:
Angular(2+) version of the popular alternative to select inputs, Select2. Select2 classes are used in the template, so you can use any pre-existing styles for Select2 and it will look the same as the original.
70 lines (69 loc) • 2.13 kB
JSON
{
"name": "ngx-select2-ex",
"version": "0.0.0",
"description": "Angular(2+) version of the popular alternative to select inputs, Select2. Select2 classes are used in the template, so you can use any pre-existing styles for Select2 and it will look the same as the original.",
"keywords": [
"angular",
"angular2",
"ngx",
"select2",
"ngx-select2",
"ngx-select2-ex",
"npm-package"
],
"repository": {
"type": "git",
"url": "https://github.com/bgolyoo/ngx-select2-ex"
},
"author": "Bodor Gergely",
"license": "MIT",
"bugs": {
"url": "https://github.com/bgolyoo/ngx-select2-ex/issues"
},
"homepage": "https://github.com/bgolyoo/ngx-select2-ex#readme",
"private": false,
"dependencies": {
"@angular/animations": "^5.2.0",
"@angular/common": "^5.2.0",
"@angular/compiler": "^5.2.0",
"@angular/core": "^5.2.0",
"@angular/forms": "^5.2.0",
"@angular/http": "^5.2.0",
"@angular/platform-browser": "^5.2.0",
"@angular/platform-browser-dynamic": "^5.2.0",
"@angular/router": "^5.2.0",
"bootstrap": "3",
"core-js": "^2.4.1",
"rxjs": "^5.5.6",
"select2": "^4.0.6-rc.1",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"zone.js": "^0.8.19",
"tslib": "^1.7.1"
},
"devDependencies": {
"@angular/cli": "~1.7.4",
"@angular/compiler-cli": "^5.2.0",
"@angular/language-service": "^5.2.0",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "^4.0.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^2.4.2",
"protractor": "~5.1.2",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": "~2.5.3"
},
"main": "bundles/ngx-select2-ex.umd.js",
"module": "esm5/ngx-select2-ex.js",
"es2015": "esm2015/ngx-select2-ex.js",
"typings": "ngx-select2-ex.d.ts",
"metadata": "ngx-select2-ex.metadata.json"
}