Project

General

Profile

1
/**
2
 * Created by stefania on 3/21/16.
3
 */
4

    
5
import { Component } from '@angular/core';
6

    
7
@Component({
8
    selector: 'dashboard',
9
    templateUrl: 'dashboard.component.html',
10
})
11

    
12
export class DashboardComponent {
13

    
14
}
(6-6/8)