Project

General

Profile

« Previous | Next » 

Revision 61075

[Library | Angular 9]: Update to Angular 9

View differences:

small-tabs.component.ts
63 63
  `
64 64
})
65 65
export class SmallTabsComponent implements AfterContentInit {
66
  @ViewChild('drop_element', { static: false }) dropElement: ElementRef;
66
  @ViewChild('drop_element') dropElement: ElementRef;
67 67

  
68 68
  @ContentChildren(TabComponent) tabs: QueryList<TabComponent>;
69 69
  @Output() public selectedActiveTab: EventEmitter<any> = new EventEmitter();

Also available in: Unified diff