Project

General

Profile

1
import { Component } from '@angular/core';
2
import 'rxjs/Rx';
3

    
4
@Component({
5
  selector: 'bottom',
6
  templateUrl: 'bottom.component.html' 
7
})
8
export class BottomComponent {
9

    
10
}
(2-2/5)