File

src/app/app.component.ts

Metadata

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

Properties

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

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

results matching ""

    No results matching ""