projects/Hello01/src/app/app.component.ts
selector | app-root |
styleUrls | ./app.component.scss |
templateUrl | ./app.component.html |
Properties |
title |
Type : string
|
Default value : 'Hello01'
|
Defined in projects/Hello01/src/app/app.component.ts:9
|
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'Hello01';
}
---Hello01---
<lib-title message="Hello App01"></lib-title>
./app.component.scss