Projekt

Obecné

Profil

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

    
3
@Component({
4
  selector: 'app-root',
5
  template: '<router-outlet></router-outlet>'
6
})
7
export class AppComponent {
8
  title = 'SensLog';
9
}
(2-2/3)