UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

11 lines (10 loc) 308 B
import { TemplateRef } from '@angular/core'; export declare class AsiRadioComponent { /** Position of the template */ templatePosition: 'left' | 'right' | 'top' | 'bottom'; /** Value of the radio button */ value: any; template: TemplateRef<any>; active: boolean; index: number; }