UNPKG

ng-custom-checkbox-values

Version:

Custom checkbox values like strings or numbers other than default boolean

6 lines (5 loc) 159 B
import { OnInit } from '@angular/core'; export declare class CustomCheckboxValuesComponent implements OnInit { constructor(); ngOnInit(): void; }