nativescript-centered-label
Version:
NativeScript plugin that provide Label that are horizontally and vertically centered.
16 lines • 552 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var CenteredLabelDirective = (function () {
function CenteredLabelDirective() {
}
CenteredLabelDirective = __decorate([
core_1.Directive({
selector: "CenteredLabel"
})
], CenteredLabelDirective);
return CenteredLabelDirective;
}());
exports.CenteredLabelDirective = CenteredLabelDirective;
exports.DIRECTIVES = CenteredLabelDirective;
//# sourceMappingURL=centered-label.directives.js.map