3.0.1 • Published 5 years ago

zr-select-selection v3.0.1

Weekly downloads
16
License
-
Repository
-
Last release
5 years ago

About

A select selection component.

Installation

Install through npm:

npm install --save zr-select-selection

Then include in your apps module:

import { NgModule } from '@angular/core';
import { ZrSelectSelectionModule } from 'zr-select-selection';

@NgModule({
  imports: [
    ZrSelectSelectionModule.forRoot()
  ]
})
export class MyModule {}

Finally use in one of your apps components:

import { Component } from '@angular/core';

@Component({
  template: '<zr-select-selection [selects]="selects1" [(model)]="selectValue1"></zr-select-selection>'
})
export class MyComponent {}
3.0.1

5 years ago

3.0.0

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago