Skip to content

Commit

Permalink
fix conflicts with angular 8
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-js committed Jun 3, 2019
1 parent 10798e3 commit 5808414
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,11 @@ export class TestWrapperComponent implements OnInit {
counter: any;
array: string[];

@ViewChild('comp') comp: any;
@ViewChild('comp', {static: true}) comp: any;

ngOnInit() {
this.counter = 0;
}

// count() {
// this.counter++;
// }

// changeColor() {
// this.array = ['yellow', 'white'];
// }
}

describe('DisplayNavComponent', () => {
Expand Down

0 comments on commit 5808414

Please sign in to comment.