src/app/app.component.ts
| selector | app-root |
| styleUrls | ./app.component.css |
| templateUrl | ./app.component.html |
Properties |
| title |
Type : string
|
Default value : 'WorkflowUI'
|
|
Defined in src/app/app.component.ts:9
|
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'WorkflowUI';
}
<router-outlet></router-outlet>
./app.component.css