I have a function which is triggered on ngOnInit
ngOnInit(): void { this.importedProducts$ = this.getProductList(); } getProductList(): Observable&