aot-project
Version:
19 lines (18 loc) • 665 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var SharedComponent = /** @class */ (function () {
function SharedComponent() {
}
SharedComponent.decorators = [
{ type: core_1.Component, args: [{
selector: 'shared-component',
templateUrl: './shared.component.html',
styleUrls: ['./shared.component.css']
},] },
];
/** @nocollapse */
SharedComponent.ctorParameters = function () { return []; };
return SharedComponent;
}());
exports.SharedComponent = SharedComponent;