This is my first post here, and I hope you can help me.
I'm new to application development and I'm starting to develop an Ionic application for my TCC, which is intended to bring news from the IFSP-VOTUPORANGA official website to the application to bring the news closer to the students, employees and management. For ethical reasons I do not have direct access to the official database, and I will have access to a web service that will simply pull the data from the database, convert it to JSON and I will have to read the JSON and display it on the screen. I got a "copy" with no sensitive data from the database and had to find the table responsible for the news displayed and try to do the part myself that converts to JSON and to test if it really worked I needed to test in place and am having the following error: / p>
Andgoodcodesrelatedtothepagesneededtodothis.It'sworthmentioningthatItestedandpresenteda"pulled" version of an API called themoviedb to "pre-banca" to show that my idea was possible and to have permission to continue the search.
Follow the codes: noticia.ts - > is an ionic provider
home.ts->isthetypscriptpagefromwhereitshouldbeinsertedifalldataiscorrect
home.html->isthepagewhereitisdisplayed
I hope you can help me!