C:/GoDev/src/TCSTK-Angular/projects/tibco-tcstk/tc-liveapps-lib/src/lib/components/live-apps-form/live-apps-form.component.ts
selector | tcla-live-apps-form |
styleUrls | ./live-apps-form.component.css |
templateUrl | ./live-apps-form.component.html |
constructor()
|
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'tcla-live-apps-form',
templateUrl: './live-apps-form.component.html',
styleUrls: ['./live-apps-form.component.css']
})
export class LiveAppsFormComponent {
constructor() { }
}
<p>live-apps-form works!</p>
./live-apps-form.component.css