Blank Page is Shown When Adding Moralis Function in Angular

Hello, I am trying to create a web page where, given an NFT address and token Id in input, it returns the NFT metadata. I get the input from two html text inputs, and pass it via routerlink to the other component. BUT. When I add the two functions in red the web page becomes blank, opposed to before, when it just showed the input boxes and the button. Anybody knows what I am doing wrong?

Hi @Biragus

Its hard to tell what is causing the issue. You can try adding some console logs to debug further.

do you have any idea of where to insert them?

add at the code that is responsible for rendering your ui.