I got following error when i run my streaming app in local. Please help me how to fi it

tslint: C:/mediaStreaming/src/pages/home/home.ts, line: 2
All imports are unused.

L1: import { Component } from ‘@angular/core’;
L2: import { NavController } from ‘ionic-angular’;
L3: import { StreamingMedia, StreamingVideoOptions, StreamingAudioOption
s } from ‘@ionic-native/streaming-media’;

could you plz share required code so that I can analyze it and tell you

Which one module.ts or package.json?