File

src/app/app.component.ts

Description

The default angular component. HTML includes a router outlet for displaying other components.

Metadata

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

Properties

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

/**
 * The default angular component. HTML includes a router outlet for displaying other components.
 */
@Component({
  selector: 'app-root',
  templateUrl: './app.component.html',
  styleUrls: ['./app.component.css']
})
export class AppComponent {
  title = 'watchlist-app';
}

results matching ""

    No results matching ""