UNPKG

@wjya/ngx-webapp-icpc.group.pms

Version:

angular webapp : icpc.group.pms

19 lines 695 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var core_1 = require("@angular/core"); var FunctionComponent = /** @class */ (function () { function FunctionComponent() { } FunctionComponent.prototype.ngOnInit = function () { }; FunctionComponent.decorators = [ { type: core_1.Component, args: [{ selector: 'zx-function', template: "" },] }, ]; /** @nocollapse */ FunctionComponent.ctorParameters = function () { return []; }; return FunctionComponent; }()); exports.FunctionComponent = FunctionComponent; //# sourceMappingURL=function.component.js.map