UNPKG

bitcitawebfrontlib-ibsalut

Version:

Angular CLI project used by other Angular projects in the bitcita web project.<br />

13 lines 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Domain = /** @class */ (function () { function Domain(value, label, disabled) { this.value = value; this.label = label; this.disabled = disabled; } Domain.DUMMY = new Domain(null, 'Qualsevol', false); return Domain; }()); exports.Domain = Domain; //# sourceMappingURL=domain.js.map