main.component.ts
import {Component} from "@angular/core";
@Component({
selector: "main",
template: `
<StackLayout>
<TextField hint="some text"></TextField>
<Button text="Click me" class="btn">...