I have a custom component, with a panel containing 3 buttons.
On button click, I would like to invoke database service which will query database.
But when I click it, the browser console gives me the error "nameofservice is not undefined"
Is there restriction that custom component cannot invoke service?