I'm currently working with ng-admin alongside a restful API, I have various referenced lists that undergo frequent updates from the server side.
Is there a method to automatically refresh these referenced lists every 5 seconds using ng-admin?
EDIT: I am familiar with setInterval and $interval. However, I am struggling to determine the specific file within ng-admin where I should implement this, that's where I need assistance.