UNPKG

nativescript-centered-label

Version:

NativeScript plugin that provide Label that are horizontally and vertically centered.

16 lines 552 B
"use strict"; 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