@wjya/ngx-webapp-icpc.group.pms
Version:
angular webapp : icpc.group.pms
19 lines • 666 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var HomeComponent = /** @class */ (function () {
function HomeComponent() {
}
HomeComponent.prototype.ngOnInit = function () { };
HomeComponent.decorators = [
{ type: core_1.Component, args: [{
selector: 'zx-home',
template: "<p>home</p>"
},] },
];
/** @nocollapse */
HomeComponent.ctorParameters = function () { return []; };
return HomeComponent;
}());
exports.HomeComponent = HomeComponent;
//# sourceMappingURL=home.component.js.map