ngx-alan-lib
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.3.
47 lines (42 loc) • 1.51 kB
JavaScript
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) :
typeof define === 'function' && define.amd ? define(['exports', '@angular/core'], factory) :
(factory((global['ngx-alan-lib'] = {}),global.ng.core));
}(this, (function (exports,core) { 'use strict';
var FooterComponent = /** @class */ (function () {
function FooterComponent() {
}
FooterComponent.prototype.ngOnInit = function () {
};
return FooterComponent;
}());
FooterComponent.decorators = [
{ type: core.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: core.NgModule, args: [{
imports: [],
declarations: [
FooterComponent
],
exports: [
FooterComponent
]
},] },
];
FooterModule.ctorParameters = function () { return []; };
exports.FooterModule = FooterModule;
exports.ɵa = FooterComponent;
Object.defineProperty(exports, '__esModule', { value: true });
})));
//# sourceMappingURL=ngx-alan-lib.umd.js.map