Project

General

Profile

« Previous | Next » 

Revision 61399

[Usage Counts | Trunk]: Update to angular 11

View differences:

home.component.ts
17 17
  
18 18
  public initSlide: number = 1;
19 19
  public fragments: string[] = ['', 'why', 'who', 'features'];
20
  @ViewChild('slider')
21
  public slider: FullPageSliderComponent;
20
  @ViewChild('slider', { static: true }) slider: FullPageSliderComponent;
22 21
  properties: EnvProperties = properties;
23 22
  
24 23
  subs: Subscription[] = [];

Also available in: Unified diff