UNPKG

input_myown9812

Version:

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

45 lines (39 loc) 1.18 kB
import { __decorate } from 'tslib'; import { Component, NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; var HomeComponent = /** @class */ (function () { function HomeComponent() { } HomeComponent.prototype.ngOnInit = function () { }; HomeComponent = __decorate([ Component({ selector: 'app-home', template: "<div style=\"border: 1px solid #ccc;\">\n <input type=\"text\" placeholder=\"Enter some text\">\n\n</div>\n", styles: [""] }) ], HomeComponent); return HomeComponent; }()); var HomeModule = /** @class */ (function () { function HomeModule() { } HomeModule = __decorate([ NgModule({ declarations: [HomeComponent], imports: [ CommonModule ], exports: [ HomeComponent // <-- this! ] }) ], HomeModule); return HomeModule; }()); // tslint:disable-next-line: eofline /** * Generated bundle index. Do not edit. */ export { HomeModule, HomeComponent as ɵa }; //# sourceMappingURL=input_myown9812.js.map