ngx-alan-lib
Version:
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.3.
63 lines (57 loc) • 1.32 kB
JavaScript
import { Component, NgModule } from '@angular/core';
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
class FooterComponent {
constructor() { }
/**
* @return {?}
*/
ngOnInit() {
}
}
FooterComponent.decorators = [
{ type: Component, args: [{
selector: 'app-footer',
template: `<div>
footer works!
</div>
`,
styles: [`div{background-color:bisque;width:100%;min-height:200px}`]
},] },
];
/** @nocollapse */
FooterComponent.ctorParameters = () => [];
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
class FooterModule {
}
FooterModule.decorators = [
{ type: NgModule, args: [{
imports: [],
declarations: [
FooterComponent
],
exports: [
FooterComponent
]
},] },
];
/** @nocollapse */
FooterModule.ctorParameters = () => [];
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* Generated bundle index. Do not edit.
*/
export { FooterModule, FooterComponent as ɵa };
//# sourceMappingURL=ngx-alan-lib.js.map