feat: update to 8 - step 1

This commit is contained in:
nixa 2019-05-28 23:25:55 +03:00
parent b11ccb78ff
commit 0c3dde2fdb
18 changed files with 3109 additions and 4345 deletions

View file

@ -7,7 +7,7 @@ import { Component, ViewChild } from '@angular/core';
})
export class AccordionComponent {
@ViewChild('item') accordion;
@ViewChild('item', { static: true }) accordion;
toggle() {
this.accordion.toggle();