Project

General

Profile

1
/**
2
 * Created by stefania on 1/19/17.
3
 */
4
import {Component} from "@angular/core";
5

    
6
@Component({
7
  selector: 'footer',
8
  templateUrl: './footer.component.html',
9
  styleUrls: ['./footer.component.css'],
10
})
11

    
12
export class FooterComponent {
13

    
14
}
(3-3/3)