UNPKG

ngx-foundation

Version:

Native Angular Foundation for Sites Components

18 lines 576 B
var TypeaheadMatch = /** @class */ (function () { function TypeaheadMatch(item, value, header) { if (value === void 0) { value = item; } if (header === void 0) { header = false; } this.item = item; this.value = value; this.header = header; } TypeaheadMatch.prototype.isHeader = function () { return this.header; }; TypeaheadMatch.prototype.toString = function () { return this.value; }; return TypeaheadMatch; }()); export { TypeaheadMatch }; //# sourceMappingURL=typeahead-match.class.js.map