Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ng-admin 有没有办法在不刷新整个页面的情况下刷新值(字段的内容)?
例如,如果有一个 REST API 返回一个随时间变化的值(例如队列中的请求数量)。如何创建一个 ng-admin 页面并让“队列长度”字段每 5 秒更新一次?
ng-admin没有这样的功能。您必须通过覆盖路由器来编写自己的页面。请参阅文档中的添加自定义页面。
ng-admin