Projekt

Obecné

Profil

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

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

    
10
  ngOnInit() {
11
  }
12

    
13
}
(4-4/4)