Interface ChipListTemplateContext

interface ChipListTemplateContext {
    $implicit: string;
    onRemoved: (event: MatChipEvent) => void;
}

Properties

Properties

$implicit: string
onRemoved: (event: MatChipEvent) => void