Skip to content

Instantly share code, notes, and snippets.

View chgc's full-sized avatar
🎯
Focusing

Kevin Yang chgc

🎯
Focusing
View GitHub Profile
import { Subject } from 'rxjs/Subject';
import { TokenInfo } from './tokeninfo';
//import { Token } from './checktoken';
//import { Applist } from './applist';
//import { ApplistWithVersion } from './applistwithversion';
import { Injectable, Input } from '@angular/core';
import { Http } from '@angular/http';
import { ActivatedRoute } from '@angular/router';
import {Observable} from 'rxjs/Observable';