build(aio): remove unused imports and local variables (#19682)

PR Close #19682
This commit is contained in:
Peter Bacon Darwin
2017-10-11 21:36:33 +01:00
committed by Tobias Bosch
parent 09b4244baf
commit 717c68089d
24 changed files with 25 additions and 36 deletions
+1 -3
View File
@@ -1,11 +1,9 @@
import { Component, ElementRef, ViewChild, OnChanges, OnDestroy, Input } from '@angular/core';
import { Component, ElementRef, ViewChild, OnChanges, Input } from '@angular/core';
import { Logger } from 'app/shared/logger.service';
import { PrettyPrinter } from './pretty-printer.service';
import { CopierService } from 'app/shared/copier.service';
import { MdSnackBar } from '@angular/material';
const originalLabel = 'Copy Code';
const copiedLabel = 'Copied!';
const defaultLineNumsCount = 10; // by default, show linenums over this number
/**