File

src/app/home/home.component.ts

Description

The home component

Metadata

import { Component } from '@angular/core';

/**
 * The home component
 */
@Component({
    selector: 'home',
    templateUrl: './home.component.html'
})
export class HomeComponent {

}
<div class="todoapp">
    <header class="header"></header>
    <list class="main"></list>
    <footer></footer>
</div>
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""