File

src/app/ui/directives/resettable-input.directive.ts

Description

add a button on an input which deletes its value

Metadata

Selector [framadateResettableInput]

Constructor

constructor()
import {Directive} from '@angular/core';

/**
 * add a button on an input which deletes its value
 */
@Directive({
    selector: '[framadateResettableInput]'
})
export class ResettableInputDirective {

    constructor() {
    }

}

result-matching ""

    No results matching ""