File

projects/Hello01/src/app/app.component.ts

Metadata

selector app-root
styleUrls ./app.component.scss
templateUrl ./app.component.html

Index

Properties

Properties

title
Type : string
Default value : 'Hello01'
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

Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""