Skip to content

Instantly share code, notes, and snippets.

View chandanch's full-sized avatar
📘
Design, Build, Transform, Graph, Nxt Gen Solutions 😀

Chandan CH chandanch

📘
Design, Build, Transform, Graph, Nxt Gen Solutions 😀
View GitHub Profile
$play-buttton-color : #FF4578;
$pause-button-color : #EF86RW;
$album-art-border-color : #EQ3E56;
$track-title-font-size : 14pt;
@chandanch
chandanch / mediaPlayer.json
Last active January 4, 2017 17:28
Demonstration of JSON to SaSS conversion
{
"play-buttton-color" : "#FF4578",
"pause-button-color" : "#EF86RW",
"album-art-border-color" : "#EQ3E56",
"track-title-font-size" : "14pt"
}
/**
* Created by Chandan on 14/12/16.
* @Author Chandan
*
*/
import { Component, ViewChild, ElementRef } from '@angular/core';
import {Platform} from "ionic-angular";
//import pouchDB modules here
import * as PouchDB from 'pouchdb';