File

src/app/app.component.ts

Metadata

selector app-root
styleUrls app.component.css
templateUrl app.component.html

Properties

title
title: string
Default value: angular
import { Component } from '@angular/core';
 
 
 

@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.css']
})
export class AppComponent {
  title = 'angular';
}

results matching ""

    No results matching ""