@taiga-ui/cdk
Version:
Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance
8 lines • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.normalizeAttrValue = void 0;
function normalizeAttrValue(attrName, attrValue) {
return attrName.startsWith('[') ? attrValue : `'${attrValue}'`;
}
exports.normalizeAttrValue = normalizeAttrValue;
//# sourceMappingURL=normalize-attr-value.js.map