override ngAfterViewInit()

in src/app/gallery/gallery.component.ts [55:65]


  override ngAfterViewInit (): void {

    super.ngAfterViewInit();

    // Focus frame
    this.createFrames();

    // Environment
    this.createEnv();

  };