Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
April 9, 2018 at 9:06 pm #10765
DanielParticipantNative: tried calling SplashScreen.hide, but Cordova is not available. Make sure to include cordova.js or run in a device/simulator cordovaWarn @ util.js:60 checkAvailability @ plugin.js:23 callCordovaPlugin @ plugin.js:107 (anonymous) @ plugin.js:261 value @ decorators.js:132 (anonymous) @ app.component.ts:49 t.invoke @ polyfills.js:3 onInvoke @ core.js:4749 t.invoke @ polyfills.js:3 r.run @ polyfills.js:3 (anonymous) @ polyfills.js:3 t.invokeTask @ polyfills.js:3 onInvokeTask @ core.js:4740 t.invokeTask @ polyfills.js:3 r.runTask @ polyfills.js:3 o @ polyfills.js:3 e.invokeTask @ polyfills.js:3 p @ polyfills.js:2 v @ polyfills.js:2 ative: tried calling Facebook.login, but Cordova is not available. Make sure to include cordova.js or run in a device/simulator cordovaWarn @ util.js:60 core.js:1448 ERROR cordova_not_available defaultErrorLogger @ core.js:1448 util.js:60 Native: tried calling GooglePlus.login, but Cordova is not available. Make sure to include cordova.js or run in a device/simulatorApril 10, 2018 at 8:13 am #10776
adminMemberWell the fb and google login includes cordova modules . therefore to test fb and google login you need to generate apk file and then test it in your device . refer : https://ionicframework.com/docs/intro/deploying/April 11, 2018 at 3:37 pm #10815
DanielParticipantI have some problems with to generate apk file. help me! [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/config.ts, line: 2 All imports are unused. L1: import { Injectable } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; L3: import { Storage } from '@ionic/storage'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/config.ts, line: 3 All imports are unused. L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; L3: import { Storage } from '@ionic/storage'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/models/user.ts, line: 1 All imports are unused. L1: import { Course } from './course'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/authentication.ts, line: 41 'fbObservable' is declared but its value is never read. L40: private observable: Observable<any>; //Tracks request in progress L41: private fbObservable: Observable<any>; //fb Login L42: private baseUrl; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/authentication.ts, line: 108 'getHeaders' is declared but its value is never read. L108: private getHeaders(){ L109: this.headers = this.storage.get('token').then((token) => { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/authentication.ts, line: 255 'obj' is declared but its value is never read. L254: let permissions = ["public_profile","email"]; L255: let obj = {}; L256: //let env = this; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/authentication.ts, line: 2 'Http' is declared but its value is never read. L1: import { Injectable, } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; L3: import { Platform, LoadingController, ToastController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/authentication.ts, line: 2 'Response' is declared but its value is never read. L1: import { Injectable, } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; L3: import { Platform, LoadingController, ToastController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/authentication.ts, line: 2 'URLSearchParams' is declared but its value is never read. L1: import { Injectable, } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; L3: import { Platform, LoadingController, ToastController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/authentication.ts, line: 14 All imports are unused. L14: import { TabsPage } from '../pages/tabs/tabs'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/authentication.ts, line: 16 All imports are unused. L16: import { Storage } from '@ionic/storage'; L17: import { Device } from '@ionic-native/device'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/activity.ts, line: 28 'observable' is declared but its value is never read. L27: private lastpushed:number=0; L28: private observable: Observable<any>; //Tracks request in progress [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/activity.ts, line: 32 Property 'platform' is declared but its value is never read. L31: private http:Http, L32: private platform : Platform, L33: private storage: Storage, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/activity.ts, line: 2 All imports are unused. L1: import { Injectable } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; L3: import { Platform } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/activity.ts, line: 8 All imports are unused. L7: import 'rxjs/add/observable/of'; L8: import { DatePipe } from '@angular/common'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/activity.ts, line: 11 All imports are unused. L10: import { Activity } from "../models/activity"; L11: import { ActivityMeta } from "../models/activity"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/activity.ts, line: 16 All imports are unused. L16: import { Storage } from '@ionic/storage'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 32 'observable' is declared but its value is never read. L32: private observable: Observable<any>; //Tracks request in progress L33: private allcoursesobservable: Observable<any>; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 62 'extractData' is declared but its value is never read. L62: private extractData(response: Response) { L63: let body = response.json(); [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 74 'handleError' is declared but its value is never read. L74: private handleError(error: Response) { L75: console.log(error); [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 94 'count' is declared but its value is never read. L94: let count:number=0; L95: count = paged*this.config.settings.per_view - this.courses.length; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 165 'res' is declared but its value is never read. L164: let body = response.json(); L165: let res=[]; L166: this.catobservable = null; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 201 'res' is declared but its value is never read. L200: let body = response.json(); L201: let res=[]; L202: this.locobservable = null; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 239 'res' is declared but its value is never read. L238: let body = response.json(); L239: let res=[]; L240: this.levobservable = null; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 300 'k' is declared but its value is never read. L299: }else{ L300: let k = 0; L301: if(this.fullCourses){ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 302 'k' is declared but its value is never read. L301: if(this.fullCourses){ L302: let k = this.fullCourses.length; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 561 'getIndexByKeyValue' is declared but its value is never read. L561: private getIndexByKeyValue(arraytosearch, key, valuetosearch) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 571 'copyobject' is declared but its value is never read. L571: private copyobject(srcObj:any, destObj:any) { L572: for (var key in destObj) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Injectable, OnInit } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 2 'Http' is declared but its value is never read. L1: import { Injectable, OnInit } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 2 'Headers' is declared but its value is never read. L1: import { Injectable, OnInit } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 2 'Response' is declared but its value is never read. L1: import { Injectable, OnInit } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 2 'RequestOptions' is declared but its value is never read. L1: import { Injectable, OnInit } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/course.ts, line: 10 All imports are unused. L10: import { Storage } from '@ionic/storage'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/users.ts, line: 2 All imports are unused. L1: import { Injectable} from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; L3: import 'rxjs/add/operator/map'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/users.ts, line: 6 All imports are unused. L5: import 'rxjs/add/observable/of'; L6: import { CacheService } from "ionic-cache"; L7: import { ToastController} from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/users.ts, line: 18 All imports are unused. L18: import { Storage } from '@ionic/storage'; L19: import { ConfigService } from "./config"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/blog.ts, line: 2 All imports are unused. L1: import { Injectable } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; L3: import { Storage } from '@ionic/storage'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/blog.ts, line: 3 All imports are unused. L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; L3: import { Storage } from '@ionic/storage'; L4: import { ConfigService } from "./config"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/search/search.ts, line: 33 Property 'config' is declared but its value is never read. L32: private userService:UserService, L33: private config:ConfigService L34: ){ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/search/search.ts, line: 9 All imports are unused. L9: import { Course } from '../../models/course'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/wallet.ts, line: 2 All imports are unused. L1: import { Injectable} from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/wallet.ts, line: 6 All imports are unused. L6: import { Storage } from '@ionic/storage'; L7: import { ConfigService } from "./config"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pipes/orderby.ts, line: 1 'PipeTransform' is declared but its value is never read. L1: import { Pipe, PipeTransform } from '@angular/core'; L2: import {SafeResourceUrl, DomSanitizer} from '@angular/platform-browser'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pipes/orderby.ts, line: 2 All imports are unused. L1: import { Pipe, PipeTransform } from '@angular/core'; L2: import {SafeResourceUrl, DomSanitizer} from '@angular/platform-browser'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course/course.ts, line: 201 'matches' is declared but its value is never read. L200: if(event.url.indexOf('?key=wc_order_') !== -1){ L201: let matches = event.url.match('.+/([0-9]+)/.+'); L202: this.browser.close(); [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course/course.ts, line: 417 'matches' is declared but its value is never read. L416: if(pricing.source == 'woocommerce' && event.url.indexOf('?key=wc_order_') !== -1){ L417: let matches = event.url.match('.+/([0-9]+)/.+'); L418: this.browser.close(); [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course/course.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit, ViewChild } from '@angular/core'; L2: import { NavController, NavParams, ModalController,ToastController,LoadingController,AlertController, Platform, Slides } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course/course.ts, line: 14 All imports are unused. L14: import { Storage } from '@ionic/storage'; L15: import { ConfigService } from '../../services/config'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course/course.ts, line: 21 All imports are unused. L21: import { LazyImgComponent } from '../components/lazy-img/lazy-img'; L22: import { LazyLoadDirective } from '../directives/lazy-load.directive'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course/course.ts, line: 22 All imports are unused. L21: import { LazyImgComponent } from '../components/lazy-img/lazy-img'; L22: import { LazyLoadDirective } from '../directives/lazy-load.directive'; L23: import { ImgcacheService } from "../services/imageCache"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course/course.ts, line: 23 All imports are unused. L22: import { LazyLoadDirective } from '../directives/lazy-load.directive'; L23: import { ImgcacheService } from "../services/imageCache"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course/course.ts, line: 25 All imports are unused. L25: import { SafeHtmlPipe } from "../../pipes/orderby"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/reviewcourse/reviewcourse.ts, line: 25 Property 'navCtrl' is declared but its value is never read. L24: private viewCtrl: ViewController, L25: private navCtrl: NavController, L26: private navParams: NavParams, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/reviewcourse/reviewcourse.ts, line: 28 Property 'config' is declared but its value is never read. L27: private userService: UserService, L28: private config:ConfigService, L29: private loadingCtrl:LoadingController){ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/reviewcourse/reviewcourse.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit } from '@angular/core'; L2: import { FormGroup,FormControl, Validators } from '@angular/forms'; [10:36:18] tslint: .../Users/Nexcorp/Documents/ionic/wplms/src/components/friendlytime/friendlytime.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit, Input , Output, EventEmitter } from '@angular/core'; L2: import { ConfigService } from '../../services/config'; [10:36:18] tslint: .../Users/Nexcorp/Documents/ionic/wplms/src/components/friendlytime/friendlytime.ts, line: 1 'Output' is declared but its value is never read. L1: import { Component, OnInit, Input , Output, EventEmitter } from '@angular/core'; L2: import { ConfigService } from '../../services/config'; [10:36:18] tslint: .../Users/Nexcorp/Documents/ionic/wplms/src/components/friendlytime/friendlytime.ts, line: 1 'EventEmitter' is declared but its value is never read. L1: import { Component, OnInit, Input , Output, EventEmitter } from '@angular/core'; L2: import { ConfigService } from '../../services/config'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/question/question.ts, line: 273 Duplicate variable: 'correct' L272: if(this.question.marked){ L273: var correct = this.question.marked.split(',');; L274: if(correct.length){ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/question/question.ts, line: 287 Duplicate variable: 'correct' L286: if(this.question.marked){ L287: var correct = this.question.marked.split(',');; L288: if(correct.length){ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/question/question.ts, line: 330 Duplicate variable: 'correct' L330: var correct = this.question.correct.split('|'); L331: if(correct.length){ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/question/question.ts, line: 342 Duplicate variable: 'correct' L341: answer = ''; L342: var correct = this.question.correct.split('|'); L343: if(correct.length){ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/question/question.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, Input, OnInit, Output, EventEmitter } from '@angular/core'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/question/question.ts, line: 3 'DragulaModule' is declared but its value is never read. L3: import { DragulaModule,DragulaService } from '../../../node_modules/ng2-dragula/ng2-dragula'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/quiz.ts, line: 23 'observable' is declared but its value is never read. L23: private observable: Observable<any>; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/quiz.ts, line: 25 Property 'http' is declared but its value is never read. L25: constructor(private http:Http, L26: private userService: UserService, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/quiz.ts, line: 28 Property 'config' is declared but its value is never read. L27: private storage: Storage, L28: private config:ConfigService) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/quiz.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Injectable, OnInit } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/quiz.ts, line: 2 All imports are unused. L1: import { Injectable, OnInit } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; L3: import 'rxjs/add/operator/map'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/quiz.ts, line: 6 All imports are unused. L5: import 'rxjs/add/observable/of'; L6: import { CacheService } from "ionic-cache"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/quiz.ts, line: 11 All imports are unused. L11: import { Storage } from '@ionic/storage'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/timer/timer.ts, line: 26 Property 'config' is declared but its value is never read. L26: constructor(private quizService:QuizService,private config:ConfigService) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/timer/timer.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, Input, OnInit, Output, EventEmitter, OnChanges } from '@angular/core'; L2: import {Observable} from 'rxjs/Rx'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/timer/timer.ts, line: 1 'OnChanges' is declared but its value is never read. L1: import { Component, Input, OnInit, Output, EventEmitter, OnChanges } from '@angular/core'; L2: import {Observable} from 'rxjs/Rx'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/models/status.ts, line: 1 All imports are unused. L1: import { Course } from './course'; L2: import { User } from './user'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/models/status.ts, line: 2 All imports are unused. L1: import { Course } from './course'; L2: import { User } from './user'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/status.ts, line: 29 'quizobservable' is declared but its value is never read. L28: private statusobservable: Observable<any>; L29: private quizobservable: Observable<any>; L30: private retakeobservable: Observable<any>; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/status.ts, line: 76 'cacheKey' is declared but its value is never read. L75: let url =${this.baseUrl}user/coursestatus/
+status.course_id; L76: let cacheKey = url; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/status.ts, line: 84 'k' is declared but its value is never read. L84: let k = this.courseStatuses.length; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/status.ts, line: 169 'k' is declared but its value is never read. L169: let k = this.courseStatuses.length; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/status.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Injectable,OnInit } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/status.ts, line: 2 All imports are unused. L1: import { Injectable,OnInit } from '@angular/core'; L2: import { Http, Headers, Response, RequestOptions, URLSearchParams } from '@angular/http'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/status.ts, line: 10 All imports are unused. L10: import { Course } from "../models/course"; L11: import { CourseStatus } from "../models/status"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/status.ts, line: 17 All imports are unused. L16: import { ActivityService } from "./activity"; L17: import { Storage } from '@ionic/storage'; [10:36:18] tslint: ...sers/Nexcorp/Documents/ionic/wplms/src/components/absolute-drag/absolute-drag.ts, line: 1 'ElementRef' is declared but its value is never read. L1: import { Directive, Input, ElementRef, Renderer } from '@angular/core'; L2: import { DomController } from 'ionic-angular'; [10:36:18] tslint: ...sers/Nexcorp/Documents/ionic/wplms/src/components/absolute-drag/absolute-drag.ts, line: 1 'Renderer' is declared but its value is never read. L1: import { Directive, Input, ElementRef, Renderer } from '@angular/core'; L2: import { DomController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/pinch-zoom.directive.ts, line: 1 'ElementRef' is declared but its value is never read. L1: import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core'; L2: import { Gesture } from 'ionic-angular/gestures/gesture'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/pinch-zoom.directive.ts, line: 1 'Input' is declared but its value is never read. L1: import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core'; L2: import { Gesture } from 'ionic-angular/gestures/gesture'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/pinch-zoom.directive.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core'; L2: import { Gesture } from 'ionic-angular/gestures/gesture'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/pinch-zoom.directive.ts, line: 1 'OnDestroy' is declared but its value is never read. L1: import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core'; L2: import { Gesture } from 'ionic-angular/gestures/gesture'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/pinch-zoom.directive.ts, line: 1 'Renderer' is declared but its value is never read. L1: import { Directive, ElementRef, Input, OnInit, OnDestroy, Renderer } from '@angular/core'; L2: import { Gesture } from 'ionic-angular/gestures/gesture'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 395 'index' is declared but its value is never read. L394: onQuestionSlide(){ L395: let index = this.courseStatusItems.getActiveIndex(); [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit, ViewChild, Output, EventEmitter } from '@angular/core'; L2: import { NavController, NavParams, ModalController,LoadingController, AlertController,Platform, Slides,ToastController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 1 'Output' is declared but its value is never read. L1: import { Component, OnInit, ViewChild, Output, EventEmitter } from '@angular/core'; L2: import { NavController, NavParams, ModalController,LoadingController, AlertController,Platform, Slides,ToastController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 1 'EventEmitter' is declared but its value is never read. L1: import { Component, OnInit, ViewChild, Output, EventEmitter } from '@angular/core'; L2: import { NavController, NavParams, ModalController,LoadingController, AlertController,Platform, Slides,ToastController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 2 'Platform' is declared but its value is never read. L1: import { Component, OnInit, ViewChild, Output, EventEmitter } from '@angular/core'; L2: arams, ModalController,LoadingController, AlertController,Platform, Slides,ToastController } from 'ionic-ang L3: import {SafeResourceUrl, DomSanitizer} from '@angular/platform-browser'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 3 All imports are unused. L2: import { NavController, NavParams, ModalController,LoadingController, AlertController,Platform, Slides,ToastController } from 'ionic-angular'; L3: import {SafeResourceUrl, DomSanitizer} from '@angular/platform-browser'; L4: import { InAppBrowser } from '@ionic-native/in-app-browser'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 11 All imports are unused. L11: import { FriendlytimeComponent } from '../../components/friendlytime/friendlytime'; L12: import { QuestionComponent } from '../../components/question/question'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 12 All imports are unused. L11: import { FriendlytimeComponent } from '../../components/friendlytime/friendlytime'; L12: import { QuestionComponent } from '../../components/question/question'; L13: import { TimerComponent } from '../../components/timer/timer'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 13 All imports are unused. L12: import { QuestionComponent } from '../../components/question/question'; L13: import { TimerComponent } from '../../components/timer/timer'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 15 All imports are unused. L15: import { Course } from '../../models/course'; L16: import { Activity } from '../../models/activity'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 16 All imports are unused. L15: import { Course } from '../../models/course'; L16: import { Activity } from '../../models/activity'; L17: import { ActivityMeta } from '../../models/activity'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 17 All imports are unused. L16: import { Activity } from '../../models/activity'; L17: import { ActivityMeta } from '../../models/activity'; L18: import { User } from '../../models/user'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 18 All imports are unused. L17: import { ActivityMeta } from '../../models/activity'; L18: import { User } from '../../models/user'; L19: import { CourseStatus } from '../../models/status'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 29 All imports are unused. L29: import { Storage } from '@ionic/storage'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 31 All imports are unused. L31: import {AbsoluteDrag} from '../../components/absolute-drag/absolute-drag'; L32: import {PinchZoomDirective} from '../../directives/pinch-zoom.directive'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 32 All imports are unused. L31: import {AbsoluteDrag} from '../../components/absolute-drag/absolute-drag'; L32: import {PinchZoomDirective} from '../../directives/pinch-zoom.directive'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 36 All imports are unused. L36: import { SafeHtmlPipe } from "../../pipes/orderby"; L37: import { SafePipe } from "../../pipes/orderby"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/course-status/course-status.ts, line: 37 All imports are unused. L36: import { SafeHtmlPipe } from "../../pipes/orderby"; L37: import { SafePipe } from "../../pipes/orderby"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/result/result.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit } from '@angular/core'; L2: import { IonicPage, NavController, NavParams, LoadingController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/result/result.ts, line: 2 'IonicPage' is declared but its value is never read. L1: import { Component, OnInit } from '@angular/core'; L2: import { IonicPage, NavController, NavParams, LoadingController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/longPress.directive.ts, line: 1 'ElementRef' is declared but its value is never read. L1: import {Directive, ElementRef, OnInit, OnDestroy, Output, EventEmitter} from '@angular/core'; L2: import {Gesture} from 'ionic-angular/gestures/gesture'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/longPress.directive.ts, line: 1 'OnInit' is declared but its value is never read. L1: import {Directive, ElementRef, OnInit, OnDestroy, Output, EventEmitter} from '@angular/core'; L2: import {Gesture} from 'ionic-angular/gestures/gesture'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/longPress.directive.ts, line: 1 'OnDestroy' is declared but its value is never read. L1: import {Directive, ElementRef, OnInit, OnDestroy, Output, EventEmitter} from '@angular/core'; L2: import {Gesture} from 'ionic-angular/gestures/gesture'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/profile/profile.ts, line: 86 Property 'formBuilder' is declared but its value is never read. L85: private storage:Storage, L86: private formBuilder:FormBuilder, L87: private loadingCtrl:LoadingController, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/profile/profile.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit, ViewChild } from '@angular/core'; L2: import { NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/profile/profile.ts, line: 3 'FormBuilder' is declared but its value is never read. L2: import { NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular'; L3: import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/profile/profile.ts, line: 3 'FormGroup' is declared but its value is never read. L2: import { NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular'; L3: import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/profile/profile.ts, line: 3 'FormControl' is declared but its value is never read. L2: import { NavController,ViewController,LoadingController, ToastController,ActionSheetController,AlertController, NavParams, Slides,Platform } from 'ionic-angular'; L3: import { FormBuilder, FormGroup,FormControl, Validators, } from '@angular/forms'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/profile/profile.ts, line: 20 All imports are unused. L19: import { ResultPage } from '../result/result'; L20: import { FriendlytimeComponent } from '../../components/friendlytime/friendlytime'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/profile/profile.ts, line: 22 All imports are unused. L22: import { PressDirective } from '../../directives/longPress.directive'; L23: import { TabsPage } from '../tabs/tabs'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/profile/profile.ts, line: 25 All imports are unused. L25: import { Storage } from '@ionic/storage'; L26: import { Camera, CameraOptions } from '@ionic-native/camera'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/wishlist.ts, line: 13 Property 'config' is declared but its value is never read. L12: private storage: Storage, L13: private config:ConfigService) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/wishlist.ts, line: 3 All imports are unused. L3: import { Storage } from '@ionic/storage'; L4: import { ConfigService } from "./config"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/courseblock/courseblock.ts, line: 17 Property 'config' is declared but its value is never read. L16: @ViewChild('featured') featured: ElementRef; L17: constructor(private wishlistService:WishlistService,private config:ConfigService) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/courseblock/courseblock.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, Input, OnInit,AfterViewInit, ViewChild,ElementRef } from '@angular/core'; L2: import { ConfigService } from '../../services/config'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/courseblock/courseblock.ts, line: 1 'AfterViewInit' is declared but its value is never read. L1: import { Component, Input, OnInit,AfterViewInit, ViewChild,ElementRef } from '@angular/core'; L2: import { ConfigService } from '../../services/config'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/courseblock/courseblock.ts, line: 1 'ElementRef' is declared but its value is never read. L1: import { Component, Input, OnInit,AfterViewInit, ViewChild,ElementRef } from '@angular/core'; L2: import { ConfigService } from '../../services/config'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/directory/directory.ts, line: 288 Duplicate variable: 'cats' L287: console.log(this.selectedLocations); L288: var cats = {'type':'taxonomy','taxonomy':'location','values':this.selectedLocations}; L289: this.filters.push(cats); [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/directory/directory.ts, line: 302 Duplicate variable: 'cats' L302: var cats = {'type':'taxonomy','taxonomy':'level','values':this.selectedLevels}; L303: this.filters.push(cats); [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/directory/directory.ts, line: 317 Duplicate variable: 'off' L316: if(this.start_date){ L317: var off = {'type':'start_date','values':this.start_date}; L318: this.filters.push(off); [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/directory/directory.ts, line: 322 Duplicate variable: 'off' L321: if(this.end_date){ L322: var off = {'type':'end_date','values':this.end_date}; L323: this.filters.push(off); [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/directory/directory.ts, line: 77 Property 'nav' is declared but its value is never read. L76: public navParams: NavParams, L77: private nav: NavController, L78: private modalCtrl: ModalController, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/directory/directory.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit } from '@angular/core'; L2: import { FormControl } from '@angular/forms'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/directory/directory.ts, line: 10 All imports are unused. L9: import { CourseCategory } from '../../models/course'; L10: import { Course } from '../../models/course'; L11: import { User } from '../../models/user'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/directory/directory.ts, line: 12 All imports are unused. L11: import { User } from '../../models/user'; L12: import { FullCourseCategory } from '../../models/coursecategory'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/directory/directory.ts, line: 15 All imports are unused. L14: import 'rxjs/add/operator/map'; L15: import { Observable } from 'rxjs/Observable'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/directory/directory.ts, line: 20 All imports are unused. L19: import { UserService } from '../../services/users'; L20: import { Courseblock } from '../../components/courseblock/courseblock'; L21: import { WishlistService } from '../../services/wishlist'; [10:36:18] tslint: .../Documents/ionic/wplms/src/components/fixed-scroll-header/fixed-scroll-header.ts, line: 3 'ElementRef' is declared but its value is never read. L2: Directive, L3: ElementRef, L4: Renderer [10:36:18] tslint: .../Documents/ionic/wplms/src/components/fixed-scroll-header/fixed-scroll-header.ts, line: 4 'Renderer' is declared but its value is never read. L3: ElementRef, L4: Renderer L5: } from '@angular/core'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/coursecard/coursecard.ts, line: 17 Property 'config' is declared but its value is never read. L16: constructor( L17: private wishlistService:WishlistService,private config:ConfigService) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/coursecard/coursecard.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, Input, OnInit } from '@angular/core'; L2: import { ConfigService } from '../../services/config'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/contact/contact.ts, line: 21 Property 'formBuilder' is declared but its value is never read. L20: constructor(public config: ConfigService, L21: private formBuilder: FormBuilder, L22: private toastCtrl:ToastController, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/contact/contact.ts, line: 3 'FormBuilder' is declared but its value is never read. L2: import { ToastController, ModalController} from 'ionic-angular'; L3: import {Validators, FormBuilder, FormGroup } from '@angular/forms'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/contact/contact.ts, line: 3 'FormGroup' is declared but its value is never read. L2: import { ToastController, ModalController} from 'ionic-angular'; L3: import {Validators, FormBuilder, FormGroup } from '@angular/forms'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/home/home.ts, line: 53 Property 'walletService' is declared but its value is never read. L52: private wishlistService:WishlistService, L53: private walletService:WalletService ) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/home/home.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit, ViewChild } from '@angular/core'; L2: import { NavController, NavParams, ModalController, LoadingController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/home/home.ts, line: 1 'ViewChild' is declared but its value is never read. L1: import { Component, OnInit, ViewChild } from '@angular/core'; L2: import { NavController, NavParams, ModalController, LoadingController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/home/home.ts, line: 2 'NavParams' is declared but its value is never read. L1: import { Component, OnInit, ViewChild } from '@angular/core'; L2: import { NavController, NavParams, ModalController, LoadingController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/home/home.ts, line: 5 All imports are unused. L4: //import {StatusBar} from 'ionic-native'; L5: import { StatusBar } from '@ionic-native/status-bar'; L6: import { Content } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/home/home.ts, line: 6 All imports are unused. L5: import { StatusBar } from '@ionic-native/status-bar'; L6: import { Content } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/home/home.ts, line: 26 All imports are unused. L26: import { FixedScrollHeader } from '../../components/fixed-scroll-header/fixed-scroll-header'; L27: import { Coursecard } from '../../components/coursecard/coursecard'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/home/home.ts, line: 27 All imports are unused. L26: import { FixedScrollHeader } from '../../components/fixed-scroll-header/fixed-scroll-header'; L27: import { Coursecard } from '../../components/coursecard/coursecard'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/home/home.ts, line: 30 All imports are unused. L29: import 'rxjs/add/operator/map'; L30: import { Observable } from 'rxjs/Observable'; L31: @Component({ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wallet/wallet.ts, line: 39 Property 'toast' is declared but its value is never read. L38: private config:ConfigService, L39: private toast:ToastController, L40: private nav:NavController, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wallet/wallet.ts, line: 40 Property 'nav' is declared but its value is never read. L39: private toast:ToastController, L40: private nav:NavController, L41: private storage:Storage [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wallet/wallet.ts, line: 41 Property 'storage' is declared but its value is never read. L40: private nav:NavController, L41: private storage:Storage L42: ) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wallet/wallet.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit , ViewChild} from '@angular/core'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wallet/wallet.ts, line: 3 'LoadingController' is declared but its value is never read. L3: import { NavController,LoadingController, ToastController, Slides,Platform } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wallet/wallet.ts, line: 3 'Platform' is declared but its value is never read. L3: import { NavController,LoadingController, ToastController, Slides,Platform } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wallet/wallet.ts, line: 8 All imports are unused. L8: import { Storage } from '@ionic/storage'; L9: import { Wallet } from "../models/wallet"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wallet/wallet.ts, line: 9 All imports are unused. L8: import { Storage } from '@ionic/storage'; L9: import { Wallet } from "../models/wallet"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wallet/wallet.ts, line: 12 All imports are unused. L11: import 'rxjs/add/operator/map'; L12: import { Observable } from 'rxjs/Observable'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wallet/wallet.ts, line: 14 All imports are unused. L14: import { Chart } from 'chart.js'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wishlist/wishlist.ts, line: 15 Property 'config' is declared but its value is never read. L14: private wishlistService:WishlistService, L15: private config:ConfigService) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wishlist/wishlist.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component,OnInit } from '@angular/core'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/wishlist/wishlist.ts, line: 5 All imports are unused. L4: import { WishlistService } from '../../services/wishlist'; L5: import { Courseblock } from '../../components/courseblock/courseblock'; L6: @Component({ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/updates.ts, line: 76 'markRead' is declared but its value is never read. L76: private markRead(update){ L77: if(this.readupdates.length){ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/updates.ts, line: 99 'markUnread' is declared but its value is never read. L99: private markUnread(update){ L100: if(this.readupdates.length){ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/updates.ts, line: 4 All imports are unused. L4: import { Storage } from '@ionic/storage'; L5: import { ConfigService } from "./config"; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/updates/updates.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit } from '@angular/core'; L2: import { ViewController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/updates/updates.ts, line: 6 All imports are unused. L5: import { UpdatesService } from '../../services/updates'; L6: import { OrderPipe } from '../../pipes/orderby'; L7: @Component({ [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/tabs/tabs.ts, line: 38 Property 'nav' is declared but its value is never read. L37: constructor( L38: private nav: NavController, L39: private navParams: NavParams, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/tabs/tabs.ts, line: 39 Property 'navParams' is declared but its value is never read. L38: private nav: NavController, L39: private navParams: NavParams, L40: private config:ConfigService, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/tabs/tabs.ts, line: 41 Property 'app' is declared but its value is never read. L40: private config:ConfigService, L41: private app:App, L42: private storage:Storage) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/tabs/tabs.ts, line: 42 Property 'storage' is declared but its value is never read. L41: private app:App, L42: private storage:Storage) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/tabs/tabs.ts, line: 14 All imports are unused. L13: import { ConfigService } from '../../services/config'; L14: import { Storage } from '@ionic/storage'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/intro/intro.ts, line: 4 All imports are unused. L3: import { ConfigService } from '../../services/config'; L4: import { Storage } from '@ionic/storage'; L5: import { TabsPage } from '../tabs/tabs'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/post/post.ts, line: 17 Property 'config' is declared but its value is never read. L16: private blog:BlogService, L17: private config:ConfigService, L18: private loadingController:LoadingController) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/post/post.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component,OnInit } from '@angular/core'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/blog/blog.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit } from '@angular/core'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/instructor/instructor.ts, line: 36 Property 'courseService' is declared but its value is never read. L35: private config:ConfigService, L36: private courseService:CourseService, L37: private userService:UserService, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/instructor/instructor.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit,ViewChild } from '@angular/core'; L2: import { NavController, NavParams,ViewController, Slides } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/pages/instructors/instructors.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit } from '@angular/core'; L2: import { NavController, NavParams, ModalController,LoadingController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/app/app.component.ts, line: 33 Property 'platform' is declared but its value is never read. L32: constructor(private config:ConfigService, L33: private platform: Platform, L34: private menuCtrl: MenuController, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/app/app.component.ts, line: 38 Property 'imgcacheService' is declared but its value is never read. L37: private storage:Storage, L38: private imgcacheService:ImgcacheService, L39: public splashScreen: SplashScreen) { [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/app/app.component.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, OnInit, ViewChild } from '@angular/core'; L2: import { App, Platform, NavController, MenuController,LoadingController } from 'ionic-angular'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/app/app.component.ts, line: 14 All imports are unused. L13: import { ConfigService } from '../services/config'; L14: import { Storage } from '@ionic/storage'; L15: import { ImgcacheService } from '../services/imageCache'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/lazy-load.directive.ts, line: 2 'ElementRef' is declared but its value is never read. L1: import { Directive, L2: ElementRef, L3: EventEmitter, [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/lazy-load.directive.ts, line: 6 'OnInit' is declared but its value is never read. L5: Output, L6: OnInit, OnDestroy, Renderer2 } from '@angular/core'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/lazy-load.directive.ts, line: 6 'OnDestroy' is declared but its value is never read. L5: Output, L6: OnInit, OnDestroy, Renderer2 } from '@angular/core'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/directives/lazy-load.directive.ts, line: 6 'Renderer2' is declared but its value is never read. L5: Output, L6: OnInit, OnDestroy, Renderer2 } from '@angular/core'; [10:36:18] tslint: ...rs/Nexcorp/Documents/ionic/wplms/src/components/elastic-header/elastic-header.ts, line: 1 'ElementRef' is declared but its value is never read. L1: import { Directive, ElementRef, Renderer } from '@angular/core'; [10:36:18] tslint: ...rs/Nexcorp/Documents/ionic/wplms/src/components/elastic-header/elastic-header.ts, line: 1 'Renderer' is declared but its value is never read. L1: import { Directive, ElementRef, Renderer } from '@angular/core'; [10:36:18] tslint: .../Documents/ionic/wplms/src/components/avatarscrollzoomout/avatarscrollzoomout.ts, line: 1 'ElementRef' is declared but its value is never read. L1: import { Directive, ElementRef, Renderer } from '@angular/core'; [10:36:18] tslint: .../Documents/ionic/wplms/src/components/avatarscrollzoomout/avatarscrollzoomout.ts, line: 1 'Renderer' is declared but its value is never read. L1: import { Directive, ElementRef, Renderer } from '@angular/core'; [10:36:18] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/pipefilters.ts, line: 1 'PipeTransform' is declared but its value is never read. L1: import { PipeTransform, Pipe, Injectable } from '@angular/core'; [10:36:18] tslint: .../Nexcorp/Documents/ionic/wplms/src/components/instructorblock/instructorblock.ts, line: 17 Property 'config' is declared but its value is never read. L16: @Input('instructor') instructor; L17: constructor(private config:ConfigService) { [10:36:18] tslint: .../Nexcorp/Documents/ionic/wplms/src/components/instructorblock/instructorblock.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Component, Input, OnInit } from '@angular/core'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/match/match.ts, line: 9 Property 'elementRef' is declared but its value is never read. L9: constructor(private elementRef: ElementRef) { [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/match/match.ts, line: 1 'ElementRef' is declared but its value is never read. L1: import { Directive,ElementRef, OnInit } from '@angular/core'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/match/match.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Directive,ElementRef, OnInit } from '@angular/core'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/fillblank/fillblank.ts, line: 8 Property 'elementRef' is declared but its value is never read. L8: constructor(private elementRef: ElementRef) { [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/fillblank/fillblank.ts, line: 1 'ElementRef' is declared but its value is never read. L1: import { Directive,ElementRef, OnInit } from '@angular/core'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/fillblank/fillblank.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Directive,ElementRef, OnInit } from '@angular/core'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/select/select.ts, line: 1 'ElementRef' is declared but its value is never read. L1: import { Directive,ElementRef, OnInit } from '@angular/core'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/select/select.ts, line: 1 'OnInit' is declared but its value is never read. L1: import { Directive,ElementRef, OnInit } from '@angular/core'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/FormValidator.ts, line: 2 'Validator' is declared but its value is never read. L1: import { Directive } from '@angular/core'; L2: import { Validator, AbstractControl, NG_VALIDATORS } from '@angular/forms'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/FormValidator.ts, line: 2 'AbstractControl' is declared but its value is never read. L1: import { Directive } from '@angular/core'; L2: import { Validator, AbstractControl, NG_VALIDATORS } from '@angular/forms'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/swipedtab/swipedtab.ts, line: 1 'ElementRef' is declared but its value is never read. L1: import { Component, ElementRef, Input, Renderer } from '@angular/core'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/components/swipedtab/swipedtab.ts, line: 1 'Renderer' is declared but its value is never read. L1: import { Component, ElementRef, Input, Renderer } from '@angular/core'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/coursecategories.ts, line: 24 Property 'config' is declared but its value is never read. L23: private http:Http, L24: private config:ConfigService) { [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/services/coursecategories.ts, line: 2 All imports are unused. L1: import { Injectable } from '@angular/core'; L2: import { Http, Response } from '@angular/http'; L3: import 'rxjs/add/operator/map'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/validators/email.ts, line: 1 All imports are unused. L1: import { FormControl } from '@angular/forms'; [10:36:19] tslint: C:/Users/Nexcorp/Documents/ionic/wplms/src/validators/username.ts, line: 1 All imports are unused. L1: import { FormControl } from '@angular/forms'; [10:36:19] lint finished in 11.84 s -
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.