Skip to content

uploading image not working in codeigniter 3

i’m new learning codeigniter 3, i have problem that i can’t upload image in edit method. i’m really stuck, i already figure it out from the internet and documentation but there is no answer and my code still not working, when click submit button the method was success update to database but …

myComponent.map is not a function

I have this information right now that i’m saving and trying to pass to a component who then tries to create Tabs and TabPanel (Material-ui components) with said info. The declaration of that info goes as follow : I then proceed to pass said info to my component: On the other side i have an interface th…

Angular – Scroll Event only page scroll

I need to check scroll event for a “show more” features. Im using: and this code: Unfortunally the scroll listen to every scroll in page, for example a scroll inside a DropDown etc… How can I listen ONLY the PAGE scroll ignoring everyelse? Answer One solution might be to use hostListener fro…