bia-framework
Version:
Bia Framework to work with angular 2
18 lines • 664 B
JavaScript
;
var __extends = (this && this.__extends) || function (d, b) {
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var common_1 = require("@angular/common");
var CoreControl = (function (_super) {
__extends(CoreControl, _super);
function CoreControl() {
_super.apply(this, arguments);
this.focused = false;
this.wasTouched = false;
}
return CoreControl;
}(common_1.Control));
exports.CoreControl = CoreControl;
//# sourceMappingURL=CoreControl.js.map