2.0.12 • Published 6 years ago

angular-essential-select v2.0.12

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Angular Essential Select

NPM Widget Teamcity Widget

Angular select component

npm.io

  • AOT compatible
  • Works with NgForms
  • Select one/multi options with a lot of customizations
  • Angular 5+
  • Demo and examples

Installation

To install this library, run:

$ npm install angular-essential-select --save

and then import EssentialSelectModule in your Angular AppModule:

import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';

import {EssentialSelectModule} from 'angular-essential-select';

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    EssentialSelectModule,
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Or you can force to use some language by default EssentialSelectModule.forRoot({forcedDefaultLanguage: "en-US"}),

Versions

ES 2.x.x

Targets Angular 5. Right now that version is on support only. There won't be any releases with new features - only with bugfixes. NodeJS 8.11.1 is preferable.

ES 3.x.x

  • Version 3 is the latest version and targets Angular 6 NodeJS 10.0.0 is preferable.

Development

To generate all *.js, *.d.ts and *.metadata.json files:

$ npm run build
$ npm run build:watch

To lint all *.ts files:

$ npm run lint

Development and snapshot build are available via artifactory

License

MIT © Nikita Bakaev

2.0.12

6 years ago

3.0.0

6 years ago

2.0.11

6 years ago

2.0.10

6 years ago

2.0.9

6 years ago

2.0.8

6 years ago

2.0.6

6 years ago

2.0.7

6 years ago

2.0.5

6 years ago

2.0.4

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.0

6 years ago