Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. [08:22:39] tslint: src/pages/slides/slides.ts, line: 2
  2. 'ModalOptions' is declared but its value is never read.
  3.  
  4. L1: import { Component } from '@angular/core';
  5. L2: import { NavController, NavParams, IonicPage, ModalOptions, Modal, ModalController } from 'ionic-angular';
  6. L3: import { DataProvider } from '../../app/data.provider';
  7.  
  8. [08:22:39] tslint: src/provider/dantebus-artist-api/dantebus-artist-api.ts, line: 2
  9. 'HttpParams' is declared but its value is never read.
  10.  
  11. L1: import { Injectable } from '@angular/core';
  12. L2: import { HttpClient, HttpParams, HttpHeaders } from '@angular/common/http';
  13. L3: import { ContactResponse } from './model/contact-response';
  14.  
  15. 'NavController' is declared but its value is never read.
  16.  
  17. L1: import { Component, ViewChild, ElementRef } from '@angular/core';
  18. L2: import { IonicPage, NavController, NavParams, ViewController } from 'ionic-angular';
  19. L3: import { FormGroup, FormControl, Validators } from '@angular/forms';
  20.  
  21. [08:22:39] tslint: src/pages/modal-buy/modal-buy.ts, line: 2
  22. [08:22:39] lint finished in 3.39 s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement