Advertisement
Guest User

WPLMS

a guest
Jan 2nd, 2020
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 160.47 KB | None | 0 0
  1. C:\Users\oasac\scw>ionic cordova build --release android
  2. > ionic-app-scripts.cmd build --target cordova --platform android
  3. [17:14:46]  ionic-app-scripts 3.2.2
  4. [17:14:46]  build dev started ...
  5. [17:14:46]  clean started ...
  6. [17:14:46]  clean finished in 16 ms
  7. [17:14:46]  copy started ...
  8. [17:14:47]  deeplinks started ...
  9. [17:14:49]  deeplinks finished in 1.80 s
  10. [17:14:49]  transpile started ...
  11. [17:15:09]  transpile finished in 20.44 s
  12. [17:15:09]  preprocess started ...
  13. [17:15:09]  preprocess finished in 2 ms
  14. [17:15:09]  webpack started ...
  15. [17:15:10]  copy finished in 23.19 s
  16. [17:15:33]  webpack finished in 24.38 s
  17. [17:15:33]  sass started ...
  18. [17:15:41]  sass finished in 7.88 s
  19. [17:15:41]  postprocess started ...
  20. [17:15:42]  postprocess finished in 176 ms
  21. [17:15:42]  lint started ...
  22. [17:15:42]  build dev finished in 55.46 s
  23. [17:16:00]  tslint: C:/Users/oasac/scw/src/services/config.ts, line: 962
  24.             '$this' is declared but its value is never read.
  25.  
  26.      L961:  register_new_user(new_user_obj) {
  27.      L962:      let $this = this;
  28.      L963:      let type = 'student';  // get type here admin or  student
  29.  
  30. [17:16:00]  tslint: C:/Users/oasac/scw/src/services/config.ts, line: 2
  31.             'Http' is declared but its value is never read.
  32.  
  33.        L1:  import { Injectable } from '@angular/core';
  34.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  35.        L3:  import { Storage } from '@ionic/storage';
  36.  
  37. [17:16:00]  tslint: C:/Users/oasac/scw/src/services/config.ts, line: 2
  38.             'Response' is declared but its value is never read.
  39.  
  40.        L1:  import { Injectable } from '@angular/core';
  41.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  42.        L3:  import { Storage } from '@ionic/storage';
  43.  
  44. [17:16:01]  tslint: C:/Users/oasac/scw/src/services/config.ts, line: 2
  45.             'URLSearchParams' is declared but its value is never read.
  46.  
  47.        L1:  import { Injectable } from '@angular/core';
  48.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  49.        L3:  import { Storage } from '@ionic/storage';
  50.  
  51. [17:16:01]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 201
  52.             'data' is declared but its value is never read.
  53.  
  54.      L200:  if (index < 0) {
  55.      L201:      let data = { key: mychat.key, allMessages: [] };
  56.      L202:      firebase.database()
  57.  
  58. [17:16:01]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 321
  59.             't' is declared but its value is never read.
  60.  
  61.      L320:  message.message_key = key;
  62.      L321:  let t = 'key_not_exist';   // cheking for key exist or not
  63.      L322:  if ($this.myChats.length) {
  64.  
  65. [17:16:01]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 383
  66.             't' is declared but its value is never read.
  67.  
  68.      L382:  message.message_key = key;
  69.      L383:  let t = 'key_not_exist';   // cheking for key exist or not
  70.      L384:  if ($this.myChats.length) {
  71.  
  72. [17:16:01]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 709
  73.             'time' is declared but its value is never read.
  74.  
  75.      L708:  return new Promise((resolve) => {
  76.      L709:      let time = Date.now();
  77.      L710:      firebase.database().ref(`/chats`).push({
  78.  
  79. [17:16:01]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 755
  80.             '$this' is declared but its value is never read.
  81.  
  82.      L754:  start_new_chat_with_member(user, args, member_id) {
  83.      L755:      let $this = this;
  84.      L756:      return new Promise((resolve) => {
  85.  
  86. [17:16:01]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 757
  87.             'time' is declared but its value is never read.
  88.  
  89.      L756:  return new Promise((resolve) => {
  90.      L757:      let time = Date.now();
  91.      L758:      firebase.database().ref(`/chats`).push({
  92.  
  93. [17:16:01]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 996
  94.             '$this' is declared but its value is never read.
  95.  
  96.      L995:  search_online_members() {
  97.      L996:      let $this = this
  98.      L997:      let online_users = [];
  99.  
  100. [17:16:01]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 1020
  101.             '$this' is declared but its value is never read.
  102.  
  103.     L1019:  register_new_user(new_user_obj) {
  104.     L1020:      let $this = this;
  105.     L1021:      let type = 'student';  // get type here admin or  student
  106.  
  107. [17:16:02]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 1077
  108.             '$this' is declared but its value is never read.
  109.  
  110.     L1076:  logout(new_user_obj:any){
  111.     L1077:      let $this = this;
  112.     L1078:      let type = 'student';  // get type here admin or  student
  113.  
  114. [17:16:02]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 1078
  115.             'type' is declared but its value is never read.
  116.  
  117.     L1077:  let $this = this;
  118.     L1078:  let type = 'student';  // get type here admin or  student
  119.     L1079:  let user = {
  120.  
  121. [17:16:02]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 1079
  122.             'user' is declared but its value is never read.
  123.  
  124.     L1078:  let type = 'student';  // get type here admin or  student
  125.     L1079:  let user = {
  126.     L1080:      'id': new_user_obj.id,
  127.  
  128. [17:16:02]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 1092
  129.             '$this' is declared but its value is never read.
  130.  
  131.     L1091:  check_user_status(user_id:any){
  132.     L1092:      let $this = this;
  133.     L1093:      return new Promise((resolve)=>{
  134.  
  135. [17:16:02]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 2
  136.             'Http' is declared but its value is never read.
  137.  
  138.        L1:  import { Injectable } from '@angular/core';
  139.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  140.        L3:  import { Storage } from '@ionic/storage';
  141.  
  142. [17:16:02]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 2
  143.             'Response' is declared but its value is never read.
  144.  
  145.        L1:  import { Injectable } from '@angular/core';
  146.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  147.        L3:  import { Storage } from '@ionic/storage';
  148.  
  149. [17:16:03]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 2
  150.             'URLSearchParams' is declared but its value is never read.
  151.  
  152.        L1:  import { Injectable } from '@angular/core';
  153.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  154.        L3:  import { Storage } from '@ionic/storage';
  155.  
  156. [17:16:03]  tslint: C:/Users/oasac/scw/src/services/chat.ts, line: 8
  157.             All imports on this line are unused.
  158.  
  159.        L7:  import 'rxjs/add/operator/map';
  160.        L8:  import { Observable } from 'rxjs/Observable';
  161.        L9:  import firebase from 'firebase';
  162.  
  163. [17:16:03]  tslint: C:/Users/oasac/scw/src/services/push_notification.ts, line: 2
  164.             All imports on this line are unused.
  165.  
  166.        L1:  import { Injectable } from '@angular/core';
  167.        L2:  import { Component, OnInit } from '@angular/core';
  168.        L3:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  169.  
  170. [17:16:03]  tslint: C:/Users/oasac/scw/src/services/push_notification.ts, line: 3
  171.             All imports on this line are unused.
  172.  
  173.        L2:  import { Component, OnInit } from '@angular/core';
  174.        L3:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  175.        L4:  import { Storage } from '@ionic/storage';
  176.  
  177. [17:16:03]  tslint: C:/Users/oasac/scw/src/services/push_notification.ts, line: 9
  178.             All imports on this line are unused.
  179.  
  180.        L8:  import 'rxjs/add/operator/map';
  181.        L9:  import { Observable } from 'rxjs/Observable';
  182.       L10:  import { Platform } from 'ionic-angular';
  183.  
  184. [17:16:03]  tslint: C:/Users/oasac/scw/src/services/authentication.ts, line: 45
  185.             'fbObservable' is declared but its value is never read.
  186.  
  187.       L44:  private observable: Observable<any>; //Tracks request in progress
  188.       L45:  private fbObservable: Observable<any>; //fb Login
  189.       L46:  private baseUrl;
  190.  
  191. [17:16:03]  tslint: C:/Users/oasac/scw/src/services/authentication.ts, line: 46
  192.             'baseUrl' is declared but its value is never read.
  193.  
  194.       L45:  private fbObservable: Observable<any>; //fb Login
  195.       L46:  private baseUrl;
  196.       L47:  public fbloggedin: boolean = false;
  197.  
  198. [17:16:03]  tslint: C:/Users/oasac/scw/src/services/authentication.ts, line: 117
  199.             'getHeaders' is declared but its value is never read.
  200.  
  201.      L117:      private getHeaders() {
  202.      L118:          this.headers = this.storage.get('token').then((token) => {
  203.  
  204. [17:16:03]  tslint: C:/Users/oasac/scw/src/services/authentication.ts, line: 254
  205.             '$this' is declared but its value is never read.
  206.  
  207.      L253:  public fbLogin(): Observable<any> {
  208.      L254:      let $this = this;
  209.      L255:      console.log('FB CLICKED');
  210.  
  211. [17:16:03]  tslint: C:/Users/oasac/scw/src/services/authentication.ts, line: 286
  212.             '$this' is declared but its value is never read.
  213.  
  214.      L285:  public googleLogin(): Observable<any> {
  215.      L286:      let $this = this;
  216.      L287:      let loading = this.loadingCtrl.create({
  217.  
  218. [17:16:04]  tslint: C:/Users/oasac/scw/src/services/authentication.ts, line: 2
  219.             'Http' is declared but its value is never read.
  220.  
  221.        L1:  import { Injectable, } from '@angular/core';
  222.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  223.        L3:  import { Platform, LoadingController, ToastController } from 'ionic-angular';
  224.  
  225. [17:16:04]  tslint: C:/Users/oasac/scw/src/services/authentication.ts, line: 2
  226.             'Response' is declared but its value is never read.
  227.  
  228.        L1:  import { Injectable, } from '@angular/core';
  229.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  230.        L3:  import { Platform, LoadingController, ToastController } from 'ionic-angular';
  231.  
  232. [17:16:04]  tslint: C:/Users/oasac/scw/src/services/authentication.ts, line: 2
  233.             'URLSearchParams' is declared but its value is never read.
  234.  
  235.        L1:  import { Injectable, } from '@angular/core';
  236.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  237.        L3:  import { Platform, LoadingController, ToastController } from 'ionic-angular';
  238.  
  239. [17:16:04]  tslint: C:/Users/oasac/scw/src/services/authentication.ts, line: 14
  240.             All imports on this line are unused.
  241.  
  242.       L14:  import { TabsPage } from '../pages/tabs/tabs';
  243.  
  244. [17:16:04]  tslint: C:/Users/oasac/scw/src/services/activity.ts, line: 28
  245.             'observable' is declared but its value is never read.
  246.  
  247.       L27:      private lastpushed:number=0;
  248.       L28:      private observable: Observable<any>; //Tracks request in progress
  249.  
  250. [17:16:04]  tslint: C:/Users/oasac/scw/src/services/activity.ts, line: 32
  251.             Property 'platform' is declared but its value is never read.
  252.  
  253.       L31:  private http:Http,
  254.       L32:  private platform : Platform,
  255.       L33:      private storage: Storage,
  256.  
  257. [17:16:04]  tslint: C:/Users/oasac/scw/src/services/activity.ts, line: 2
  258.             All imports on this line are unused.
  259.  
  260.        L1:  import { Injectable } from '@angular/core';
  261.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  262.        L3:  import { Platform } from 'ionic-angular';
  263.  
  264. [17:16:04]  tslint: C:/Users/oasac/scw/src/services/activity.ts, line: 8
  265.             All imports on this line are unused.
  266.  
  267.        L7:  import 'rxjs/add/observable/of';
  268.        L8:  import { DatePipe } from '@angular/common';
  269.  
  270. [17:16:04]  tslint: C:/Users/oasac/scw/src/services/activity.ts, line: 11
  271.             All imports on this line are unused.
  272.  
  273.       L10:  import { Activity } from "../models/activity";
  274.       L11:  import { ActivityMeta } from "../models/activity";
  275.  
  276. [17:16:04]  tslint: C:/Users/oasac/scw/src/services/group.ts, line: 2
  277.             All imports on this line are unused.
  278.  
  279.        L1:  import { Injectable } from '@angular/core';
  280.        L2:  import { Component, OnInit} from '@angular/core';
  281.        L3:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  282.  
  283. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/group.ts, line: 3
  284.             'Http' is declared but its value is never read.
  285.  
  286.        L2:  import { Component, OnInit} from '@angular/core';
  287.        L3:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  288.        L4:  import { Storage } from '@ionic/storage';
  289.  
  290. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/group.ts, line: 3
  291.             'Response' is declared but its value is never read.
  292.  
  293.        L2:  import { Component, OnInit} from '@angular/core';
  294.        L3:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  295.        L4:  import { Storage } from '@ionic/storage';
  296.  
  297. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/group.ts, line: 3
  298.             'URLSearchParams' is declared but its value is never read.
  299.  
  300.        L2:  import { Component, OnInit} from '@angular/core';
  301.        L3:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  302.        L4:  import { Storage } from '@ionic/storage';
  303.  
  304. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/group.ts, line: 9
  305.             All imports on this line are unused.
  306.  
  307.        L8:  import 'rxjs/add/operator/map';
  308.        L9:  import { Observable } from 'rxjs/Observable';
  309.  
  310. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/forum.ts, line: 2
  311.             All imports on this line are unused.
  312.  
  313.        L1:  import { Injectable } from '@angular/core';
  314.        L2:  import { Component, OnInit } from '@angular/core';
  315.        L3:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  316.  
  317. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/forum.ts, line: 3
  318.             'Http' is declared but its value is never read.
  319.  
  320.        L2:  import { Component, OnInit } from '@angular/core';
  321.        L3:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  322.        L4:  import { Storage } from '@ionic/storage';
  323.  
  324. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/forum.ts, line: 3
  325.             'Response' is declared but its value is never read.
  326.  
  327.        L2:  import { Component, OnInit } from '@angular/core';
  328.        L3:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  329.        L4:  import { Storage } from '@ionic/storage';
  330.  
  331. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/forum.ts, line: 3
  332.             'URLSearchParams' is declared but its value is never read.
  333.  
  334.        L2:  import { Component, OnInit } from '@angular/core';
  335.        L3:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  336.        L4:  import { Storage } from '@ionic/storage';
  337.  
  338. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/forum.ts, line: 9
  339.             All imports on this line are unused.
  340.  
  341.        L8:  import 'rxjs/add/operator/map';
  342.        L9:  import { Observable } from 'rxjs/Observable';
  343.  
  344. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/attendance.ts, line: 21
  345.             Property 'storage' is declared but its value is never read.
  346.  
  347.       L20:  constructor(private http:Http,
  348.       L21:      private storage: Storage,
  349.       L22:      private auth: AuthenticationService,
  350.  
  351. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/attendance.ts, line: 22
  352.             Property 'auth' is declared but its value is never read.
  353.  
  354.       L21:  private storage: Storage,
  355.       L22:  private auth: AuthenticationService,
  356.       L23:  private config:ConfigService) {
  357.  
  358. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/attendance.ts, line: 1
  359.             'OnInit' is declared but its value is never read.
  360.  
  361.        L1:  import { Injectable, OnInit } from '@angular/core';
  362.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  363.  
  364. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/attendance.ts, line: 2
  365.             'Http' is declared but its value is never read.
  366.  
  367.        L1:  import { Injectable, OnInit } from '@angular/core';
  368.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  369.  
  370. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/attendance.ts, line: 2
  371.             'Response' is declared but its value is never read.
  372.  
  373.        L1:  import { Injectable, OnInit } from '@angular/core';
  374.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  375.  
  376. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/attendance.ts, line: 2
  377.             'URLSearchParams' is declared but its value is never read.
  378.  
  379.        L1:  import { Injectable, OnInit } from '@angular/core';
  380.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  381.  
  382. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/attendance.ts, line: 5
  383.             All imports on this line are unused.
  384.  
  385.        L4:  import 'rxjs/add/operator/map';
  386.        L5:  import { Observable } from 'rxjs/Observable';
  387.        L6:  import 'rxjs/add/observable/of';
  388.  
  389. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/attendance.ts, line: 13
  390.             All imports on this line are unused.
  391.  
  392.       L12:  import { ConfigService } from "./config";
  393.       L13:  import { ArrayType } from '@angular/compiler/src/output/output_ast';
  394.  
  395. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/users.ts, line: 51
  396.             'baseUrl' is declared but its value is never read.
  397.  
  398.       L51:      private baseUrl:string;
  399.  
  400. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/users.ts, line: 2
  401.             All imports on this line are unused.
  402.  
  403.        L1:  import { Injectable} from '@angular/core';
  404.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  405.        L3:  import 'rxjs/add/operator/map';
  406.  
  407. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/users.ts, line: 6
  408.             All imports on this line are unused.
  409.  
  410.        L5:  import 'rxjs/add/observable/of';
  411.        L6:  import { CacheService } from "ionic-cache";
  412.        L7:  import { ToastController} from 'ionic-angular';
  413.  
  414. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/blog.ts, line: 2
  415.             All imports on this line are unused.
  416.  
  417.        L1:  import { Injectable } from '@angular/core';
  418.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  419.        L3:  import { Storage } from '@ionic/storage';
  420.  
  421. [17:16:05]  tslint: C:/Users/oasac/scw/src/pages/post/post.ts, line: 17
  422.             Property 'config' is declared but its value is never read.
  423.  
  424.       L16:  private blog:BlogService,
  425.       L17:  private config:ConfigService,
  426.       L18:  private loadingController:LoadingController) {
  427.  
  428. [17:16:05]  tslint: C:/Users/oasac/scw/src/pages/post/post.ts, line: 1
  429.             'OnInit' is declared but its value is never read.
  430.  
  431.        L1:  import { Component,OnInit } from '@angular/core';
  432.  
  433. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 32
  434.             'observable' is declared but its value is never read.
  435.  
  436.       L32:      private observable: Observable<any>; //Tracks request in progress
  437.       L33:      private allcoursesobservable: Observable<any>;
  438.  
  439. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 62
  440.             'extractData' is declared but its value is never read.
  441.  
  442.       L62:      private extractData(response: Response) {
  443.       L63:          let body = response.json();
  444.  
  445. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 74
  446.             'handleError' is declared but its value is never read.
  447.  
  448.       L74:  private handleError(error: Response) {
  449.       L75:         console.log(error);
  450.  
  451. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 94
  452.             'count' is declared but its value is never read.
  453.  
  454.       L94:              let count:number=0;
  455.       L95:              count = paged*this.config.settings.per_view - this.courses.length;
  456.  
  457. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 165
  458.             'res' is declared but its value is never read.
  459.  
  460.      L164:  let body = response.json();
  461.      L165:  let res=[];
  462.      L166:  this.catobservable = null;
  463.  
  464. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 201
  465.             'res' is declared but its value is never read.
  466.  
  467.      L200:  let body = response.json();
  468.      L201:  let res=[];
  469.      L202:  this.locobservable = null;
  470.  
  471. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 239
  472.             'res' is declared but its value is never read.
  473.  
  474.      L238:  let body = response.json();
  475.      L239:  let res=[];
  476.      L240:  this.levobservable = null;
  477.  
  478. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 294
  479.             'k' is declared but its value is never read.
  480.  
  481.      L293:  }else{
  482.      L294:      let k = 0;
  483.      L295:      if(this.fullCourses){
  484.  
  485. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 296
  486.             'k' is declared but its value is never read.
  487.  
  488.      L295:  if(this.fullCourses){
  489.      L296:      let k = this.fullCourses.length;
  490.  
  491. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 515
  492.             'getIndexByKeyValue' is declared but its value is never read.
  493.  
  494.      L515:      private getIndexByKeyValue(arraytosearch, key, valuetosearch) {
  495.  
  496. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 525
  497.             'copyobject' is declared but its value is never read.
  498.  
  499.      L525:      private  copyobject(srcObj:any, destObj:any) {
  500.      L526:          for (var key in destObj) {
  501.  
  502. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 1
  503.             'OnInit' is declared but its value is never read.
  504.  
  505.        L1:  import { Injectable, OnInit } from '@angular/core';
  506.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  507.  
  508. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 2
  509.             'Http' is declared but its value is never read.
  510.  
  511.        L1:  import { Injectable, OnInit } from '@angular/core';
  512.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  513.  
  514. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 2
  515.             'Headers' is declared but its value is never read.
  516.  
  517.        L1:  import { Injectable, OnInit } from '@angular/core';
  518.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  519.  
  520. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 2
  521.             'Response' is declared but its value is never read.
  522.  
  523.        L1:  import { Injectable, OnInit } from '@angular/core';
  524.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  525.  
  526. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/course.ts, line: 2
  527.             'RequestOptions' is declared but its value is never read.
  528.  
  529.        L1:  import { Injectable, OnInit } from '@angular/core';
  530.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  531.  
  532. [17:16:05]  tslint: C:/Users/oasac/scw/src/pages/reviewcourse/reviewcourse.ts, line: 25
  533.             Property 'navCtrl' is declared but its value is never read.
  534.  
  535.       L24:  private viewCtrl: ViewController,
  536.       L25:  private navCtrl: NavController,
  537.       L26:  private navParams: NavParams,
  538.  
  539. [17:16:05]  tslint: C:/Users/oasac/scw/src/pages/reviewcourse/reviewcourse.ts, line: 28
  540.             Property 'config' is declared but its value is never read.
  541.  
  542.       L27:  private userService: UserService,
  543.       L28:  private config:ConfigService,
  544.       L29:  private loadingCtrl:LoadingController){
  545.  
  546. [17:16:05]  tslint: C:/Users/oasac/scw/src/pages/reviewcourse/reviewcourse.ts, line: 1
  547.             'OnInit' is declared but its value is never read.
  548.  
  549.        L1:  import { Component, OnInit } from '@angular/core';
  550.        L2:  import { FormGroup,FormControl, Validators } from '@angular/forms';
  551.  
  552. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/friendlytime/friendlytime.ts, line: 1
  553.             'OnInit' is declared but its value is never read.
  554.  
  555.        L1:  import { Component, OnInit, Input , Output, EventEmitter } from '@angular/core';
  556.        L2:  import { ConfigService } from '../../services/config';
  557.  
  558. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/friendlytime/friendlytime.ts, line: 1
  559.             'Output' is declared but its value is never read.
  560.  
  561.        L1:  import { Component, OnInit, Input , Output, EventEmitter } from '@angular/core';
  562.        L2:  import { ConfigService } from '../../services/config';
  563.  
  564. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/friendlytime/friendlytime.ts, line: 1
  565.             'EventEmitter' is declared but its value is never read.
  566.  
  567.        L1:  import { Component, OnInit, Input , Output, EventEmitter } from '@angular/core';
  568.        L2:  import { ConfigService } from '../../services/config';
  569.  
  570. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/question/question.ts, line: 288
  571.             Duplicate variable: 'correct'
  572.  
  573.      L287:  if(this.question.marked){
  574.      L288:      var correct = this.question.marked.split(',');;
  575.      L289:      if(correct.length){
  576.  
  577. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/question/question.ts, line: 303
  578.             Duplicate variable: 'correct'
  579.  
  580.      L302:  if(this.question.marked){
  581.      L303:      var correct = this.question.marked.split(',');;
  582.      L304:      if(correct.length){
  583.  
  584. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/question/question.ts, line: 346
  585.             Duplicate variable: 'correct'
  586.  
  587.      L346:   var correct = this.question.correct.split('|');
  588.      L347:   if(correct.length){
  589.  
  590. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/question/question.ts, line: 359
  591.             Duplicate variable: 'correct'
  592.  
  593.      L358:  answer = '';
  594.      L359:  var correct = this.question.correct.split('|');
  595.      L360:  if(correct.length){
  596.  
  597. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/question/question.ts, line: 1
  598.             'OnInit' is declared but its value is never read.
  599.  
  600.        L1:  import { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';
  601.  
  602. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/question/question.ts, line: 3
  603.             'DragulaModule' is declared but its value is never read.
  604.  
  605.        L3:  import { DragulaModule,DragulaService } from 'ng2-dragula';
  606.  
  607. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/quiz.ts, line: 23
  608.             'observable' is declared but its value is never read.
  609.  
  610.       L23:      private observable: Observable<any>;
  611.  
  612. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/quiz.ts, line: 25
  613.             Property 'http' is declared but its value is never read.
  614.  
  615.       L25:      constructor(private http:Http,
  616.       L26:          private userService: UserService,
  617.  
  618. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/quiz.ts, line: 28
  619.             Property 'config' is declared but its value is never read.
  620.  
  621.       L27:  private storage: Storage,
  622.       L28:  private config:ConfigService) {
  623.  
  624. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/quiz.ts, line: 1
  625.             'OnInit' is declared but its value is never read.
  626.  
  627.        L1:  import { Injectable, OnInit } from '@angular/core';
  628.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  629.  
  630. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/quiz.ts, line: 2
  631.             All imports on this line are unused.
  632.  
  633.        L1:  import { Injectable, OnInit } from '@angular/core';
  634.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  635.        L3:  import 'rxjs/add/operator/map';
  636.  
  637. [17:16:05]  tslint: C:/Users/oasac/scw/src/services/quiz.ts, line: 6
  638.             All imports on this line are unused.
  639.  
  640.        L5:  import 'rxjs/add/observable/of';
  641.        L6:  import { CacheService } from "ionic-cache";
  642.  
  643. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/timer/timer.ts, line: 26
  644.             Property 'config' is declared but its value is never read.
  645.  
  646.       L26:    constructor(private quizService:QuizService,private config:ConfigService) {
  647.  
  648. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/timer/timer.ts, line: 1
  649.             'OnInit' is declared but its value is never read.
  650.  
  651.        L1:  import { Component, Input, OnInit, Output, EventEmitter, OnChanges } from '@angular/core';
  652.        L2:  import {Observable} from 'rxjs/Rx';
  653.  
  654. [17:16:05]  tslint: C:/Users/oasac/scw/src/components/timer/timer.ts, line: 1
  655.             'OnChanges' is declared but its value is never read.
  656.  
  657.        L1:  import { Component, Input, OnInit, Output, EventEmitter, OnChanges } from '@angular/core';
  658.        L2:  import {Observable} from 'rxjs/Rx';
  659.  
  660. [17:16:05]  tslint: C:/Users/oasac/scw/src/models/status.ts, line: 1
  661.             All imports on this line are unused.
  662.  
  663.        L1:  import { Course } from './course';
  664.        L2:  import { User } from './user';
  665.  
  666. [17:16:06]  tslint: C:/Users/oasac/scw/src/models/status.ts, line: 2
  667.             All imports on this line are unused.
  668.  
  669.        L1:  import { Course } from './course';
  670.        L2:  import { User } from './user';
  671.  
  672. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/status.ts, line: 29
  673.             'quizobservable' is declared but its value is never read.
  674.  
  675.       L28:  private statusobservable: Observable<any>;
  676.       L29:  private quizobservable: Observable<any>;
  677.       L30:  private retakeobservable: Observable<any>;
  678.  
  679. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/status.ts, line: 31
  680.             'baseUrl' is declared but its value is never read.
  681.  
  682.       L30:  private retakeobservable: Observable<any>;
  683.       L31:  private baseUrl;
  684.       L32:  public assignments:any;
  685.  
  686. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/status.ts, line: 66
  687.             'cacheKey' is declared but its value is never read.
  688.  
  689.       L65:              let url = `${this.config.baseUrl}user/coursestatus/`+status.course_id;
  690.       L66:              let cacheKey = url;
  691.  
  692. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/status.ts, line: 74
  693.             'k' is declared but its value is never read.
  694.  
  695.       L74:                  let k = this.courseStatuses.length;
  696.  
  697. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/status.ts, line: 163
  698.             'k' is declared but its value is never read.
  699.  
  700.      L163:                  let k = this.courseStatuses.length;
  701.  
  702. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/status.ts, line: 395
  703.             'k' is declared but its value is never read.
  704.  
  705.      L395:                  let k = this.courseStatuses.length;
  706.  
  707. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/status.ts, line: 1
  708.             'OnInit' is declared but its value is never read.
  709.  
  710.        L1:  import { Injectable,OnInit } from '@angular/core';
  711.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  712.  
  713. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/status.ts, line: 2
  714.             All imports on this line are unused.
  715.  
  716.        L1:  import { Injectable,OnInit } from '@angular/core';
  717.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  718.  
  719. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/status.ts, line: 10
  720.             All imports on this line are unused.
  721.  
  722.       L10:  import { Course } from "../models/course";
  723.       L11:  import { CourseStatus } from "../models/status";
  724.  
  725. [17:16:06]  tslint: C:/Users/oasac/scw/src/components/absolute-drag/absolute-drag.ts, line: 1
  726.             'ElementRef' is declared but its value is never read.
  727.  
  728.        L1:  import { Directive, Input, ElementRef, Renderer } from '@angular/core';
  729.        L2:  import { DomController } from 'ionic-angular';
  730.  
  731. [17:16:06]  tslint: C:/Users/oasac/scw/src/components/absolute-drag/absolute-drag.ts, line: 1
  732.             'Renderer' is declared but its value is never read.
  733.  
  734.        L1:  import { Directive, Input, ElementRef, Renderer } from '@angular/core';
  735.        L2:  import { DomController } from 'ionic-angular';
  736.  
  737. [17:16:06]  tslint: C:/Users/oasac/scw/src/directives/pinch-zoom.directive.ts, line: 1
  738.             'ElementRef' is declared but its value is never read.
  739.  
  740.        L1:  import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core';
  741.        L2:  import { Gesture } from 'ionic-angular/gestures/gesture';
  742.  
  743. [17:16:06]  tslint: C:/Users/oasac/scw/src/directives/pinch-zoom.directive.ts, line: 1
  744.             'Input' is declared but its value is never read.
  745.  
  746.        L1:  import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core';
  747.        L2:  import { Gesture } from 'ionic-angular/gestures/gesture';
  748.  
  749. [17:16:06]  tslint: C:/Users/oasac/scw/src/directives/pinch-zoom.directive.ts, line: 1
  750.             'OnInit' is declared but its value is never read.
  751.  
  752.        L1:  import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core';
  753.        L2:  import { Gesture } from 'ionic-angular/gestures/gesture';
  754.  
  755. [17:16:06]  tslint: C:/Users/oasac/scw/src/directives/pinch-zoom.directive.ts, line: 1
  756.             'OnDestroy' is declared but its value is never read.
  757.  
  758.        L1:  import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core';
  759.        L2:  import { Gesture } from 'ionic-angular/gestures/gesture';
  760.  
  761. [17:16:06]  tslint: C:/Users/oasac/scw/src/directives/pinch-zoom.directive.ts, line: 1
  762.             'Renderer' is declared but its value is never read.
  763.  
  764.        L1:  import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core';
  765.        L2:  import { Gesture } from 'ionic-angular/gestures/gesture';
  766.  
  767. [17:16:06]  tslint: C:/Users/oasac/scw/src/pipes/orderby.ts, line: 1
  768.             'PipeTransform' is declared but its value is never read.
  769.  
  770.        L1:  import { Pipe, PipeTransform } from '@angular/core';
  771.        L2:  import {SafeResourceUrl, DomSanitizer} from '@angular/platform-browser';
  772.  
  773. [17:16:06]  tslint: C:/Users/oasac/scw/src/pipes/orderby.ts, line: 2
  774.             All imports on this line are unused.
  775.  
  776.        L1:  import { Pipe, PipeTransform } from '@angular/core';
  777.        L2:  import {SafeResourceUrl, DomSanitizer} from '@angular/platform-browser';
  778.  
  779. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/notes_discussions.ts, line: 24
  780.             'lastpushed' is declared but its value is never read.
  781.  
  782.       L23:  public comments:any=[];
  783.       L24:     private lastpushed:number=0;
  784.       L25:  private observable: Observable<any>; //Tracks request in progress
  785.  
  786. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/notes_discussions.ts, line: 25
  787.             'observable' is declared but its value is never read.
  788.  
  789.       L24:     private lastpushed:number=0;
  790.       L25:  private observable: Observable<any>; //Tracks request in progress
  791.       L26:  public unit_id:number;
  792.  
  793. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/notes_discussions.ts, line: 34
  794.             Property 'platform' is declared but its value is never read.
  795.  
  796.       L33:  private http:Http,
  797.       L34:  private platform : Platform,
  798.       L35:      private storage: Storage,
  799.  
  800. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/notes_discussions.ts, line: 4
  801.             All imports on this line are unused.
  802.  
  803.        L3:  // import { Component,OnInit } from '@angular/core';
  804.        L4:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  805.        L5:  import { Platform, ToastController } from 'ionic-angular';
  806.  
  807. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/notes_discussions.ts, line: 14
  808.             All imports on this line are unused.
  809.  
  810.       L13:  import { Storage } from '@ionic/storage';
  811.       L14:  import { Comment } from "../models/comment";
  812.  
  813. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/add-edit-unit-comment/add-edit-unit-comment.ts, line: 2
  814.             'IonicPage' is declared but its value is never read.
  815.  
  816.        L1:  import { Component } from '@angular/core';
  817.        L2:  import { IonicPage, NavController, NavParams } from 'ionic-angular';
  818.  
  819. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/unitcomment/unitcomment.ts, line: 25
  820.             'noMoreCommentsAvailable' is declared but its value is never read.
  821.  
  822.       L25:      private noMoreCommentsAvailable:boolean = false;
  823.  
  824. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/unitcomment/unitcomment.ts, line: 29
  825.             Property 'notes' is declared but its value is never read.
  826.  
  827.       L28:  public navParams: NavParams,
  828.       L29:         private notes:NotesDiscussionService,
  829.       L30:         public notesanddiscussion:NotesDiscussionService,
  830.  
  831. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/unitcomment/unitcomment.ts, line: 32
  832.             Property 'loadingCtrl' is declared but its value is never read.
  833.  
  834.       L31:  public alertCtrl:AlertController,
  835.       L32:  private loadingCtrl:LoadingController,
  836.       L33:  private config:ConfigService) {
  837.  
  838. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/unitcomment/unitcomment.ts, line: 33
  839.             Property 'config' is declared but its value is never read.
  840.  
  841.       L32:         private loadingCtrl:LoadingController,
  842.       L33:         private config:ConfigService) {
  843.       L34:  console.log('constructor unit comment page');
  844.  
  845. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/unitcomment/unitcomment.ts, line: 1
  846.             'OnInit' is declared but its value is never read.
  847.  
  848.        L1:  import { Component,OnInit } from '@angular/core';
  849.        L2:  import { IonicPage } from 'ionic-angular';
  850.  
  851. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/unitcomment/unitcomment.ts, line: 2
  852.             All imports on this line are unused.
  853.  
  854.        L1:  import { Component,OnInit } from '@angular/core';
  855.        L2:  import { IonicPage } from 'ionic-angular';
  856.        L3:  import { NavController, NavParams, ModalController,LoadingController } from 'ionic-angular';
  857.  
  858. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/unitcomment/unitcomment.ts, line: 3
  859.             'ModalController' is declared but its value is never read.
  860.  
  861.        L2:  import { IonicPage } from 'ionic-angular';
  862.        L3:  import { NavController, NavParams, ModalController,LoadingController } from 'ionic-angular';
  863.        L4:  import { AlertController } from 'ionic-angular';
  864.  
  865. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/unitcomment/unitcomment.ts, line: 5
  866.             All imports on this line are unused.
  867.  
  868.        L4:  import { AlertController } from 'ionic-angular';
  869.        L5:  import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms';
  870.        L6:  import { NotesDiscussionService } from "../../services/notes_discussions";
  871.  
  872. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/unitcomment/unitcomment.ts, line: 8
  873.             All imports on this line are unused.
  874.  
  875.        L7:  import { ConfigService } from '../../services/config';
  876.        L8:  import { Observable } from 'rxjs/Observable';
  877.        L9:  import { Chart } from 'chart.js';
  878.  
  879. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/unitcomment/unitcomment.ts, line: 9
  880.             All imports on this line are unused.
  881.  
  882.        L8:  import { Observable } from 'rxjs/Observable';
  883.        L9:  import { Chart } from 'chart.js';
  884.  
  885. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/upload_assignment.ts, line: 23
  886.             'observable' is declared but its value is never read.
  887.  
  888.       L22:  public assignmentobservable:Observable<any>;
  889.       L23:  private observable: Observable<any>; //Tracks request in progress
  890.       L24:  public assignment_id:number;
  891.  
  892. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/upload_assignment.ts, line: 30
  893.             Property 'platform' is declared but its value is never read.
  894.  
  895.       L29:  private http:Http,
  896.       L30:  private platform : Platform,
  897.       L31:  private storage: Storage,
  898.  
  899. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/upload_assignment.ts, line: 35
  900.             Property 'loadingCtrl' is declared but its value is never read.
  901.  
  902.       L34:  private config:ConfigService,
  903.       L35:   private loadingCtrl:LoadingController
  904.       L36:  ){
  905.  
  906. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/upload_assignment.ts, line: 73
  907.             'options' is declared but its value is never read.
  908.  
  909.       L72:  // for body form set
  910.       L73:  var options = {};
  911.       L74:  let body_form_data    = new FormData();
  912.  
  913. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/upload_assignment.ts, line: 2
  914.             'NavController' is declared but its value is never read.
  915.  
  916.        L1:  import { Injectable } from '@angular/core';
  917.        L2:  import { NavController, NavParams, ModalController,LoadingController } from 'ionic-angular';
  918.        L3:  // import { Component,OnInit } from '@angular/core';
  919.  
  920. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/upload_assignment.ts, line: 2
  921.             'NavParams' is declared but its value is never read.
  922.  
  923.        L1:  import { Injectable } from '@angular/core';
  924.        L2:  import { NavController, NavParams, ModalController,LoadingController } from 'ionic-angular';
  925.        L3:  // import { Component,OnInit } from '@angular/core';
  926.  
  927. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/upload_assignment.ts, line: 2
  928.             'ModalController' is declared but its value is never read.
  929.  
  930.        L1:  import { Injectable } from '@angular/core';
  931.        L2:  import { NavController, NavParams, ModalController,LoadingController } from 'ionic-angular';
  932.        L3:  // import { Component,OnInit } from '@angular/core';
  933.  
  934. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/upload_assignment.ts, line: 4
  935.             All imports on this line are unused.
  936.  
  937.        L3:  // import { Component,OnInit } from '@angular/core';
  938.        L4:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  939.        L5:  import { Platform, ToastController } from 'ionic-angular';
  940.  
  941. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 56
  942.             Property 'camera' is declared but its value is never read.
  943.  
  944.       L55:         public config:ConfigService,
  945.       L56:  private camera: Camera,
  946.       L57:  private storage:Storage,
  947.  
  948. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 57
  949.             Property 'storage' is declared but its value is never read.
  950.  
  951.       L56:  private camera: Camera,
  952.       L57:  private storage:Storage,
  953.       L58:         private action:ActionSheetController,
  954.  
  955. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 58
  956.             Property 'action' is declared but its value is never read.
  957.  
  958.       L57:  private storage:Storage,
  959.       L58:         private action:ActionSheetController,
  960.       L59:         private transfer: FileTransfer,
  961.  
  962. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 59
  963.             Property 'transfer' is declared but its value is never read.
  964.  
  965.       L58:  private action:ActionSheetController,
  966.       L59:  private transfer: FileTransfer,
  967.       L60:  private toastCtrl: ToastController,
  968.  
  969. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 1
  970.             'OnInit' is declared but its value is never read.
  971.  
  972.        L1:  import { Component,OnInit } from '@angular/core';
  973.        L2:  import { IonicPage } from 'ionic-angular';
  974.  
  975. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 2
  976.             All imports on this line are unused.
  977.  
  978.        L1:  import { Component,OnInit } from '@angular/core';
  979.        L2:  import { IonicPage } from 'ionic-angular';
  980.        L3:  import { NavController, NavParams, ModalController,LoadingController } from 'ionic-angular';
  981.  
  982. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 3
  983.             'ModalController' is declared but its value is never read.
  984.  
  985.        L2:  import { IonicPage } from 'ionic-angular';
  986.        L3:  import { NavController, NavParams, ModalController,LoadingController } from 'ionic-angular';
  987.        L4:  import { AlertController, ActionSheetController ,ToastController} from 'ionic-angular';
  988.  
  989. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 14
  990.             All imports on this line are unused.
  991.  
  992.       L13:  import { Observable } from 'rxjs/Observable';
  993.       L14:  import { Chart } from 'chart.js';
  994.  
  995. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 17
  996.             'CameraOptions' is declared but its value is never read.
  997.  
  998.       L16:  import { Storage } from '@ionic/storage';
  999.       L17:  import { Camera, CameraOptions } from '@ionic-native/camera';
  1000.       L18:  import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer';
  1001.  
  1002. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 18
  1003.             'FileUploadOptions' is declared but its value is never read.
  1004.  
  1005.       L17:  import { Camera, CameraOptions } from '@ionic-native/camera';
  1006.       L18:  import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer';
  1007.       L19:  import { File } from '@ionic-native/file';
  1008.  
  1009. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 18
  1010.             'FileTransferObject' is declared but its value is never read.
  1011.  
  1012.       L17:  import { Camera, CameraOptions } from '@ionic-native/camera';
  1013.       L18:  import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer';
  1014.       L19:  import { File } from '@ionic-native/file';
  1015.  
  1016. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/uploadassignment/uploadassignment.ts, line: 19
  1017.             All imports on this line are unused.
  1018.  
  1019.       L18:  import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer';
  1020.       L19:  import { File } from '@ionic-native/file';
  1021.  
  1022. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 99
  1023.             Property 'transfer' is declared but its value is never read.
  1024.  
  1025.       L98:  private iab: InAppBrowser,
  1026.       L99:  private transfer: FileTransfer,
  1027.      L100:  private file: File,
  1028.  
  1029. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 501
  1030.             'index' is declared but its value is never read.
  1031.  
  1032.      L500:  onQuestionSlide(){
  1033.      L501:      let index = this.courseStatusItems.getActiveIndex();
  1034.      L502:      this.content.scrollToTop();
  1035.  
  1036. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 875
  1037.             'extension' is declared but its value is never read.
  1038.  
  1039.      L874:  let name = url.substring(url.lastIndexOf('/')+1);
  1040.      L875:  let extension  = url.split('.').pop();
  1041.      L876:  console.log(name);
  1042.  
  1043. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 1
  1044.             'OnInit' is declared but its value is never read.
  1045.  
  1046.        L1:  import { Component, OnInit, ViewChild, Output, EventEmitter } from '@angular/core';
  1047.        L2:  import { Content,NavController, NavParams, ModalController,LoadingController, AlertController,Platform, Slides,ToastController } from 'ionic-angular';
  1048.  
  1049. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 1
  1050.             'Output' is declared but its value is never read.
  1051.  
  1052.        L1:  import { Component, OnInit, ViewChild, Output, EventEmitter } from '@angular/core';
  1053.        L2:  import { Content,NavController, NavParams, ModalController,LoadingController, AlertController,Platform, Slides,ToastController } from 'ionic-angular';
  1054.  
  1055. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 1
  1056.             'EventEmitter' is declared but its value is never read.
  1057.  
  1058.        L1:  import { Component, OnInit, ViewChild, Output, EventEmitter } from '@angular/core';
  1059.        L2:  import { Content,NavController, NavParams, ModalController,LoadingController, AlertController,Platform, Slides,ToastController } from 'ionic-angular';
  1060.  
  1061. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 2
  1062.             'Platform' is declared but its value is never read.
  1063.  
  1064.        L1:  import { Component, OnInit, ViewChild, Output, EventEmitter } from '@angular/core';
  1065.        L2:  arams, ModalController,LoadingController, AlertController,Platform, Slides,ToastController } from 'ionic-ang
  1066.       L3:  import {SafeResourceUrl, DomSanitizer} from '@angular/platform-browser';
  1067.  
  1068. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 3
  1069.            All imports on this line are unused.
  1070.  
  1071.       L2:  import { Content,NavController, NavParams, ModalController,LoadingController, AlertController,Platform, Slides,ToastController } from 'ionic-angular';
  1072.       L3:  import {SafeResourceUrl, DomSanitizer} from '@angular/platform-browser';
  1073.       L4:  import { InAppBrowser } from '@ionic-native/in-app-browser';
  1074.  
  1075. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 14
  1076.            All imports on this line are unused.
  1077.  
  1078.      L14:  import { FriendlytimeComponent } from '../../components/friendlytime/friendlytime';
  1079.      L15:  import { QuestionComponent } from '../../components/question/question';
  1080.  
  1081. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 15
  1082.            All imports on this line are unused.
  1083.  
  1084.      L14:  import { FriendlytimeComponent } from '../../components/friendlytime/friendlytime';
  1085.      L15:  import { QuestionComponent } from '../../components/question/question';
  1086.      L16:  import { TimerComponent } from '../../components/timer/timer';
  1087.  
  1088. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 16
  1089.            All imports on this line are unused.
  1090.  
  1091.      L15:  import { QuestionComponent } from '../../components/question/question';
  1092.      L16:  import { TimerComponent } from '../../components/timer/timer';
  1093.  
  1094. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 18
  1095.            All imports on this line are unused.
  1096.  
  1097.      L18:  import { Course } from '../../models/course';
  1098.      L19:  import { Activity } from '../../models/activity';
  1099.  
  1100. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 19
  1101.            All imports on this line are unused.
  1102.  
  1103.      L18:  import { Course } from '../../models/course';
  1104.      L19:  import { Activity } from '../../models/activity';
  1105.      L20:  import { ActivityMeta } from '../../models/activity';
  1106.  
  1107. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 20
  1108.            All imports on this line are unused.
  1109.  
  1110.      L19:  import { Activity } from '../../models/activity';
  1111.      L20:  import { ActivityMeta } from '../../models/activity';
  1112.      L21:  import { User } from '../../models/user';
  1113.  
  1114. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 21
  1115.            All imports on this line are unused.
  1116.  
  1117.      L20:  import { ActivityMeta } from '../../models/activity';
  1118.      L21:  import { User } from '../../models/user';
  1119.      L22:  import { CourseStatus } from '../../models/status';
  1120.  
  1121. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 34
  1122.            All imports on this line are unused.
  1123.  
  1124.      L34:  import {AbsoluteDrag} from '../../components/absolute-drag/absolute-drag';
  1125.      L35:  import {PinchZoomDirective} from '../../directives/pinch-zoom.directive';
  1126.  
  1127. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 35
  1128.            All imports on this line are unused.
  1129.  
  1130.      L34:  import {AbsoluteDrag} from '../../components/absolute-drag/absolute-drag';
  1131.      L35:  import {PinchZoomDirective} from '../../directives/pinch-zoom.directive';
  1132.  
  1133. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 39
  1134.            All imports on this line are unused.
  1135.  
  1136.      L39:  import { SafeHtmlPipe } from "../../pipes/orderby";
  1137.      L40:  import { SafePipe } from "../../pipes/orderby";
  1138.  
  1139. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course-status/course-status.ts, line: 40
  1140.            All imports on this line are unused.
  1141.  
  1142.      L39:  import { SafeHtmlPipe } from "../../pipes/orderby";
  1143.      L40:  import { SafePipe } from "../../pipes/orderby";
  1144.  
  1145. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/wallet.ts, line: 319
  1146.            '$this' is declared but its value is never read.
  1147.  
  1148.     L318:  walletPayment_batch(args:any){
  1149.     L319:      let $this=this;
  1150.     L320:      console.log('walletPayment_batch func');
  1151.  
  1152. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/wallet.ts, line: 2
  1153.            All imports on this line are unused.
  1154.  
  1155.       L1:  import { Injectable} from '@angular/core';
  1156.       L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  1157.  
  1158. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course/course.ts, line: 79
  1159.            'user_expiry' is declared but its value is never read.
  1160.  
  1161.      L78:  let currenttimestamp = Math.floor(new Date().getTime() / 1000);
  1162.      L79:  let user_expiry = 0;
  1163.      L80:  let loading = this.loadingCtrl.create({
  1164.  
  1165. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course/course.ts, line: 228
  1166.            'matches' is declared but its value is never read.
  1167.  
  1168.     L227:  if(event.url.indexOf('?key=wc_order_') !== -1){
  1169.     L228:    let matches = event.url.match('.+/([0-9]+)/.+');
  1170.     L229:    this.browser.close();
  1171.  
  1172. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course/course.ts, line: 508
  1173.            'matches' is declared but its value is never read.
  1174.  
  1175.     L507:  if(pricing.source == 'woocommerce' && event.url.indexOf('?key=wc_order_') !== -1){
  1176.     L508:    let matches = event.url.match('.+/([0-9]+)/.+');
  1177.     L509:    this.browser.close();
  1178.  
  1179. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course/course.ts, line: 1
  1180.            'OnInit' is declared but its value is never read.
  1181.  
  1182.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  1183.       L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  1184.  
  1185. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course/course.ts, line: 20
  1186.            All imports on this line are unused.
  1187.  
  1188.      L20:  import { LazyImgComponent }   from '../components/lazy-img/lazy-img';
  1189.      L21:  import { LazyLoadDirective }   from '../directives/lazy-load.directive';
  1190.  
  1191. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course/course.ts, line: 21
  1192.            All imports on this line are unused.
  1193.  
  1194.      L20:  import { LazyImgComponent }   from '../components/lazy-img/lazy-img';
  1195.      L21:  import { LazyLoadDirective }   from '../directives/lazy-load.directive';
  1196.      L22:  import { ImgcacheService } from "../services/imageCache";
  1197.  
  1198. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course/course.ts, line: 22
  1199.            All imports on this line are unused.
  1200.  
  1201.      L21:  import { LazyLoadDirective }   from '../directives/lazy-load.directive';
  1202.      L22:  import { ImgcacheService } from "../services/imageCache";
  1203.      L23:  import { ProfilePage } from '../profile/profile';
  1204.  
  1205. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/course/course.ts, line: 24
  1206.            All imports on this line are unused.
  1207.  
  1208.      L23:  import { ProfilePage } from '../profile/profile';
  1209.      L24:  import { SafeHtmlPipe } from "../../pipes/orderby";
  1210.      L25:  import {VgAPI} from 'videogular2/core';
  1211.  
  1212. [17:16:06]  tslint: C:/Users/oasac/scw/src/services/wishlist.ts, line: 13
  1213.            Property 'config' is declared but its value is never read.
  1214.  
  1215.      L12:          private storage: Storage,
  1216.      L13:          private config:ConfigService) {
  1217.  
  1218. [17:16:06]  tslint: C:/Users/oasac/scw/src/components/courseblock/courseblock.ts, line: 17
  1219.            Property 'config' is declared but its value is never read.
  1220.  
  1221.      L16:  @ViewChild('featured') featured: ElementRef;
  1222.      L17:  constructor(private wishlistService:WishlistService,private config:ConfigService) {
  1223.  
  1224. [17:16:06]  tslint: C:/Users/oasac/scw/src/components/courseblock/courseblock.ts, line: 1
  1225.            'OnInit' is declared but its value is never read.
  1226.  
  1227.       L1:  import { Component, Input, OnInit,AfterViewInit, ViewChild,ElementRef } from '@angular/core';
  1228.       L2:  import { ConfigService } from '../../services/config';
  1229.  
  1230. [17:16:06]  tslint: C:/Users/oasac/scw/src/components/courseblock/courseblock.ts, line: 1
  1231.            'AfterViewInit' is declared but its value is never read.
  1232.  
  1233.       L1:  import { Component, Input, OnInit,AfterViewInit, ViewChild,ElementRef } from '@angular/core';
  1234.       L2:  import { ConfigService } from '../../services/config';
  1235.  
  1236. [17:16:06]  tslint: C:/Users/oasac/scw/src/components/courseblock/courseblock.ts, line: 1
  1237.            'ElementRef' is declared but its value is never read.
  1238.  
  1239.       L1:  import { Component, Input, OnInit,AfterViewInit, ViewChild,ElementRef } from '@angular/core';
  1240.       L2:  import { ConfigService } from '../../services/config';
  1241.  
  1242. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/directory/directory.ts, line: 288
  1243.            Duplicate variable: 'cats'
  1244.  
  1245.     L287:  console.log(this.selectedLocations);
  1246.     L288:  var cats = {'type':'taxonomy','taxonomy':'location','values':this.selectedLocations};
  1247.     L289:  this.filters.push(cats);
  1248.  
  1249. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/directory/directory.ts, line: 302
  1250.            Duplicate variable: 'cats'
  1251.  
  1252.     L302:              var cats = {'type':'taxonomy','taxonomy':'level','values':this.selectedLevels};
  1253.     L303:              this.filters.push(cats);
  1254.  
  1255. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/directory/directory.ts, line: 317
  1256.            Duplicate variable: 'off'
  1257.  
  1258.     L316:  if(this.start_date){
  1259.     L317:      var off = {'type':'start_date','values':this.start_date};
  1260.     L318:      this.filters.push(off);
  1261.  
  1262. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/directory/directory.ts, line: 322
  1263.            Duplicate variable: 'off'
  1264.  
  1265.     L321:  if(this.end_date){
  1266.     L322:      var off = {'type':'end_date','values':this.end_date};
  1267.     L323:      this.filters.push(off);
  1268.  
  1269. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/directory/directory.ts, line: 77
  1270.            Property 'nav' is declared but its value is never read.
  1271.  
  1272.      L76:  public navParams: NavParams,
  1273.      L77:    private nav: NavController,
  1274.      L78:    private modalCtrl: ModalController,
  1275.  
  1276. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/directory/directory.ts, line: 1
  1277.            'OnInit' is declared but its value is never read.
  1278.  
  1279.       L1:  import { Component, OnInit } from '@angular/core';
  1280.       L2:  import { FormControl } from '@angular/forms';
  1281.  
  1282. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/directory/directory.ts, line: 10
  1283.            All imports on this line are unused.
  1284.  
  1285.       L9:  import { CourseCategory } from '../../models/course';
  1286.      L10:  import { Course } from '../../models/course';
  1287.      L11:  import { User } from '../../models/user';
  1288.  
  1289. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/directory/directory.ts, line: 12
  1290.            All imports on this line are unused.
  1291.  
  1292.      L11:  import { User } from '../../models/user';
  1293.      L12:  import { FullCourseCategory } from '../../models/coursecategory';
  1294.  
  1295. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/directory/directory.ts, line: 15
  1296.            All imports on this line are unused.
  1297.  
  1298.      L14:  import 'rxjs/add/operator/map';
  1299.      L15:  import { Observable } from 'rxjs/Observable';
  1300.  
  1301. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/directory/directory.ts, line: 20
  1302.            All imports on this line are unused.
  1303.  
  1304.      L19:  import { UserService } from '../../services/users';
  1305.      L20:  import { Courseblock } from '../../components/courseblock/courseblock';
  1306.      L21:  import { WishlistService } from '../../services/wishlist';
  1307.  
  1308. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/instructor/instructor.ts, line: 37
  1309.            Property 'courseService' is declared but its value is never read.
  1310.  
  1311.      L36:  private config:ConfigService,
  1312.      L37:  private courseService:CourseService,
  1313.      L38:  private userService:UserService,
  1314.  
  1315. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/instructor/instructor.ts, line: 1
  1316.            'OnInit' is declared but its value is never read.
  1317.  
  1318.       L1:  import { Component, OnInit,ViewChild } from '@angular/core';
  1319.       L2:  import { NavController, NavParams,ViewController, Slides } from 'ionic-angular';
  1320.  
  1321. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/search/search.ts, line: 40
  1322.            Property 'config' is declared but its value is never read.
  1323.  
  1324.      L39:  private userService:UserService,
  1325.      L40:  private config:ConfigService
  1326.      L41:  ){
  1327.  
  1328. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/search/search.ts, line: 12
  1329.            All imports on this line are unused.
  1330.  
  1331.      L11:  import { CoursePage } from '../course/course';
  1332.      L12:  import { Course } from '../../models/course';
  1333.  
  1334. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/blog/blog.ts, line: 1
  1335.            'OnInit' is declared but its value is never read.
  1336.  
  1337.       L1:  import { Component, OnInit } from '@angular/core';
  1338.  
  1339. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/result/result.ts, line: 1
  1340.            'OnInit' is declared but its value is never read.
  1341.  
  1342.       L1:  import { Component, OnInit } from '@angular/core';
  1343.       L2:  import { IonicPage, NavController, NavParams, LoadingController } from 'ionic-angular';
  1344.  
  1345. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/result/result.ts, line: 2
  1346.            'IonicPage' is declared but its value is never read.
  1347.  
  1348.       L1:  import { Component, OnInit } from '@angular/core';
  1349.       L2:  import { IonicPage, NavController, NavParams, LoadingController } from 'ionic-angular';
  1350.  
  1351. [17:16:06]  tslint: C:/Users/oasac/scw/src/directives/longPress.directive.ts, line: 1
  1352.            'ElementRef' is declared but its value is never read.
  1353.  
  1354.       L1:  import {Directive, ElementRef, OnInit, OnDestroy, Output, EventEmitter} from '@angular/core';
  1355.       L2:  import {Gesture} from 'ionic-angular/gestures/gesture';
  1356.  
  1357. [17:16:06]  tslint: C:/Users/oasac/scw/src/directives/longPress.directive.ts, line: 1
  1358.            'OnInit' is declared but its value is never read.
  1359.  
  1360.       L1:  import {Directive, ElementRef, OnInit, OnDestroy, Output, EventEmitter} from '@angular/core';
  1361.       L2:  import {Gesture} from 'ionic-angular/gestures/gesture';
  1362.  
  1363. [17:16:06]  tslint: C:/Users/oasac/scw/src/directives/longPress.directive.ts, line: 1
  1364.            'OnDestroy' is declared but its value is never read.
  1365.  
  1366.       L1:  import {Directive, ElementRef, OnInit, OnDestroy, Output, EventEmitter} from '@angular/core';
  1367.       L2:  import {Gesture} from 'ionic-angular/gestures/gesture';
  1368.  
  1369. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 56
  1370.            Property 'toastCtrl' is declared but its value is never read.
  1371.  
  1372.      L55:  private viewCtrl: ViewController,
  1373.      L56:  private toastCtrl: ToastController,
  1374.      L57:  private navParams : NavParams,
  1375.  
  1376. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 57
  1377.            Property 'navParams' is declared but its value is never read.
  1378.  
  1379.      L56:  private toastCtrl: ToastController,
  1380.      L57:  private navParams : NavParams,
  1381.      L58:  private auth: AuthenticationService,
  1382.  
  1383. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 60
  1384.            Property 'platform' is declared but its value is never read.
  1385.  
  1386.      L59:  private userService:UserService,
  1387.      L60:  private platform:Platform,
  1388.      L61:  private config:ConfigService,
  1389.  
  1390. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 62
  1391.            Property 'storage' is declared but its value is never read.
  1392.  
  1393.      L61:  private config:ConfigService,
  1394.      L62:  private storage:Storage,
  1395.      L63:  private formBuilder:FormBuilder,
  1396.  
  1397. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 63
  1398.            Property 'formBuilder' is declared but its value is never read.
  1399.  
  1400.      L62:  private storage:Storage,
  1401.      L63:  private formBuilder:FormBuilder,
  1402.      L64:  private loadingCtrl:LoadingController,
  1403.  
  1404. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 65
  1405.            Property 'action' is declared but its value is never read.
  1406.  
  1407.      L64:  private loadingCtrl:LoadingController,
  1408.      L65:  private action:ActionSheetController,
  1409.      L66:  private alertCtrl:AlertController,
  1410.  
  1411. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 67
  1412.            Property 'camera' is declared but its value is never read.
  1413.  
  1414.      L66:  private alertCtrl:AlertController,
  1415.      L67:  private camera: Camera,
  1416.      L68:  private iab:InAppBrowser,
  1417.  
  1418. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 68
  1419.            Property 'iab' is declared but its value is never read.
  1420.  
  1421.      L67:  private camera: Camera,
  1422.      L68:  private iab:InAppBrowser,
  1423.      L69:  public appCtrl: App
  1424.  
  1425. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 1
  1426.            'OnInit' is declared but its value is never read.
  1427.  
  1428.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  1429.       L2:  import { App, Content,NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular';
  1430.  
  1431. [17:16:06]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 2
  1432.            'Slides' is declared but its value is never read.
  1433.  
  1434.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  1435.       L2:  r, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular';
  1436.       L3:  import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms';
  1437.  
  1438. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 3
  1439.            'FormBuilder' is declared but its value is never read.
  1440.  
  1441.       L2:  import { App, Content,NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular';
  1442.       L3:  import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms';
  1443.  
  1444. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 3
  1445.            'FormGroup' is declared but its value is never read.
  1446.  
  1447.       L2:  import { App, Content,NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular';
  1448.       L3:  import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms';
  1449.  
  1450. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 3
  1451.            'FormControl' is declared but its value is never read.
  1452.  
  1453.       L2:  import { App, Content,NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular';
  1454.       L3:  import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms';
  1455.  
  1456. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 9
  1457.            All imports on this line are unused.
  1458.  
  1459.       L8:  import 'rxjs/add/operator/toPromise';
  1460.       L9:  import { BlogPage } from '../blog/blog';
  1461.  
  1462. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 18
  1463.            All imports on this line are unused.
  1464.  
  1465.      L17:  import { Profile } from '../../models/user';
  1466.      L18:  import { CourseStatusPage } from '../course-status/course-status';
  1467.      L19:  import {ProfilePage} from '../profile/profile';
  1468.  
  1469. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 20
  1470.            All imports on this line are unused.
  1471.  
  1472.      L19:  import {ProfilePage} from '../profile/profile';
  1473.      L20:  import { ResultPage } from '../result/result';
  1474.      L21:  import { FriendlytimeComponent } from '../../components/friendlytime/friendlytime';
  1475.  
  1476. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 21
  1477.            All imports on this line are unused.
  1478.  
  1479.      L20:  import { ResultPage } from '../result/result';
  1480.      L21:  import { FriendlytimeComponent } from '../../components/friendlytime/friendlytime';
  1481.  
  1482. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 23
  1483.            All imports on this line are unused.
  1484.  
  1485.      L23:  import { PressDirective } from '../../directives/longPress.directive';
  1486.      L24:  import { TabsPage } from '../tabs/tabs';
  1487.  
  1488. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 27
  1489.            'CameraOptions' is declared but its value is never read.
  1490.  
  1491.      L26:  import { Storage } from '@ionic/storage';
  1492.      L27:  import { Camera, CameraOptions } from '@ionic-native/camera';
  1493.      L28:  import { Chart } from 'chart.js';
  1494.  
  1495. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/login/login.ts, line: 28
  1496.            All imports on this line are unused.
  1497.  
  1498.      L27:  import { Camera, CameraOptions } from '@ionic-native/camera';
  1499.      L28:  import { Chart } from 'chart.js';
  1500.  
  1501. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 56
  1502.            Property 'navParams' is declared but its value is never read.
  1503.  
  1504.      L55:  private toastCtrl: ToastController,
  1505.      L56:  private navParams : NavParams,
  1506.      L57:  private auth: AuthenticationService,
  1507.  
  1508. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 59
  1509.            Property 'platform' is declared but its value is never read.
  1510.  
  1511.      L58:  private userService:UserService,
  1512.      L59:  private platform:Platform,
  1513.      L60:  private config:ConfigService,
  1514.  
  1515. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 61
  1516.            Property 'storage' is declared but its value is never read.
  1517.  
  1518.      L60:  private config:ConfigService,
  1519.      L61:  private storage:Storage,
  1520.      L62:  private formBuilder:FormBuilder,
  1521.  
  1522. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 62
  1523.            Property 'formBuilder' is declared but its value is never read.
  1524.  
  1525.      L61:  private storage:Storage,
  1526.      L62:  private formBuilder:FormBuilder,
  1527.      L63:  private loadingCtrl:LoadingController,
  1528.  
  1529. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 64
  1530.            Property 'action' is declared but its value is never read.
  1531.  
  1532.      L63:  private loadingCtrl:LoadingController,
  1533.      L64:  private action:ActionSheetController,
  1534.      L65:  private alertCtrl:AlertController,
  1535.  
  1536. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 66
  1537.            Property 'camera' is declared but its value is never read.
  1538.  
  1539.      L65:  private alertCtrl:AlertController,
  1540.      L66:  private camera: Camera,
  1541.      L67:  private iab:InAppBrowser
  1542.  
  1543. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 67
  1544.            Property 'iab' is declared but its value is never read.
  1545.  
  1546.      L66:  private camera: Camera,
  1547.      L67:  private iab:InAppBrowser
  1548.      L68:  ) {
  1549.  
  1550. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 1
  1551.            'OnInit' is declared but its value is never read.
  1552.  
  1553.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  1554.       L2:  import { Content,NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular';
  1555.  
  1556. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 2
  1557.            'Slides' is declared but its value is never read.
  1558.  
  1559.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  1560.       L2:  r, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular';
  1561.       L3:  import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms';
  1562.  
  1563. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 3
  1564.            'FormBuilder' is declared but its value is never read.
  1565.  
  1566.       L2:  import { Content,NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular';
  1567.       L3:  import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms';
  1568.  
  1569. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 3
  1570.            'FormGroup' is declared but its value is never read.
  1571.  
  1572.       L2:  import { Content,NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular';
  1573.       L3:  import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms';
  1574.  
  1575. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 3
  1576.            'FormControl' is declared but its value is never read.
  1577.  
  1578.       L2:  import { Content,NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular';
  1579.       L3:  import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms';
  1580.  
  1581. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 17
  1582.            All imports on this line are unused.
  1583.  
  1584.      L16:  import { Profile } from '../../models/user';
  1585.      L17:  import { CourseStatusPage } from '../course-status/course-status';
  1586.      L18:  import { ResultPage } from '../result/result';
  1587.  
  1588. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 18
  1589.            All imports on this line are unused.
  1590.  
  1591.      L17:  import { CourseStatusPage } from '../course-status/course-status';
  1592.      L18:  import { ResultPage } from '../result/result';
  1593.      L19:  import { FriendlytimeComponent } from '../../components/friendlytime/friendlytime';
  1594.  
  1595. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 19
  1596.            All imports on this line are unused.
  1597.  
  1598.      L18:  import { ResultPage } from '../result/result';
  1599.      L19:  import { FriendlytimeComponent } from '../../components/friendlytime/friendlytime';
  1600.      L20:  import {ProfilePage} from '../profile/profile';
  1601.  
  1602. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 22
  1603.            All imports on this line are unused.
  1604.  
  1605.      L22:  import { PressDirective } from '../../directives/longPress.directive';
  1606.      L23:  import { TabsPage } from '../tabs/tabs';
  1607.  
  1608. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 26
  1609.            'CameraOptions' is declared but its value is never read.
  1610.  
  1611.      L25:  import { Storage } from '@ionic/storage';
  1612.      L26:  import { Camera, CameraOptions } from '@ionic-native/camera';
  1613.      L27:  import { Chart } from 'chart.js';
  1614.  
  1615. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/register/register.ts, line: 27
  1616.            All imports on this line are unused.
  1617.  
  1618.      L26:  import { Camera, CameraOptions } from '@ionic-native/camera';
  1619.      L27:  import { Chart } from 'chart.js';
  1620.  
  1621. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/profile/profile.ts, line: 108
  1622.            Property 'formBuilder' is declared but its value is never read.
  1623.  
  1624.     L107:  private storage: Storage,
  1625.     L108:  private formBuilder: FormBuilder,
  1626.     L109:  private loadingCtrl: LoadingController,
  1627.  
  1628. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/profile/profile.ts, line: 1
  1629.            'OnInit' is declared but its value is never read.
  1630.  
  1631.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  1632.       L2:  import { Content, NavController, ViewController, LoadingController, ToastController, ActionSheetController, AlertController, NavParams, Slides, Platform } from 'ionic-angular';
  1633.  
  1634. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/profile/profile.ts, line: 3
  1635.            'FormBuilder' is declared but its value is never read.
  1636.  
  1637.       L2:  import { Content, NavController, ViewController, LoadingController, ToastController, ActionSheetController, AlertController, NavParams, Slides, Platform } from 'ionic-angular';
  1638.       L3:  import { FormBuilder, FormGroup, FormControl, Validators, } from '@angular/forms';
  1639.  
  1640. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/profile/profile.ts, line: 3
  1641.            'FormGroup' is declared but its value is never read.
  1642.  
  1643.       L2:  import { Content, NavController, ViewController, LoadingController, ToastController, ActionSheetController, AlertController, NavParams, Slides, Platform } from 'ionic-angular';
  1644.       L3:  import { FormBuilder, FormGroup, FormControl, Validators, } from '@angular/forms';
  1645.  
  1646. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/profile/profile.ts, line: 3
  1647.            'FormControl' is declared but its value is never read.
  1648.  
  1649.       L2:  import { Content, NavController, ViewController, LoadingController, ToastController, ActionSheetController, AlertController, NavParams, Slides, Platform } from 'ionic-angular';
  1650.       L3:  import { FormBuilder, FormGroup, FormControl, Validators, } from '@angular/forms';
  1651.  
  1652. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/profile/profile.ts, line: 27
  1653.            All imports on this line are unused.
  1654.  
  1655.      L26:  import { ResultPage } from '../result/result';
  1656.      L27:  import { FriendlytimeComponent } from '../../components/friendlytime/friendlytime';
  1657.  
  1658. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/profile/profile.ts, line: 29
  1659.            All imports on this line are unused.
  1660.  
  1661.      L29:  import { PressDirective } from '../../directives/longPress.directive';
  1662.      L30:  import { TabsPage } from '../tabs/tabs';
  1663.  
  1664. [17:16:07]  tslint: C:/Users/oasac/scw/src/components/fixed-scroll-header/fixed-scroll-header.ts, line: 3
  1665.            'ElementRef' is declared but its value is never read.
  1666.  
  1667.       L2:  Directive,
  1668.       L3:  ElementRef,
  1669.       L4:  Renderer
  1670.  
  1671. [17:16:07]  tslint: C:/Users/oasac/scw/src/components/fixed-scroll-header/fixed-scroll-header.ts, line: 4
  1672.            'Renderer' is declared but its value is never read.
  1673.  
  1674.       L3:      ElementRef,
  1675.       L4:      Renderer
  1676.       L5:  } from '@angular/core';
  1677.  
  1678. [17:16:07]  tslint: C:/Users/oasac/scw/src/components/coursecard/coursecard.ts, line: 17
  1679.            Property 'config' is declared but its value is never read.
  1680.  
  1681.      L16:  constructor(
  1682.      L17:      private wishlistService:WishlistService,private config:ConfigService) {
  1683.  
  1684. [17:16:07]  tslint: C:/Users/oasac/scw/src/components/coursecard/coursecard.ts, line: 1
  1685.            'OnInit' is declared but its value is never read.
  1686.  
  1687.       L1:  import { Component, Input, OnInit } from '@angular/core';
  1688.       L2:  import { ConfigService } from '../../services/config';
  1689.  
  1690. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/home/home.ts, line: 59
  1691.            Property 'walletService' is declared but its value is never read.
  1692.  
  1693.      L58:  private wishlistService:WishlistService,
  1694.      L59:  private walletService:WalletService,
  1695.      L60:  private toastCtrl:ToastController
  1696.  
  1697. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/home/home.ts, line: 60
  1698.            Property 'toastCtrl' is declared but its value is never read.
  1699.  
  1700.      L59:              private walletService:WalletService,
  1701.      L60:              private toastCtrl:ToastController
  1702.  
  1703. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/home/home.ts, line: 1
  1704.            'OnInit' is declared but its value is never read.
  1705.  
  1706.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  1707.       L2:  import { NavController, NavParams, ToastController,ModalController, LoadingController } from 'ionic-angular';
  1708.  
  1709. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/home/home.ts, line: 1
  1710.            'ViewChild' is declared but its value is never read.
  1711.  
  1712.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  1713.       L2:  import { NavController, NavParams, ToastController,ModalController, LoadingController } from 'ionic-angular';
  1714.  
  1715. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/home/home.ts, line: 2
  1716.            'NavParams' is declared but its value is never read.
  1717.  
  1718.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  1719.       L2:  import { NavController, NavParams, ToastController,ModalController, LoadingController } from 'ionic-angular'
  1720.  
  1721. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/home/home.ts, line: 5
  1722.            All imports on this line are unused.
  1723.  
  1724.       L4:  //import {StatusBar} from 'ionic-native';
  1725.       L5:  import { StatusBar } from '@ionic-native/status-bar';
  1726.       L6:  import { Content } from 'ionic-angular';
  1727.  
  1728. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/home/home.ts, line: 6
  1729.            All imports on this line are unused.
  1730.  
  1731.       L5:  import { StatusBar } from '@ionic-native/status-bar';
  1732.       L6:  import { Content } from 'ionic-angular';
  1733.  
  1734. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/home/home.ts, line: 25
  1735.            All imports on this line are unused.
  1736.  
  1737.      L24:  import { CourseCategory } from '../../models/course';
  1738.      L25:  import { FixedScrollHeader } from '../../components/fixed-scroll-header/fixed-scroll-header';
  1739.      L26:  import { Coursecard } from '../../components/coursecard/coursecard';
  1740.  
  1741. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/home/home.ts, line: 26
  1742.            All imports on this line are unused.
  1743.  
  1744.      L25:  import { FixedScrollHeader } from '../../components/fixed-scroll-header/fixed-scroll-header';
  1745.      L26:  import { Coursecard } from '../../components/coursecard/coursecard';
  1746.      L27:  // import { AdMob } from "ionic-admob";
  1747.  
  1748. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/home/home.ts, line: 31
  1749.            All imports on this line are unused.
  1750.  
  1751.      L30:  import 'rxjs/add/operator/map';
  1752.      L31:  import { Observable } from 'rxjs/Observable';
  1753.      L32:  @Component({
  1754.  
  1755. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/contact/contact.ts, line: 21
  1756.            Property 'formBuilder' is declared but its value is never read.
  1757.  
  1758.      L20:  constructor(public config: ConfigService,
  1759.      L21:      private formBuilder: FormBuilder,
  1760.      L22:      private toastCtrl:ToastController,
  1761.  
  1762. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/contact/contact.ts, line: 3
  1763.            'FormBuilder' is declared but its value is never read.
  1764.  
  1765.       L2:  import { ToastController, ModalController} from 'ionic-angular';
  1766.       L3:  import {Validators, FormBuilder, FormGroup } from '@angular/forms';
  1767.  
  1768. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/contact/contact.ts, line: 3
  1769.            'FormGroup' is declared but its value is never read.
  1770.  
  1771.       L2:  import { ToastController, ModalController} from 'ionic-angular';
  1772.       L3:  import {Validators, FormBuilder, FormGroup } from '@angular/forms';
  1773.  
  1774. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/wallet/wallet.ts, line: 39
  1775.            Property 'toast' is declared but its value is never read.
  1776.  
  1777.      L38:  private config:ConfigService,
  1778.      L39:  private toast:ToastController,
  1779.      L40:  private nav:NavController,
  1780.  
  1781. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/wallet/wallet.ts, line: 40
  1782.            Property 'nav' is declared but its value is never read.
  1783.  
  1784.      L39:  private toast:ToastController,
  1785.      L40:  private nav:NavController,
  1786.      L41:  private storage:Storage
  1787.  
  1788. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/wallet/wallet.ts, line: 41
  1789.            Property 'storage' is declared but its value is never read.
  1790.  
  1791.      L40:  private nav:NavController,
  1792.      L41:  private storage:Storage
  1793.      L42:  ) {
  1794.  
  1795. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/wallet/wallet.ts, line: 1
  1796.            'OnInit' is declared but its value is never read.
  1797.  
  1798.       L1:  import { Component, OnInit , ViewChild} from '@angular/core';
  1799.  
  1800. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/wallet/wallet.ts, line: 3
  1801.            'LoadingController' is declared but its value is never read.
  1802.  
  1803.       L3:  import { NavController,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  1804.  
  1805. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/wallet/wallet.ts, line: 3
  1806.            'Platform' is declared but its value is never read.
  1807.  
  1808.       L3:  import { NavController,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  1809.  
  1810. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/wallet/wallet.ts, line: 9
  1811.            All imports on this line are unused.
  1812.  
  1813.       L8:  import { Storage } from '@ionic/storage';
  1814.       L9:  import { Wallet } from "../models/wallet";
  1815.  
  1816. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/wallet/wallet.ts, line: 12
  1817.            All imports on this line are unused.
  1818.  
  1819.      L11:  import 'rxjs/add/operator/map';
  1820.      L12:  import { Observable } from 'rxjs/Observable';
  1821.  
  1822. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/wallet/wallet.ts, line: 14
  1823.            All imports on this line are unused.
  1824.  
  1825.      L14:  import { Chart } from 'chart.js';
  1826.  
  1827. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/message/message.ts, line: 14
  1828.            'debounce' is declared but its value is never read.
  1829.  
  1830.      L14:  const debounce = (func, delay)=>{
  1831.      L15:      let inDebounce
  1832.  
  1833. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/message/message.ts, line: 52
  1834.            Property 'storage' is declared but its value is never read.
  1835.  
  1836.      L51:  private toastCtrl:ToastController,
  1837.      L52:  private storage:Storage,
  1838.      L53:      public navCtrl: NavController,
  1839.  
  1840. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/message/message.ts, line: 1
  1841.            'OnInit' is declared but its value is never read.
  1842.  
  1843.       L1:  import { Component, OnInit , ViewChild} from '@angular/core';
  1844.       L2:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  1845.  
  1846. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/message/message.ts, line: 2
  1847.            'Platform' is declared but its value is never read.
  1848.  
  1849.       L1:  import { Component, OnInit , ViewChild} from '@angular/core';
  1850.       L2:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  1851.       L3:  import { ConfigService } from '../../services/config';
  1852.  
  1853. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/message/message.ts, line: 6
  1854.            All imports on this line are unused.
  1855.  
  1856.       L5:  import { Storage } from '@ionic/storage';
  1857.       L6:  import { ChatMessage } from "../models/chatmessage";
  1858.       L7:  import 'rxjs/add/operator/map';
  1859.  
  1860. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/message/message.ts, line: 8
  1861.            All imports on this line are unused.
  1862.  
  1863.       L7:  import 'rxjs/add/operator/map';
  1864.       L8:  import { Observable } from 'rxjs/Observable';
  1865.       L9:  import firebase from 'firebase';
  1866.  
  1867. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/message/message.ts, line: 9
  1868.            All imports on this line are unused.
  1869.  
  1870.       L8:  import { Observable } from 'rxjs/Observable';
  1871.       L9:  import firebase from 'firebase';
  1872.  
  1873. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/message/message.ts, line: 11
  1874.            All imports on this line are unused.
  1875.  
  1876.      L11:  import { EmojiPickerModule } from 'ionic-emoji-picker';
  1877.  
  1878. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/chat/chat.ts, line: 47
  1879.            Property 'formBuilder' is declared but its value is never read.
  1880.  
  1881.      L46:  public loadingCtrl: LoadingController,
  1882.      L47:  private formBuilder: FormBuilder,
  1883.      L48:  ){
  1884.  
  1885. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/chat/chat.ts, line: 1
  1886.            'OnInit' is declared but its value is never read.
  1887.  
  1888.       L1:  import { Component, OnInit , ViewChild} from '@angular/core';
  1889.  
  1890. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/chat/chat.ts, line: 3
  1891.            'Platform' is declared but its value is never read.
  1892.  
  1893.       L3:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  1894.  
  1895. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/chat/chat.ts, line: 9
  1896.            All imports on this line are unused.
  1897.  
  1898.       L8:  import { Storage } from '@ionic/storage';
  1899.       L9:  import { ChatMessage } from "../models/chatmessage";
  1900.  
  1901. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/chat/chat.ts, line: 12
  1902.            All imports on this line are unused.
  1903.  
  1904.      L11:  import 'rxjs/add/operator/map';
  1905.      L12:  import { Observable } from 'rxjs/Observable';
  1906.  
  1907. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/chat/chat.ts, line: 14
  1908.            All imports on this line are unused.
  1909.  
  1910.      L14:  import firebase from 'firebase';
  1911.      L15:  import {MessagePage} from '../message/message';
  1912.  
  1913. [17:16:07]  tslint: C:/Users/oasac/scw/src/pages/chat/chat.ts, line: 16
  1914.            'FormGroup' is declared but its value is never read.
  1915.  
  1916.      L15:  import {MessagePage} from '../message/message';
  1917.      L16:  import { FormGroup,FormControl, Validators ,FormBuilder} from '@angular/forms';
  1918.  
  1919. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/chat/chat.ts, line: 16
  1920.            'FormBuilder' is declared but its value is never read.
  1921.  
  1922.      L15:  import {MessagePage} from '../message/message';
  1923.      L16:  import { FormGroup,FormControl, Validators ,FormBuilder} from '@angular/forms';
  1924.  
  1925. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/wishlist/wishlist.ts, line: 15
  1926.            Property 'config' is declared but its value is never read.
  1927.  
  1928.      L14:  private wishlistService:WishlistService,
  1929.      L15:  private config:ConfigService) {
  1930.  
  1931. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/wishlist/wishlist.ts, line: 1
  1932.            'OnInit' is declared but its value is never read.
  1933.  
  1934.       L1:  import { Component,OnInit } from '@angular/core';
  1935.  
  1936. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/wishlist/wishlist.ts, line: 5
  1937.            All imports on this line are unused.
  1938.  
  1939.       L4:  import { WishlistService } from '../../services/wishlist';
  1940.       L5:  import { Courseblock } from '../../components/courseblock/courseblock';
  1941.       L6:  @Component({
  1942.  
  1943. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/updates.ts, line: 76
  1944.            'markRead' is declared but its value is never read.
  1945.  
  1946.      L76:      private markRead(update){
  1947.      L77:              if(this.readupdates.length){
  1948.  
  1949. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/updates.ts, line: 99
  1950.            'markUnread' is declared but its value is never read.
  1951.  
  1952.      L99:      private markUnread(update){
  1953.     L100:              if(this.readupdates.length){
  1954.  
  1955. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/updates/updates.ts, line: 1
  1956.            'OnInit' is declared but its value is never read.
  1957.  
  1958.       L1:  import { Component, OnInit } from '@angular/core';
  1959.       L2:  import { ViewController } from 'ionic-angular';
  1960.  
  1961. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/updates/updates.ts, line: 6
  1962.            All imports on this line are unused.
  1963.  
  1964.       L5:  import { UpdatesService } from '../../services/updates';
  1965.       L6:  import { OrderPipe } from '../../pipes/orderby';
  1966.       L7:  @Component({
  1967.  
  1968. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/tabs/tabs.ts, line: 42
  1969.            Property 'nav' is declared but its value is never read.
  1970.  
  1971.      L41:  constructor(
  1972.      L42:    private nav: NavController,
  1973.      L43:    private navParams: NavParams,
  1974.  
  1975. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/tabs/tabs.ts, line: 43
  1976.            Property 'navParams' is declared but its value is never read.
  1977.  
  1978.      L42:  private nav: NavController,
  1979.      L43:  private navParams: NavParams,
  1980.      L44:  private config:ConfigService,
  1981.  
  1982. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/tabs/tabs.ts, line: 45
  1983.            Property 'app' is declared but its value is never read.
  1984.  
  1985.      L44:  private config:ConfigService,
  1986.      L45:  private app:App,
  1987.      L46:  private storage:Storage) {
  1988.  
  1989. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/tabs/tabs.ts, line: 46
  1990.            Property 'storage' is declared but its value is never read.
  1991.  
  1992.      L45:  private app:App,
  1993.      L46:  private storage:Storage) {
  1994.  
  1995. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/groupdirectory/groupdirectory.ts, line: 38
  1996.            Property 'nav' is declared but its value is never read.
  1997.  
  1998.      L37:  public navParams: NavParams,
  1999.      L38:  private nav: NavController,
  2000.      L39:  public courseService: CourseService,
  2001.  
  2002. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/groupdirectory/groupdirectory.ts, line: 169
  2003.            'args' is declared but its value is never read.
  2004.  
  2005.     L168:  // make api hit
  2006.     L169:  let args={};
  2007.     L170:  args={
  2008.  
  2009. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/groupdirectory/groupdirectory.ts, line: 1
  2010.            'OnInit' is declared but its value is never read.
  2011.  
  2012.       L1:  import { Component, OnInit } from '@angular/core';
  2013.       L2:  import { NavController, NavParams, ModalController,LoadingController, ToastController } from 'ionic-angular';
  2014.  
  2015. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/groupdirectory/groupdirectory.ts, line: 2
  2016.            'ModalController' is declared but its value is never read.
  2017.  
  2018.       L1:  import { Component, OnInit } from '@angular/core';
  2019.       L2:  import { NavController, NavParams, ModalController,LoadingController, ToastController } from 'ionic-angular'
  2020.  
  2021. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/groupdirectory/groupdirectory.ts, line: 5
  2022.            All imports on this line are unused.
  2023.  
  2024.       L4:  import 'rxjs/add/operator/map';
  2025.       L5:  import { Observable } from 'rxjs/Observable';
  2026.       L6:  import { ConfigService } from '../../services/config';
  2027.  
  2028. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/groupdirectory/groupdirectory.ts, line: 8
  2029.            All imports on this line are unused.
  2030.  
  2031.       L7:  import { CourseService } from '../../services/course';
  2032.       L8:  import { UserService } from '../../services/users';
  2033.       L9:  import { GroupService } from '../../services/group';
  2034.  
  2035. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/members.ts, line: 25
  2036.            Property 'toastCtrl' is declared but its value is never read.
  2037.  
  2038.      L24:  private storage: Storage,
  2039.      L25:  private toastCtrl: ToastController,
  2040.      L26:  private auth: AuthenticationService,
  2041.  
  2042. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/members.ts, line: 26
  2043.            Property 'auth' is declared but its value is never read.
  2044.  
  2045.      L25:  private toastCtrl: ToastController,
  2046.      L26:  private auth: AuthenticationService,
  2047.      L27:  private config: ConfigService,
  2048.  
  2049. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/members.ts, line: 28
  2050.            Property 'loadingCtrl' is declared but its value is never read.
  2051.  
  2052.      L27:  private config: ConfigService,
  2053.      L28:  private loadingCtrl: LoadingController,
  2054.      L29:  private chatService:ChatService
  2055.  
  2056. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/members.ts, line: 2
  2057.            'NavController' is declared but its value is never read.
  2058.  
  2059.       L1:  import { Injectable } from '@angular/core';
  2060.       L2:  import { NavController, NavParams, ModalController, LoadingController } from 'ionic-angular';
  2061.       L3:  // import { Component,OnInit } from '@angular/core';
  2062.  
  2063. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/members.ts, line: 2
  2064.            'NavParams' is declared but its value is never read.
  2065.  
  2066.       L1:  import { Injectable } from '@angular/core';
  2067.       L2:  import { NavController, NavParams, ModalController, LoadingController } from 'ionic-angular';
  2068.       L3:  // import { Component,OnInit } from '@angular/core';
  2069.  
  2070. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/members.ts, line: 2
  2071.            'ModalController' is declared but its value is never read.
  2072.  
  2073.       L1:  import { Injectable } from '@angular/core';
  2074.       L2:  import { NavController, NavParams, ModalController, LoadingController } from 'ionic-angular';
  2075.       L3:  // import { Component,OnInit } from '@angular/core';
  2076.  
  2077. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/members.ts, line: 4
  2078.            All imports on this line are unused.
  2079.  
  2080.       L3:  // import { Component,OnInit } from '@angular/core';
  2081.       L4:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  2082.       L5:  import { Platform, ToastController } from 'ionic-angular';
  2083.  
  2084. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/members.ts, line: 5
  2085.            'Platform' is declared but its value is never read.
  2086.  
  2087.       L4:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  2088.       L5:  import { Platform, ToastController } from 'ionic-angular';
  2089.       L6:  import 'rxjs/add/operator/map';
  2090.  
  2091. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/members.ts, line: 7
  2092.            All imports on this line are unused.
  2093.  
  2094.       L6:  import 'rxjs/add/operator/map';
  2095.       L7:  import { Observable } from 'rxjs/Observable';
  2096.       L8:  import 'rxjs/add/observable/of';
  2097.  
  2098. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/membersdirectory/membersdirectory.ts, line: 37
  2099.            Property 'nav' is declared but its value is never read.
  2100.  
  2101.      L36:  public navParams: NavParams,
  2102.      L37:  private nav: NavController,
  2103.      L38:  private toastCtrl:ToastController,
  2104.  
  2105. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/membersdirectory/membersdirectory.ts, line: 1
  2106.            'OnInit' is declared but its value is never read.
  2107.  
  2108.       L1:  import { Component, OnInit } from '@angular/core';
  2109.       L2:  import { NavController, NavParams, ModalController,LoadingController, ToastController } from 'ionic-angular';
  2110.  
  2111. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/membersdirectory/membersdirectory.ts, line: 2
  2112.            'ModalController' is declared but its value is never read.
  2113.  
  2114.       L1:  import { Component, OnInit } from '@angular/core';
  2115.       L2:  import { NavController, NavParams, ModalController,LoadingController, ToastController } from 'ionic-angular'
  2116.  
  2117. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/membersdirectory/membersdirectory.ts, line: 5
  2118.            All imports on this line are unused.
  2119.  
  2120.       L4:  import 'rxjs/add/operator/map';
  2121.       L5:  import { Observable } from 'rxjs/Observable';
  2122.       L6:  import { ConfigService } from '../../services/config';
  2123.  
  2124. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/membersdirectory/membersdirectory.ts, line: 7
  2125.            All imports on this line are unused.
  2126.  
  2127.       L6:  import { ConfigService } from '../../services/config';
  2128.       L7:  import { UserService } from '../../services/users';
  2129.       L8:  import { MembersService } from '../../services/members';
  2130.  
  2131. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/forumdirectory/forumdirectory.ts, line: 39
  2132.            Property 'nav' is declared but its value is never read.
  2133.  
  2134.      L38:  public navParams: NavParams,
  2135.      L39:  private nav: NavController,
  2136.      L40:  private toastCtrl: ToastController,
  2137.  
  2138. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/forumdirectory/forumdirectory.ts, line: 40
  2139.            Property 'toastCtrl' is declared but its value is never read.
  2140.  
  2141.      L39:  private nav: NavController,
  2142.      L40:  private toastCtrl: ToastController,
  2143.      L41:  public loadingCtrl: LoadingController
  2144.  
  2145. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/forumdirectory/forumdirectory.ts, line: 1
  2146.            'OnInit' is declared but its value is never read.
  2147.  
  2148.       L1:  import { Component, OnInit } from '@angular/core';
  2149.       L2:  import { NavController, NavParams, ModalController, LoadingController, ToastController } from 'ionic-angular';
  2150.  
  2151. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/forumdirectory/forumdirectory.ts, line: 2
  2152.            'ModalController' is declared but its value is never read.
  2153.  
  2154.       L1:  import { Component, OnInit } from '@angular/core';
  2155.       L2:  import { NavController, NavParams, ModalController, LoadingController, ToastController } from 'ionic-angular
  2156.  
  2157. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/forumdirectory/forumdirectory.ts, line: 5
  2158.             All imports on this line are unused.
  2159.  
  2160.        L4:  import 'rxjs/add/operator/map';
  2161.        L5:  import { Observable } from 'rxjs/Observable';
  2162.        L6:  import { ConfigService } from '../../services/config';
  2163.  
  2164. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/forumdirectory/forumdirectory.ts, line: 7
  2165.             All imports on this line are unused.
  2166.  
  2167.        L6:  import { ConfigService } from '../../services/config';
  2168.        L7:  import { UserService } from '../../services/users';
  2169.        L8:  import { ForumService } from '../../services/forum';
  2170.  
  2171. [17:16:08]  tslint: C:/Users/oasac/scw/src/pages/instructors/instructors.ts, line: 1
  2172.             'OnInit' is declared but its value is never read.
  2173.  
  2174.        L1:  import { Component, OnInit } from '@angular/core';
  2175.        L2:  import { NavController, NavParams, ModalController,LoadingController } from 'ionic-angular';
  2176.  
  2177. [17:16:08]  tslint: C:/Users/oasac/scw/src/services/sidemenu.ts, line: 3
  2178.             All imports on this line are unused.
  2179.  
  2180.        L2:  import { ConfigService } from "./config";
  2181.        L3:  import { Intro } from '../pages/intro/intro';
  2182.        L4:  import { TabsPage } from '../pages/tabs/tabs';
  2183.  
  2184. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/multiselector/multiselector.ts, line: 27
  2185.             Property 'storage' is declared but its value is never read.
  2186.  
  2187.       L26:  private config: ConfigService,
  2188.       L27:  private storage: Storage,
  2189.       L28:  public sidemenu: SideMenuService,
  2190.  
  2191. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/multiselector/multiselector.ts, line: 1
  2192.             'ViewChild' is declared but its value is never read.
  2193.  
  2194.        L1:  import { Component, ViewChild, OnInit } from '@angular/core';
  2195.        L2:  import { NavController, Slides } from 'ionic-angular';
  2196.  
  2197. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/multiselector/multiselector.ts, line: 1
  2198.             'OnInit' is declared but its value is never read.
  2199.  
  2200.        L1:  import { Component, ViewChild, OnInit } from '@angular/core';
  2201.        L2:  import { NavController, Slides } from 'ionic-angular';
  2202.  
  2203. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/multiselector/multiselector.ts, line: 2
  2204.             'Slides' is declared but its value is never read.
  2205.  
  2206.        L1:  import { Component, ViewChild, OnInit } from '@angular/core';
  2207.        L2:  import { NavController, Slides } from 'ionic-angular';
  2208.        L3:  import { ConfigService } from '../../services/config';
  2209.  
  2210. [17:16:09]  tslint: C:/Users/oasac/scw/src/services/imageCache.ts, line: 75
  2211.             'normalizeURlWKWview' is declared but its value is never read.
  2212.  
  2213.       L75:  private normalizeURlWKWview(url: string) {
  2214.       L76:    const urlIos = `${normalizeURL(this.file.applicationStorageDirectory)}Library/files/${normalizeURL(url)}`;
  2215.  
  2216. [17:16:09]  tslint: C:/Users/oasac/scw/src/app/app.component.ts, line: 1
  2217.             'OnInit' is declared but its value is never read.
  2218.  
  2219.        L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  2220.        L2:  import { App, Platform, NavController, MenuController, LoadingController } from 'ionic-angular';
  2221.  
  2222. [17:16:09]  tslint: C:/Users/oasac/scw/src/app/app.component.ts, line: 9
  2223.             All imports on this line are unused.
  2224.  
  2225.        L8:  import { TabsPage } from '../pages/tabs/tabs';
  2226.        L9:  import { ContactPage } from '../pages/contact/contact';
  2227.       L10:  import { BlogPage } from '../pages/blog/blog';
  2228.  
  2229. [17:16:09]  tslint: C:/Users/oasac/scw/src/app/app.component.ts, line: 10
  2230.             All imports on this line are unused.
  2231.  
  2232.        L9:  import { ContactPage } from '../pages/contact/contact';
  2233.       L10:  import { BlogPage } from '../pages/blog/blog';
  2234.       L11:  import { DirectoryPage } from '../pages/directory/directory';
  2235.  
  2236. [17:16:09]  tslint: C:/Users/oasac/scw/src/app/app.component.ts, line: 11
  2237.             All imports on this line are unused.
  2238.  
  2239.       L10:  import { BlogPage } from '../pages/blog/blog';
  2240.       L11:  import { DirectoryPage } from '../pages/directory/directory';
  2241.       L12:  import { GroupdirectoryPage } from '../pages/groupdirectory/groupdirectory';
  2242.  
  2243. [17:16:09]  tslint: C:/Users/oasac/scw/src/app/app.component.ts, line: 12
  2244.             All imports on this line are unused.
  2245.  
  2246.       L11:  import { DirectoryPage } from '../pages/directory/directory';
  2247.       L12:  import { GroupdirectoryPage } from '../pages/groupdirectory/groupdirectory';
  2248.       L13:  import { MembersDirectoryPage } from '../pages/membersdirectory/membersdirectory';
  2249.  
  2250. [17:16:09]  tslint: C:/Users/oasac/scw/src/app/app.component.ts, line: 13
  2251.             All imports on this line are unused.
  2252.  
  2253.       L12:  import { GroupdirectoryPage } from '../pages/groupdirectory/groupdirectory';
  2254.       L13:  import { MembersDirectoryPage } from '../pages/membersdirectory/membersdirectory';
  2255.       L14:  import { ForumdirectoryPage } from '../pages/forumdirectory/forumdirectory';
  2256.  
  2257. [17:16:09]  tslint: C:/Users/oasac/scw/src/app/app.component.ts, line: 14
  2258.             All imports on this line are unused.
  2259.  
  2260.       L13:  import { MembersDirectoryPage } from '../pages/membersdirectory/membersdirectory';
  2261.       L14:  import { ForumdirectoryPage } from '../pages/forumdirectory/forumdirectory';
  2262.  
  2263. [17:16:09]  tslint: C:/Users/oasac/scw/src/app/app.component.ts, line: 16
  2264.             All imports on this line are unused.
  2265.  
  2266.       L16:  import { InstructorsPage } from '../pages/instructors/instructors';
  2267.       L17:  import { ConfigService } from '../services/config';
  2268.  
  2269. [17:16:09]  tslint: C:/Users/oasac/scw/src/app/app.component.ts, line: 25
  2270.             All imports on this line are unused.
  2271.  
  2272.       L24:  // import { OneSignal } from '@ionic-native/onesignal';
  2273.       L25:  import { Push, PushObject, PushOptions } from '@ionic-native/push';
  2274.  
  2275. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/swipedtab/swipedtab.ts, line: 1
  2276.             'ElementRef' is declared but its value is never read.
  2277.  
  2278.        L1:  import { Component, ElementRef, Input, Renderer } from '@angular/core';
  2279.  
  2280. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/swipedtab/swipedtab.ts, line: 1
  2281.             'Renderer' is declared but its value is never read.
  2282.  
  2283.        L1:  import { Component, ElementRef, Input, Renderer } from '@angular/core';
  2284.  
  2285. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/FormValidator.ts, line: 2
  2286.             'Validator' is declared but its value is never read.
  2287.  
  2288.        L1:  import { Directive } from '@angular/core';
  2289.        L2:  import { Validator, AbstractControl, NG_VALIDATORS } from '@angular/forms';
  2290.  
  2291. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/FormValidator.ts, line: 2
  2292.             'AbstractControl' is declared but its value is never read.
  2293.  
  2294.        L1:  import { Directive } from '@angular/core';
  2295.        L2:  import { Validator, AbstractControl, NG_VALIDATORS } from '@angular/forms';
  2296.  
  2297. [17:16:09]  tslint: C:/Users/oasac/scw/src/directives/lazy-load.directive.ts, line: 3
  2298.             'ElementRef' is declared but its value is never read.
  2299.  
  2300.        L2:  Directive,
  2301.        L3:  ElementRef,
  2302.        L4:  EventEmitter,
  2303.  
  2304. [17:16:09]  tslint: C:/Users/oasac/scw/src/directives/lazy-load.directive.ts, line: 7
  2305.             'OnInit' is declared but its value is never read.
  2306.  
  2307.        L6:    Output,
  2308.        L7:    OnInit, OnDestroy, Renderer2
  2309.        L8:  } from '@angular/core';
  2310.  
  2311. [17:16:09]  tslint: C:/Users/oasac/scw/src/directives/lazy-load.directive.ts, line: 7
  2312.             'OnDestroy' is declared but its value is never read.
  2313.  
  2314.        L6:    Output,
  2315.        L7:    OnInit, OnDestroy, Renderer2
  2316.        L8:  } from '@angular/core';
  2317.  
  2318. [17:16:09]  tslint: C:/Users/oasac/scw/src/directives/lazy-load.directive.ts, line: 7
  2319.             'Renderer2' is declared but its value is never read.
  2320.  
  2321.        L6:    Output,
  2322.        L7:    OnInit, OnDestroy, Renderer2
  2323.        L8:  } from '@angular/core';
  2324.  
  2325. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/group/group.ts, line: 32
  2326.             Property 'nav' is declared but its value is never read.
  2327.  
  2328.       L31:  public navParams: NavParams,
  2329.       L32:  private nav: NavController,
  2330.       L33:  public courseService: CourseService,
  2331.  
  2332. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/group/group.ts, line: 34
  2333.             Property 'toastCtrl' is declared but its value is never read.
  2334.  
  2335.       L33:  public courseService: CourseService,
  2336.       L34:  private toastCtrl:ToastController,
  2337.       L35:  public loadingCtrl: LoadingController
  2338.  
  2339. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/group/group.ts, line: 1
  2340.             'OnInit' is declared but its value is never read.
  2341.  
  2342.        L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  2343.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2344.  
  2345. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/group/group.ts, line: 2
  2346.             'ModalController' is declared but its value is never read.
  2347.  
  2348.        L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  2349.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platfo
  2350.  
  2351. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/group/group.ts, line: 2
  2352.             'AlertController' is declared but its value is never read.
  2353.  
  2354.        L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  2355.        L2:   NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ioni
  2356.  
  2357. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/group/group.ts, line: 2
  2358.            'Platform' is declared but its value is never read.
  2359.  
  2360.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  2361.       L2:   ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2362.  
  2363. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/group/group.ts, line: 5
  2364.            All imports on this line are unused.
  2365.  
  2366.       L4:  import 'rxjs/add/operator/map';
  2367.       L5:  import { Observable } from 'rxjs/Observable';
  2368.       L6:  import { ConfigService } from '../../services/config';
  2369.  
  2370. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/group/group.ts, line: 8
  2371.            All imports on this line are unused.
  2372.  
  2373.       L7:  import { CourseService } from '../../services/course';
  2374.       L8:  import { UserService } from '../../services/users';
  2375.       L9:  import { GroupService } from '../../services/group';
  2376.  
  2377. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/member/member.ts, line: 25
  2378.            Property 'nav' is declared but its value is never read.
  2379.  
  2380.      L24:  public navParams: NavParams,
  2381.      L25:  private nav: NavController,
  2382.      L26:  private toastCtrl: ToastController,
  2383.  
  2384. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/member/member.ts, line: 26
  2385.            Property 'toastCtrl' is declared but its value is never read.
  2386.  
  2387.      L25:  private nav: NavController,
  2388.      L26:  private toastCtrl: ToastController,
  2389.      L27:  public loadingCtrl: LoadingController,
  2390.  
  2391. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/member/member.ts, line: 1
  2392.            'OnInit' is declared but its value is never read.
  2393.  
  2394.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  2395.       L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2396.  
  2397. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/member/member.ts, line: 1
  2398.            'ViewChild' is declared but its value is never read.
  2399.  
  2400.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  2401.       L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2402.  
  2403. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/member/member.ts, line: 2
  2404.            'ModalController' is declared but its value is never read.
  2405.  
  2406.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  2407.       L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platfo
  2408.  
  2409. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/member/member.ts, line: 2
  2410.            'AlertController' is declared but its value is never read.
  2411.  
  2412.       L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  2413.       L2:   NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ioni
  2414.  
  2415. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/member/member.ts, line: 2
  2416.             'Slides' is declared but its value is never read.
  2417.  
  2418.        L1:  import { Component, OnInit, ViewChild } from '@angular/core';
  2419.        L2:   ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2420.  
  2421. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/replydirectory/replydirectory.ts, line: 53
  2422.             Property 'nav' is declared but its value is never read.
  2423.  
  2424.       L52:  public navParams: NavParams,
  2425.       L53:  private nav: NavController,
  2426.       L54:  private toastCtrl: ToastController,
  2427.  
  2428. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/replydirectory/replydirectory.ts, line: 56
  2429.             Property 'alertCtrl' is declared but its value is never read.
  2430.  
  2431.       L55:  public loadingCtrl: LoadingController,
  2432.       L56:  private alertCtrl: AlertController,
  2433.       L57:  private formBuilder: FormBuilder,
  2434.  
  2435. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/replydirectory/replydirectory.ts, line: 57
  2436.             Property 'formBuilder' is declared but its value is never read.
  2437.  
  2438.       L56:      private alertCtrl: AlertController,
  2439.       L57:      private formBuilder: FormBuilder,
  2440.       L58:  ) {
  2441.  
  2442. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/replydirectory/replydirectory.ts, line: 268
  2443.             '$topic' is declared but its value is never read.
  2444.  
  2445.      L267:  let reply = $this.current_editable_reply;   // this is current reply obj
  2446.      L268:  let $topic = $this.navData;
  2447.      L269:  let new_content =  this.edit_reply.value.post_content;   // new content of reply
  2448.  
  2449. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/replydirectory/replydirectory.ts, line: 1
  2450.             'OnInit' is declared but its value is never read.
  2451.  
  2452.        L1:  import { Component, OnInit } from '@angular/core';
  2453.        L2:  import { NavController, NavParams, ModalController, AlertController, LoadingController, ToastController } from 'ionic-angular';
  2454.  
  2455. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/replydirectory/replydirectory.ts, line: 2
  2456.             'ModalController' is declared but its value is never read.
  2457.  
  2458.        L1:  import { Component, OnInit } from '@angular/core';
  2459.        L2:  import { NavController, NavParams, ModalController, AlertController, LoadingController, ToastController } fr
  2460.  
  2461. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/replydirectory/replydirectory.ts, line: 5
  2462.             All imports on this line are unused.
  2463.  
  2464.        L4:  import 'rxjs/add/operator/map';
  2465.        L5:  import { Observable } from 'rxjs/Observable';
  2466.        L6:  import { ConfigService } from '../../services/config';
  2467.  
  2468. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/replydirectory/replydirectory.ts, line: 7
  2469.             All imports on this line are unused.
  2470.  
  2471.        L6:  import { ConfigService } from '../../services/config';
  2472.        L7:  import { UserService } from '../../services/users';
  2473.        L8:  import { ForumService } from '../../services/forum';
  2474.  
  2475. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/replydirectory/replydirectory.ts, line: 10
  2476.             'FormGroup' is declared but its value is never read.
  2477.  
  2478.        L9:  import { ProfilePage } from '../profile/profile';
  2479.       L10:  import { FormGroup, FormControl, Validators, FormBuilder } from '@angular/forms';
  2480.  
  2481. [17:16:09]  tslint: C:/Users/oasac/scw/src/pages/replydirectory/replydirectory.ts, line: 10
  2482.             'FormBuilder' is declared but its value is never read.
  2483.  
  2484.        L9:  import { ProfilePage } from '../profile/profile';
  2485.       L10:  import { FormGroup, FormControl, Validators, FormBuilder } from '@angular/forms';
  2486.  
  2487. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/elastic-header/elastic-header.ts, line: 1
  2488.             'ElementRef' is declared but its value is never read.
  2489.  
  2490.        L1:  import { Directive, ElementRef, Renderer } from '@angular/core';
  2491.  
  2492. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/elastic-header/elastic-header.ts, line: 1
  2493.             'Renderer' is declared but its value is never read.
  2494.  
  2495.        L1:  import { Directive, ElementRef, Renderer } from '@angular/core';
  2496.  
  2497. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/avatarscrollzoomout/avatarscrollzoomout.ts, line: 1
  2498.             'ElementRef' is declared but its value is never read.
  2499.  
  2500.        L1:  import { Directive, ElementRef, Renderer } from '@angular/core';
  2501.  
  2502. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/avatarscrollzoomout/avatarscrollzoomout.ts, line: 1
  2503.             'Renderer' is declared but its value is never read.
  2504.  
  2505.        L1:  import { Directive, ElementRef, Renderer } from '@angular/core';
  2506.  
  2507. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/pipefilters.ts, line: 1
  2508.             'PipeTransform' is declared but its value is never read.
  2509.  
  2510.        L1:  import { PipeTransform, Pipe, Injectable } from '@angular/core';
  2511.  
  2512. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/instructorblock/instructorblock.ts, line: 17
  2513.             Property 'config' is declared but its value is never read.
  2514.  
  2515.       L16:   @Input('instructor') instructor;
  2516.       L17:  constructor(private config:ConfigService) {
  2517.  
  2518. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/instructorblock/instructorblock.ts, line: 1
  2519.             'OnInit' is declared but its value is never read.
  2520.  
  2521.        L1:  import { Component, Input, OnInit } from '@angular/core';
  2522.  
  2523. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/commentblock/commentblock.ts, line: 1
  2524.             'OnInit' is declared but its value is never read.
  2525.  
  2526.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2527.        L2:  import { NotesDiscussionService } from "../../services/notes_discussions";
  2528.  
  2529. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/commentblock/commentblock.ts, line: 1
  2530.             'Output' is declared but its value is never read.
  2531.  
  2532.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2533.        L2:  import { NotesDiscussionService } from "../../services/notes_discussions";
  2534.  
  2535. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/commentblock/commentblock.ts, line: 1
  2536.             'EventEmitter' is declared but its value is never read.
  2537.  
  2538.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2539.        L2:  import { NotesDiscussionService } from "../../services/notes_discussions";
  2540.  
  2541. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/commentblock/commentblock.ts, line: 4
  2542.             'NavParams' is declared but its value is never read.
  2543.  
  2544.        L4:  import { AlertController, NavController, NavParams  } from 'ionic-angular';
  2545.        L5:  import { ConfigService } from '../../services/config';
  2546.  
  2547. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/commentblock/commentblock.ts, line: 7
  2548.             All imports on this line are unused.
  2549.  
  2550.        L7:  import {FriendlytimeComponent} from '../friendlytime/friendlytime';
  2551.  
  2552. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/chatblock/chatblock.ts, line: 1
  2553.             'OnInit' is declared but its value is never read.
  2554.  
  2555.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2556.  
  2557. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/chatblock/chatblock.ts, line: 1
  2558.             'Output' is declared but its value is never read.
  2559.  
  2560.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2561.  
  2562. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/chatblock/chatblock.ts, line: 1
  2563.             'EventEmitter' is declared but its value is never read.
  2564.  
  2565.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2566.  
  2567. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/chatblock/chatblock.ts, line: 4
  2568.             'LoadingController' is declared but its value is never read.
  2569.  
  2570.        L3:  import { MessagePage } from '../../pages/message/message';
  2571.        L4:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2572.        L5:  import { ConfigService } from '../../services/config';
  2573.  
  2574. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/chatblock/chatblock.ts, line: 4
  2575.             'ToastController' is declared but its value is never read.
  2576.  
  2577.        L3:  import { MessagePage } from '../../pages/message/message';
  2578.        L4:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2579.        L5:  import { ConfigService } from '../../services/config';
  2580.  
  2581. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/chatblock/chatblock.ts, line: 4
  2582.             'Slides' is declared but its value is never read.
  2583.  
  2584.        L3:  import { MessagePage } from '../../pages/message/message';
  2585.        L4:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2586.        L5:  import { ConfigService } from '../../services/config';
  2587.  
  2588. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/chatblock/chatblock.ts, line: 4
  2589.             'Platform' is declared but its value is never read.
  2590.  
  2591.        L3:  import { MessagePage } from '../../pages/message/message';
  2592.        L4:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2593.        L5:  import { ConfigService } from '../../services/config';
  2594.  
  2595. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/groupblock/groupblock.ts, line: 129
  2596.             'toast' is declared but its value is never read.
  2597.  
  2598.      L128:  loading.dismiss();
  2599.      L129:  let toast = $this.toastCtrl.create({
  2600.      L130:                        message: resolve.message,
  2601.  
  2602. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/groupblock/groupblock.ts, line: 154
  2603.             'toast' is declared but its value is never read.
  2604.  
  2605.      L153:  if(resolve.status){
  2606.      L154:      let toast = $this.toastCtrl.create({
  2607.      L155:                         message: resolve.message,
  2608.  
  2609. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/groupblock/groupblock.ts, line: 160
  2610.             'toast' is declared but its value is never read.
  2611.  
  2612.      L159:  }else{
  2613.      L160:      let toast = $this.toastCtrl.create({
  2614.      L161:                         message: resolve.message,
  2615.  
  2616. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/groupblock/groupblock.ts, line: 1
  2617.             'OnInit' is declared but its value is never read.
  2618.  
  2619.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2620.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2621.  
  2622. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/groupblock/groupblock.ts, line: 1
  2623.             'Output' is declared but its value is never read.
  2624.  
  2625.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2626.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2627.  
  2628. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/groupblock/groupblock.ts, line: 1
  2629.             'EventEmitter' is declared but its value is never read.
  2630.  
  2631.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2632.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2633.  
  2634. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/groupblock/groupblock.ts, line: 2
  2635.             'ModalController' is declared but its value is never read.
  2636.  
  2637.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2638.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platfo
  2639.        L3:  import { GroupPage } from '../../pages/group/group';
  2640.  
  2641. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/groupblock/groupblock.ts, line: 2
  2642.             'Platform' is declared but its value is never read.
  2643.  
  2644.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2645.        L2:   ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2646.        L3:  import { GroupPage } from '../../pages/group/group';
  2647.  
  2648. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/groupblock/groupblock.ts, line: 2
  2649.             'Slides' is declared but its value is never read.
  2650.  
  2651.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2652.        L2:   ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2653.        L3:  import { GroupPage } from '../../pages/group/group';
  2654.  
  2655. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/memberblock/memberblock.ts, line: 19
  2656.             Property 'config' is declared but its value is never read.
  2657.  
  2658.       L18:  public navParams: NavParams,
  2659.       L19:  private config:ConfigService,
  2660.       L20:     public loadingController: LoadingController,
  2661.  
  2662. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/memberblock/memberblock.ts, line: 21
  2663.             Property 'toastCtrl' is declared but its value is never read.
  2664.  
  2665.       L20:  public loadingController: LoadingController,
  2666.       L21:  private toastCtrl: ToastController,
  2667.       L22:  private alertCtrl: AlertController
  2668.  
  2669. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/memberblock/memberblock.ts, line: 22
  2670.             Property 'alertCtrl' is declared but its value is never read.
  2671.  
  2672.       L21:     private toastCtrl: ToastController,
  2673.       L22:     private alertCtrl: AlertController
  2674.       L23:  ) {
  2675.  
  2676. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/memberblock/memberblock.ts, line: 1
  2677.             'OnInit' is declared but its value is never read.
  2678.  
  2679.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2680.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2681.  
  2682. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/memberblock/memberblock.ts, line: 1
  2683.             'Output' is declared but its value is never read.
  2684.  
  2685.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2686.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2687.  
  2688. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/memberblock/memberblock.ts, line: 1
  2689.             'EventEmitter' is declared but its value is never read.
  2690.  
  2691.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2692.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2693.  
  2694. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/memberblock/memberblock.ts, line: 2
  2695.             'ModalController' is declared but its value is never read.
  2696.  
  2697.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2698.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platfo
  2699.        L3:  import { ConfigService } from '../../services/config';
  2700.  
  2701. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/memberblock/memberblock.ts, line: 2
  2702.             'Platform' is declared but its value is never read.
  2703.  
  2704.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2705.        L2:   ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2706.        L3:  import { ConfigService } from '../../services/config';
  2707.  
  2708. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/memberblock/memberblock.ts, line: 2
  2709.             'Slides' is declared but its value is never read.
  2710.  
  2711.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2712.        L2:   ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2713.        L3:  import { ConfigService } from '../../services/config';
  2714.  
  2715. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/memberblock/memberblock.ts, line: 4
  2716.             All imports on this line are unused.
  2717.  
  2718.        L3:  import { ConfigService } from '../../services/config';
  2719.        L4:  import { MembersService } from '../../services/members';
  2720.        L5:  import { MemberPage } from '../../pages/member/member';
  2721.  
  2722. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/topicblock/topicblock.ts, line: 19
  2723.             Property 'config' is declared but its value is never read.
  2724.  
  2725.       L18:  public navParams: NavParams,
  2726.       L19:  private config:ConfigService,
  2727.       L20:     public forumService:ForumService,
  2728.  
  2729. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/topicblock/topicblock.ts, line: 22
  2730.             Property 'toastCtrl' is declared but its value is never read.
  2731.  
  2732.       L21:  public loadingController: LoadingController,
  2733.       L22:  private toastCtrl: ToastController,
  2734.       L23:  private alertCtrl: AlertController
  2735.  
  2736. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/topicblock/topicblock.ts, line: 23
  2737.             Property 'alertCtrl' is declared but its value is never read.
  2738.  
  2739.       L22:     private toastCtrl: ToastController,
  2740.       L23:     private alertCtrl: AlertController
  2741.       L24:  ) {
  2742.  
  2743. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/topicblock/topicblock.ts, line: 1
  2744.             'OnInit' is declared but its value is never read.
  2745.  
  2746.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2747.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2748.  
  2749. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/topicblock/topicblock.ts, line: 1
  2750.             'Output' is declared but its value is never read.
  2751.  
  2752.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2753.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2754.  
  2755. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/topicblock/topicblock.ts, line: 1
  2756.             'EventEmitter' is declared but its value is never read.
  2757.  
  2758.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2759.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2760.  
  2761. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/topicblock/topicblock.ts, line: 2
  2762.             'ModalController' is declared but its value is never read.
  2763.  
  2764.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2765.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platfo
  2766.        L3:  import { ConfigService } from '../../services/config';
  2767.  
  2768. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/topicblock/topicblock.ts, line: 2
  2769.             'Platform' is declared but its value is never read.
  2770.  
  2771.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2772.        L2:   ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2773.        L3:  import { ConfigService } from '../../services/config';
  2774.  
  2775. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/topicblock/topicblock.ts, line: 2
  2776.             'Slides' is declared but its value is never read.
  2777.  
  2778.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2779.        L2:   ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  2780.        L3:  import { ConfigService } from '../../services/config';
  2781.  
  2782. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/replyblock/replyblock.ts, line: 83
  2783.             '$this' is declared but its value is never read.
  2784.  
  2785.       L82:  editreply(reply: any) {
  2786.       L83:      let $this = this;
  2787.       L84:      this.edit_form.emit(this.reply);
  2788.  
  2789. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/replyblock/replyblock.ts, line: 1
  2790.             'OnInit' is declared but its value is never read.
  2791.  
  2792.        L1:  import { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';
  2793.        L2:  import { NavController, NavParams, ModalController, ToastController, LoadingController, AlertController, Platform, Slides } from 'ionic-angular';
  2794.  
  2795. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/replyblock/replyblock.ts, line: 2
  2796.             'ModalController' is declared but its value is never read.
  2797.  
  2798.        L1:  import { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';
  2799.        L2:  import { NavController, NavParams, ModalController, ToastController, LoadingController, AlertController, Pla
  2800.        L3:  import { ConfigService } from '../../services/config';
  2801.  
  2802. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/replyblock/replyblock.ts, line: 2
  2803.             'Platform' is declared but its value is never read.
  2804.  
  2805.        L1:  import { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';
  2806.        L2:  dalController, ToastController, LoadingController, AlertController, Platform, Slides } from 'ionic-angular';
  2807.        L3:  import { ConfigService } from '../../services/config';
  2808.  
  2809. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/replyblock/replyblock.ts, line: 2
  2810.             'Slides' is declared but its value is never read.
  2811.  
  2812.        L1:  import { Component, Input, OnInit, Output, EventEmitter } from '@angular/core';
  2813.        L2:  dalController, ToastController, LoadingController, AlertController, Platform, Slides } from 'ionic-angular';
  2814.        L3:  import { ConfigService } from '../../services/config';
  2815.  
  2816. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/messageblock/messageblock.ts, line: 1
  2817.             'OnInit' is declared but its value is never read.
  2818.  
  2819.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2820.        L2:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2821.  
  2822. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/messageblock/messageblock.ts, line: 1
  2823.             'Output' is declared but its value is never read.
  2824.  
  2825.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2826.        L2:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2827.  
  2828. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/messageblock/messageblock.ts, line: 1
  2829.             'EventEmitter' is declared but its value is never read.
  2830.  
  2831.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2832.        L2:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2833.  
  2834. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/messageblock/messageblock.ts, line: 2
  2835.             'LoadingController' is declared but its value is never read.
  2836.  
  2837.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2838.        L2:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2839.        L3:  import { ConfigService } from '../../services/config';
  2840.  
  2841. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/messageblock/messageblock.ts, line: 2
  2842.             'ToastController' is declared but its value is never read.
  2843.  
  2844.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2845.        L2:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2846.        L3:  import { ConfigService } from '../../services/config';
  2847.  
  2848. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/messageblock/messageblock.ts, line: 2
  2849.             'Slides' is declared but its value is never read.
  2850.  
  2851.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2852.        L2:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2853.        L3:  import { ConfigService } from '../../services/config';
  2854.  
  2855. [17:16:09]  tslint: C:/Users/oasac/scw/src/components/messageblock/messageblock.ts, line: 2
  2856.             'Platform' is declared but its value is never read.
  2857.  
  2858.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2859.        L2:  import { NavController,NavParams,LoadingController, ToastController, Slides,Platform } from 'ionic-angular';
  2860.        L3:  import { ConfigService } from '../../services/config';
  2861.  
  2862. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/video-gular/video-gular.ts, line: 15
  2863.             Property 'config' is declared but its value is never read.
  2864.  
  2865.       L14:  constructor(
  2866.       L15:      private config: ConfigService
  2867.       L16:  ) {
  2868.  
  2869. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/video-gular/video-gular.ts, line: 1
  2870.             'OnInit' is declared but its value is never read.
  2871.  
  2872.        L1:  import { Component, Input, OnInit } from '@angular/core';
  2873.        L2:  import { ConfigService } from '../../services/config';
  2874.  
  2875. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/match/match.ts, line: 9
  2876.             Property 'elementRef' is declared but its value is never read.
  2877.  
  2878.        L9:    constructor(private elementRef: ElementRef) {
  2879.  
  2880. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/match/match.ts, line: 1
  2881.             'ElementRef' is declared but its value is never read.
  2882.  
  2883.        L1:  import { Directive,ElementRef, OnInit } from '@angular/core';
  2884.  
  2885. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/match/match.ts, line: 1
  2886.             'OnInit' is declared but its value is never read.
  2887.  
  2888.        L1:  import { Directive,ElementRef, OnInit } from '@angular/core';
  2889.  
  2890. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/fillblank/fillblank.ts, line: 8
  2891.             Property 'elementRef' is declared but its value is never read.
  2892.  
  2893.        L8:    constructor(private elementRef: ElementRef) {
  2894.  
  2895. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/fillblank/fillblank.ts, line: 1
  2896.             'ElementRef' is declared but its value is never read.
  2897.  
  2898.        L1:  import { Directive,ElementRef, OnInit } from '@angular/core';
  2899.  
  2900. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/fillblank/fillblank.ts, line: 1
  2901.             'OnInit' is declared but its value is never read.
  2902.  
  2903.        L1:  import { Directive,ElementRef, OnInit } from '@angular/core';
  2904.  
  2905. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/select/select.ts, line: 1
  2906.             'ElementRef' is declared but its value is never read.
  2907.  
  2908.        L1:  import { Directive,ElementRef, OnInit } from '@angular/core';
  2909.  
  2910. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/select/select.ts, line: 1
  2911.             'OnInit' is declared but its value is never read.
  2912.  
  2913.        L1:  import { Directive,ElementRef, OnInit } from '@angular/core';
  2914.  
  2915. [17:16:10]  tslint: C:/Users/oasac/scw/src/pages/topicdirectory/topicdirectory.ts, line: 45
  2916.             Property 'nav' is declared but its value is never read.
  2917.  
  2918.       L44:  public navParams: NavParams,
  2919.       L45:  private nav: NavController,
  2920.       L46:  private toastCtrl: ToastController,
  2921.  
  2922. [17:16:10]  tslint: C:/Users/oasac/scw/src/pages/topicdirectory/topicdirectory.ts, line: 48
  2923.             Property 'alertCtrl' is declared but its value is never read.
  2924.  
  2925.       L47:  public loadingCtrl: LoadingController,
  2926.       L48:  private alertCtrl: AlertController,
  2927.       L49:  private formBuilder: FormBuilder,
  2928.  
  2929. [17:16:10]  tslint: C:/Users/oasac/scw/src/pages/topicdirectory/topicdirectory.ts, line: 49
  2930.             Property 'formBuilder' is declared but its value is never read.
  2931.  
  2932.       L48:      private alertCtrl: AlertController,
  2933.       L49:      private formBuilder: FormBuilder,
  2934.       L50:  ) {
  2935.  
  2936. [17:16:10]  tslint: C:/Users/oasac/scw/src/pages/topicdirectory/topicdirectory.ts, line: 1
  2937.             'OnInit' is declared but its value is never read.
  2938.  
  2939.        L1:  import { Component, OnInit } from '@angular/core';
  2940.        L2:  import { NavController, NavParams, ModalController, AlertController, LoadingController, ToastController } from 'ionic-angular';
  2941.  
  2942. [17:16:10]  tslint: C:/Users/oasac/scw/src/pages/topicdirectory/topicdirectory.ts, line: 2
  2943.             'ModalController' is declared but its value is never read.
  2944.  
  2945.        L1:  import { Component, OnInit } from '@angular/core';
  2946.        L2:  import { NavController, NavParams, ModalController, AlertController, LoadingController, ToastController } fr
  2947.  
  2948. [17:16:10]  tslint: C:/Users/oasac/scw/src/pages/topicdirectory/topicdirectory.ts, line: 5
  2949.             All imports on this line are unused.
  2950.  
  2951.        L4:  import 'rxjs/add/operator/map';
  2952.        L5:  import { Observable } from 'rxjs/Observable';
  2953.        L6:  import { ConfigService } from '../../services/config';
  2954.  
  2955. [17:16:10]  tslint: C:/Users/oasac/scw/src/pages/topicdirectory/topicdirectory.ts, line: 7
  2956.             All imports on this line are unused.
  2957.  
  2958.        L6:  import { ConfigService } from '../../services/config';
  2959.        L7:  import { UserService } from '../../services/users';
  2960.        L8:  import { ForumService } from '../../services/forum';
  2961.  
  2962. [17:16:10]  tslint: C:/Users/oasac/scw/src/pages/topicdirectory/topicdirectory.ts, line: 10
  2963.             'FormGroup' is declared but its value is never read.
  2964.  
  2965.        L9:  import { ProfilePage } from '../profile/profile';
  2966.       L10:  import { FormGroup, FormControl, Validators, FormBuilder } from '@angular/forms';
  2967.  
  2968. [17:16:10]  tslint: C:/Users/oasac/scw/src/pages/topicdirectory/topicdirectory.ts, line: 10
  2969.             'FormBuilder' is declared but its value is never read.
  2970.  
  2971.        L9:  import { ProfilePage } from '../profile/profile';
  2972.       L10:  import { FormGroup, FormControl, Validators, FormBuilder } from '@angular/forms';
  2973.  
  2974. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/forumblock/forumblock.ts, line: 19
  2975.             Property 'config' is declared but its value is never read.
  2976.  
  2977.       L18:  public navParams: NavParams,
  2978.       L19:  private config:ConfigService,
  2979.       L20:     public forumService:ForumService,
  2980.  
  2981. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/forumblock/forumblock.ts, line: 22
  2982.             Property 'toastCtrl' is declared but its value is never read.
  2983.  
  2984.       L21:  public loadingController: LoadingController,
  2985.       L22:  private toastCtrl: ToastController,
  2986.       L23:  private alertCtrl: AlertController
  2987.  
  2988. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/forumblock/forumblock.ts, line: 23
  2989.             Property 'alertCtrl' is declared but its value is never read.
  2990.  
  2991.       L22:     private toastCtrl: ToastController,
  2992.       L23:     private alertCtrl: AlertController
  2993.       L24:  ) {
  2994.  
  2995. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/forumblock/forumblock.ts, line: 1
  2996.             'OnInit' is declared but its value is never read.
  2997.  
  2998.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  2999.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  3000.  
  3001. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/forumblock/forumblock.ts, line: 1
  3002.             'Output' is declared but its value is never read.
  3003.  
  3004.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  3005.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  3006.  
  3007. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/forumblock/forumblock.ts, line: 1
  3008.             'EventEmitter' is declared but its value is never read.
  3009.  
  3010.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  3011.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  3012.  
  3013. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/forumblock/forumblock.ts, line: 2
  3014.             'ModalController' is declared but its value is never read.
  3015.  
  3016.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  3017.        L2:  import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platfo
  3018.        L3:  import { ConfigService } from '../../services/config';
  3019.  
  3020. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/forumblock/forumblock.ts, line: 2
  3021.             'Platform' is declared but its value is never read.
  3022.  
  3023.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  3024.        L2:   ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  3025.        L3:  import { ConfigService } from '../../services/config';
  3026.  
  3027. [17:16:10]  tslint: C:/Users/oasac/scw/src/components/forumblock/forumblock.ts, line: 2
  3028.             'Slides' is declared but its value is never read.
  3029.  
  3030.        L1:  import { Component , Input, OnInit, Output, EventEmitter  } from '@angular/core';
  3031.        L2:   ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular';
  3032.        L3:  import { ConfigService } from '../../services/config';
  3033.  
  3034. [17:16:10]  tslint: C:/Users/oasac/scw/src/app/app.module.ts, line: 26
  3035.             'FileUploadOptions' is declared but its value is never read.
  3036.  
  3037.       L25:  import { File } from '@ionic-native/file';
  3038.       L26:  import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer';   // for
  3039.  
  3040. [17:16:10]  tslint: C:/Users/oasac/scw/src/app/app.module.ts, line: 151
  3041.             'PushObject' is declared but its value is never read.
  3042.  
  3043.      L150:  import { PushNotificationService } from '../services/push_notification';
  3044.      L151:  import { Push, PushObject, PushOptions } from '@ionic-native/push';
  3045.  
  3046. [17:16:10]  tslint: C:/Users/oasac/scw/src/app/app.module.ts, line: 151
  3047.             'PushOptions' is declared but its value is never read.
  3048.  
  3049.      L150:  import { PushNotificationService } from '../services/push_notification';
  3050.      L151:  import { Push, PushObject, PushOptions } from '@ionic-native/push';
  3051.  
  3052. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/admob.ts, line: 19
  3053.             Property 'toastCtrl' is declared but its value is never read.
  3054.  
  3055.       L18:  public WalletService: WalletService,
  3056.       L19:  private toastCtrl:ToastController,
  3057.       L20:  private platform: Platform,
  3058.  
  3059. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/admob.ts, line: 20
  3060.             Property 'platform' is declared but its value is never read.
  3061.  
  3062.       L19:  private toastCtrl:ToastController,
  3063.       L20:  private platform: Platform,
  3064.       L21:  private storage: Storage,
  3065.  
  3066. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/admob.ts, line: 21
  3067.             Property 'storage' is declared but its value is never read.
  3068.  
  3069.       L20:  private platform: Platform,
  3070.       L21:  private storage: Storage,
  3071.       L22:  private config: ConfigService
  3072.  
  3073. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/admob.ts, line: 22
  3074.             Property 'config' is declared but its value is never read.
  3075.  
  3076.       L21:  private storage: Storage,
  3077.       L22:  private config: ConfigService
  3078.  
  3079. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/admob.ts, line: 2
  3080.             All imports on this line are unused.
  3081.  
  3082.        L1:  import { Injectable } from '@angular/core';
  3083.        L2:  import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http';
  3084.  
  3085. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/admob.ts, line: 6
  3086.             'NavController' is declared but its value is never read.
  3087.  
  3088.        L5:  import { WalletService } from "./wallet";
  3089.        L6:  import { NavController, NavParams, ToastController,ModalController, LoadingController,Platform } from 'ionic
  3090.       L7:  import { Storage } from '@ionic/storage';
  3091.  
  3092. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/admob.ts, line: 6
  3093.            'NavParams' is declared but its value is never read.
  3094.  
  3095.       L5:  import { WalletService } from "./wallet";
  3096.       L6:  import { NavController, NavParams, ToastController,ModalController, LoadingController,Platform } from 'ionic
  3097.        L7:  import { Storage } from '@ionic/storage';
  3098.  
  3099. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/admob.ts, line: 6
  3100.             'ModalController' is declared but its value is never read.
  3101.  
  3102.        L5:  import { WalletService } from "./wallet";
  3103.        L6:  import { NavController, NavParams, ToastController,ModalController, LoadingController,Platform } from 'ionic
  3104.       L7:  import { Storage } from '@ionic/storage';
  3105.  
  3106. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/admob.ts, line: 6
  3107.            'LoadingController' is declared but its value is never read.
  3108.  
  3109.       L5:  import { WalletService } from "./wallet";
  3110.       L6:  t { NavController, NavParams, ToastController,ModalController, LoadingController,Platform } from 'ionic-angu
  3111.        L7:  import { Storage } from '@ionic/storage';
  3112.  
  3113. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/coursecategories.ts, line: 20
  3114.             'baseUrl' is declared but its value is never read.
  3115.  
  3116.       L20:      private baseUrl = 'http://local.wordpress.dev/wp-json/wplms/v1/';
  3117.  
  3118. [17:16:10]  tslint: C:/Users/oasac/scw/src/services/coursecategories.ts, line: 2
  3119.             All imports on this line are unused.
  3120.  
  3121.        L1:  import { Injectable } from '@angular/core';
  3122.        L2:  import { Http, Response } from '@angular/http';
  3123.        L3:  import 'rxjs/add/operator/map';
  3124.  
  3125. [17:16:10]  tslint: C:/Users/oasac/scw/src/validators/email.ts, line: 1
  3126.             All imports on this line are unused.
  3127.  
  3128.        L1:  import { FormControl } from '@angular/forms';
  3129.  
  3130. [17:16:10]  tslint: C:/Users/oasac/scw/src/validators/username.ts, line: 1
  3131.             All imports on this line are unused.
  3132.  
  3133.        L1:  import { FormControl } from '@angular/forms';
  3134.  
  3135. [17:16:10]  lint finished in 28.27 s
  3136. > cordova.cmd build android --release
  3137. Discovered saved plugin "cordova-plugin-file-transfer". Adding it to the project
  3138. Installing "cordova-plugin-file-transfer" for android
  3139. Failed to install 'cordova-plugin-file-transfer': CordovaError: Version of installed plugin: "cordova-plugin-file@4.3.3" does not satisfy dependency plugin requirement "cordova-plugin-file@>=5.0.0". Try --force to use installed plugin as dependency.
  3140.     at C:\Users\oasac\AppData\Roaming\npm\node_modules\cordova\node_modules\cordova-lib\src\plugman\install.js:544:43
  3141.     at processTicksAndRejections (internal/process/task_queues.js:93:5)
  3142. Failed to restore plugin "cordova-plugin-file-transfer" from config.xml. You might need to try adding it again. Error: Version of installed plugin: "cordova-plugin-file@4.3.3" does not satisfy dependency plugin requirement "cordova-plugin-file@>=5.0.0". Try --force to use installed plugin as dependency.
  3143. Checking Java JDK and Android SDK versions
  3144. ANDROID_SDK_ROOT=undefined (recommended setting)
  3145. ANDROID_HOME=C:\Users\oasac\AppData\Local\Android\sdk (DEPRECATED)
  3146. Subproject Path: CordovaLib
  3147. Subproject Path: app
  3148.  
  3149. > Configure project :app
  3150. WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
  3151. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  3152. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  3153. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  3154.  
  3155. > Task :app:preBuild UP-TO-DATE
  3156. > Task :CordovaLib:preBuild UP-TO-DATE
  3157. > Task :CordovaLib:preReleaseBuild UP-TO-DATE
  3158. > Task :CordovaLib:checkReleaseManifest UP-TO-DATE
  3159. > Task :CordovaLib:processReleaseManifest UP-TO-DATE
  3160. > Task :app:preReleaseBuild UP-TO-DATE
  3161. > Task :CordovaLib:compileReleaseAidl NO-SOURCE
  3162. > Task :app:compileReleaseAidl UP-TO-DATE
  3163. > Task :CordovaLib:packageReleaseRenderscript NO-SOURCE
  3164. > Task :app:compileReleaseRenderscript UP-TO-DATE
  3165. > Task :app:checkReleaseManifest UP-TO-DATE
  3166. > Task :app:generateReleaseBuildConfig UP-TO-DATE
  3167. > Task :app:prepareLintJar UP-TO-DATE
  3168. > Task :app:generateReleaseSources UP-TO-DATE
  3169. > Task :CordovaLib:compileReleaseRenderscript UP-TO-DATE
  3170. > Task :CordovaLib:generateReleaseBuildConfig UP-TO-DATE
  3171. > Task :CordovaLib:generateReleaseResValues UP-TO-DATE
  3172. > Task :CordovaLib:generateReleaseResources UP-TO-DATE
  3173. > Task :CordovaLib:packageReleaseResources UP-TO-DATE
  3174. > Task :CordovaLib:generateReleaseRFile UP-TO-DATE
  3175. > Task :CordovaLib:prepareLintJar UP-TO-DATE
  3176. > Task :CordovaLib:generateReleaseSources UP-TO-DATE
  3177. > Task :CordovaLib:javaPreCompileRelease UP-TO-DATE
  3178. > Task :CordovaLib:compileReleaseJavaWithJavac UP-TO-DATE
  3179. > Task :CordovaLib:processReleaseJavaRes NO-SOURCE
  3180. > Task :CordovaLib:transformClassesAndResourcesWithPrepareIntermediateJarsForRelease UP-TO-DATE
  3181. > Task :app:javaPreCompileRelease UP-TO-DATE
  3182. > Task :app:mainApkListPersistenceRelease UP-TO-DATE
  3183. > Task :app:generateReleaseResValues UP-TO-DATE
  3184. > Task :app:generateReleaseResources UP-TO-DATE
  3185. > Task :app:writeReleaseApplicationId UP-TO-DATE
  3186.  
  3187. > Task :app:processReleaseGoogleServices
  3188. Parsing json file: C:\Users\oasac\scw\platforms\android\app\google-services.json
  3189.  
  3190. > Task :app:mergeReleaseResources UP-TO-DATE
  3191. > Task :app:createReleaseCompatibleScreenManifests UP-TO-DATE
  3192. > Task :app:processReleaseManifest UP-TO-DATE
  3193. > Task :app:processReleaseResources UP-TO-DATE
  3194. > Task :app:compileReleaseJavaWithJavac UP-TO-DATE
  3195. > Task :app:compileReleaseNdk NO-SOURCE
  3196. > Task :app:compileReleaseSources UP-TO-DATE
  3197.  
  3198. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-land-hdpi\screen.png: Error: The drawable "screen" in drawable-land-hdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3199. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-land-ldpi\screen.png: Error: The drawable "screen" in drawable-land-ldpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3200. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-land-mdpi\screen.png: Error: The drawable "screen" in drawable-land-mdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3201. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-land-xhdpi\screen.png: Error: The drawable "screen" in drawable-land-xhdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3202. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-land-xxhdpi\screen.png: Error: The drawable "screen" in drawable-land-xxhdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3203. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-land-xxxhdpi\screen.png: Error: The drawable "screen" in drawable-land-xxxhdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3204. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-port-hdpi\screen.png: Error: The drawable "screen" in drawable-port-hdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3205. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-port-ldpi\screen.png: Error: The drawable "screen" in drawable-port-ldpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3206. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-port-mdpi\screen.png: Error: The drawable "screen" in drawable-port-mdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3207. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-port-xhdpi\screen.png: Error: The drawable "screen" in drawable-port-xhdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3208. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-port-xxhdpi\screen.png: Error: The drawable "screen" in drawable-port-xxhdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3209. C:\Users\oasac\scw\platforms\android\app\src\main\res\drawable-port-xxxhdpi\screen.png: Error: The drawable "screen" in drawable-port-xxxhdpi has no declaration in the base drawable folder or in a drawable-densitydpi folder; this can lead to crashes when the drawable is queried in a configuration that does not match this qualifier [MissingDefaultResource]
  3210.  
  3211.    Explanation for issues of type "MissingDefaultResource":
  3212.    If a resource is only defined in folders with qualifiers like -land or -en,
  3213.    and there is no default declaration in the base folder (layout or values
  3214.    etc), then the app will crash if that resource is accessed on a device
  3215.    where the device is in a configuration missing the given qualifier.
  3216.  
  3217.    As a special case, drawables do not have to be specified in the base
  3218.    folder; if there is a match in a density folder (such as drawable-mdpi)
  3219.    that image will be used and scaled. Note however that if you  only specify
  3220.    a drawable in a folder like drawable-en-hdpi, the app will crash in
  3221.    non-English locales.
  3222.  
  3223.    There may be scenarios where you have a resource, such as a -fr drawable,
  3224.    which is only referenced from some other resource with the same qualifiers
  3225.    (such as a -fr style), which itself has safe fallbacks. However, this still
  3226.    makes it possible for somebody to accidentally reference the drawable and
  3227.    crash, so it is safer to create a default dummy fallback in the base
  3228.    folder. Alternatively, you can suppress the issue by adding
  3229.    tools:ignore="MissingDefaultResource" on the element.
  3230.  
  3231.    (This scenario frequently happens with string translations, where you might
  3232.    delete code and the corresponding resources, but forget to delete a
  3233.    translation. There is a dedicated issue id for that scenario, with the id
  3234.    ExtraTranslation.)
  3235.  
  3236. 12 errors, 0 warnings
  3237. > Task :app:lintVitalRelease
  3238.  
  3239. > Task :app:mergeReleaseShaders UP-TO-DATE
  3240. > Task :app:compileReleaseShaders UP-TO-DATE
  3241. > Task :app:generateReleaseAssets UP-TO-DATE
  3242. > Task :CordovaLib:mergeReleaseShaders UP-TO-DATE
  3243. > Task :CordovaLib:compileReleaseShaders UP-TO-DATE
  3244. > Task :CordovaLib:generateReleaseAssets UP-TO-DATE
  3245. > Task :CordovaLib:packageReleaseAssets UP-TO-DATE
  3246. > Task :app:mergeReleaseAssets UP-TO-DATE
  3247. > Task :app:signingConfigWriterRelease UP-TO-DATE
  3248. > Task :app:transformClassesWithDexBuilderForRelease UP-TO-DATE
  3249. > Task :app:transformClassesWithMultidexlistForRelease UP-TO-DATE
  3250. > Task :app:transformDexArchiveWithDexMergerForRelease UP-TO-DATE
  3251. > Task :app:mergeReleaseJniLibFolders UP-TO-DATE
  3252. > Task :CordovaLib:compileReleaseNdk NO-SOURCE
  3253. > Task :CordovaLib:mergeReleaseJniLibFolders UP-TO-DATE
  3254. > Task :CordovaLib:transformNativeLibsWithMergeJniLibsForRelease UP-TO-DATE
  3255. > Task :CordovaLib:transformNativeLibsWithIntermediateJniLibsForRelease UP-TO-DATE
  3256. > Task :app:transformNativeLibsWithMergeJniLibsForRelease UP-TO-DATE
  3257. > Task :app:processReleaseJavaRes NO-SOURCE
  3258. > Task :app:transformResourcesWithMergeJavaResForRelease UP-TO-DATE
  3259. > Task :app:packageRelease
  3260. > Task :app:assembleRelease
  3261. > Task :app:cdvBuildRelease
  3262.  
  3263. BUILD SUCCESSFUL in 1m 6s
  3264. 45 actionable tasks: 3 executed, 42 up-to-date
  3265. Built the following apk(s):
  3266.         C:\Users\oasac\scw\platforms\android\app\build\outputs\apk\release\app-release-signed.apk
  3267.         C:\Users\oasac\scw\platforms\android\app\build\outputs\apk\release\app-release-unsigned.apk
  3268. [ERROR] An error occurred while running subprocess cordova.
  3269.  
  3270.         cordova.cmd build android --release exited with exit code 1.
  3271.  
  3272.         Re-running this command with the --verbose flag may provide more information.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement