Skip to content

Commit

Permalink
fix: tslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
trotyl committed Mar 30, 2018
1 parent 1b8bc46 commit 4ef9df2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .angular-cli.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"name": "ngmiracle"
"name": "angular-contrib"
},
"apps": [
{
Expand Down
1 change: 0 additions & 1 deletion packages/common/host/host.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function transferInitialAttributes(renderer: Renderer2, element: HTMLElement) {

function interceptRenderer(renderer: Renderer2): void {
const addClass = renderer.addClass;
const listen = renderer.listen;
const removeAttribute = renderer.removeAttribute;
const removeClass = renderer.removeClass;
const removeStyle = renderer.removeStyle;
Expand Down
2 changes: 1 addition & 1 deletion packages/core/iterable-differs/iterable-differs.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, IterableDiffer, IterableDiffers, IterableDifferFactory } from '@angular/core';
import { IterableDiffer, IterableDiffers, IterableDifferFactory } from '@angular/core';
import { async, inject, TestBed } from '@angular/core/testing';
import { IterableDiffersModule } from './iterable-differs.module';

Expand Down
2 changes: 1 addition & 1 deletion packages/core/key-value-differs/key-value-differs.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, KeyValueDiffer, KeyValueDiffers, KeyValueDifferFactory } from '@angular/core';
import { KeyValueDiffer, KeyValueDiffers, KeyValueDifferFactory } from '@angular/core';
import { async, inject, TestBed } from '@angular/core/testing';
import { KeyValueDiffersModule } from './key-value-differs.module';

Expand Down

0 comments on commit 4ef9df2

Please sign in to comment.