Projekt

Obecné

Profil

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

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

    
10
  constructor() { }
11

    
12
  ngOnInit() {
13
  }
14

    
15
}
(3-3/4)