File

src/app/todo/todo-header/todo-header.component.ts

Metadata

selector app-todo-header
styleUrls ./todo-header.component.scss
templateUrl ./todo-header.component.html
import { Component } from '@angular/core';

@Component({
  selector: 'app-todo-header',
  templateUrl: './todo-header.component.html',
  styleUrls: ['./todo-header.component.scss']
})
export class TodoHeaderComponent {}
<div class="header stbui-background-primary"></div>

./todo-header.component.scss

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
}
Legend
Html element
Component
Html element with directive

result-matching ""

    No results matching ""