Projekt

Obecné

Profil

Stáhnout (190 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 64f28c6d Ondřej Váně
import { Component } from '@angular/core';
2
3
@Component({
4
  selector: 'app-root',
5
  templateUrl: './app.component.html',
6
  styleUrls: ['./app.component.css']
7
})
8
export class AppComponent {
9
}