constructor()

in src/app/gallery/gallery.component.ts [45:53]


  constructor() {

    super();

    effect( () => {
      this.frameService.updateFrames( this.artworks() );
    } );

  }