UNPKG

angular-tool-uwe

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.7.

47 lines (46 loc) 1.38 kB
import { Component, NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; var HelloWorldComponent = (function () { function HelloWorldComponent() { } /** * @return {?} */ HelloWorldComponent.prototype.ngOnInit = function () { }; return HelloWorldComponent; }()); HelloWorldComponent.decorators = [ { type: Component, args: [{ selector: 'tools-hello-world', template: "\n <h1>Hello world - dlrow olleH</h1>\n ", styles: ["\n h1 {\n color: #000000;\n background-color:#ffff00;\n border: 1px solid #000000;\n }\n "] },] }, ]; /** * @nocollapse */ HelloWorldComponent.ctorParameters = function () { return []; }; var HelloWorldModule = (function () { function HelloWorldModule() { } return HelloWorldModule; }()); HelloWorldModule.decorators = [ { type: NgModule, args: [{ imports: [ CommonModule ], declarations: [HelloWorldComponent], exports: [HelloWorldComponent] },] }, ]; /** * @nocollapse */ HelloWorldModule.ctorParameters = function () { return []; }; /** * Generated bundle index. Do not edit. */ export { HelloWorldModule, HelloWorldComponent as ɵa }; //# sourceMappingURL=angular-tool-uwe.es5.js.map