ngx-alan-lib
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.3.
38 lines (35 loc) • 1.15 kB
JavaScript
import { Component, NgModule } from '@angular/core';
var FooterComponent = /** @class */ (function () {
function FooterComponent() {
}
FooterComponent.prototype.ngOnInit = function () {
};
return FooterComponent;
}());
FooterComponent.decorators = [
{ type: Component, args: [{
selector: 'app-footer',
template: "<div>\n footer works!\n</div>\n",
styles: ["div{background-color:bisque;width:100%;min-height:200px}"]
},] },
];
FooterComponent.ctorParameters = function () { return []; };
var FooterModule = /** @class */ (function () {
function FooterModule() {
}
return FooterModule;
}());
FooterModule.decorators = [
{ type: NgModule, args: [{
imports: [],
declarations: [
FooterComponent
],
exports: [
FooterComponent
]
},] },
];
FooterModule.ctorParameters = function () { return []; };
export { FooterModule, FooterComponent as ɵa };
//# sourceMappingURL=ngx-alan-lib.js.map