Projekt

Obecné

Profil

Stáhnout (269 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import { Component, OnInit } from '@angular/core';
2

    
3
@Component({
4
  selector: 'app-header',
5
  templateUrl: './header.component.html',
6
  styleUrls: ['./header.component.css']
7
})
8
export class HeaderComponent implements OnInit {
9

    
10
  constructor() { }
11

    
12
  ngOnInit() {
13
  }
14

    
15
}
(4-4/4)