1.0.0-rc.7 • Published 5 years ago

@rplaurindo/ng-matcheck v1.0.0-rc.7

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

NgMatcheck

Requirements

  • Angular 5 or higher.

Installing

$ npm i @rplaurindo/ng-matcheck --save

API reference

Usage

Include the module into imports metadata key of NgModule decorator in your application, importing NgMatcheckModule from @rplaurindo/ng-matcheck, like that.

import { NgMatcheckModule } from '@rplaurindo/ng-matcheck';

@NgModule({
    imports: [
        NgMatcheckModule
    ]
})
export class MyModule() { }

Directives

Selector: lib-mat-checkbox-group Exported as: NgMatcheck.MatCheckboxGroupComponent

Properties

NameDescription
@Input()objectCollection: object[]
@Input()property: stringProperty name of an object of the collection defined in objectCollection.
@Input()formProperty: stringOptional, if it doesn't defined it assumes the property.
@Input()filterTerm: stringA term of string type to filter objects defined in objectCollection, by propertyLabel.
@Input() ngClass: anyAngular NgClass Direcrive
@Input()form: FormGroup | NgForm
@Input()propertyLabel: string
@Input()parent: ThisType\
@Input()callbackDeclarationOfDisabledProperty: ((matCheckbox: MatCheckbox) => boolean)
1.0.0-rc.7

5 years ago

1.0.0-rc.6

5 years ago

1.0.0-rc.5

5 years ago

1.0.0-rc.4

5 years ago

1.0.0-rc.3

5 years ago

1.0.0-rc.1

5 years ago