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.
在我的 AngularJs 应用程序中路由时,我想创建一个带有动画 gif 的加载屏幕。
是否有可能为此制作一些通用的东西?
肯定有。
$路线
查看 $route 服务提供给您的事件。
$routeChangeStart、$routeChangeSuccess 和 $routeChangeError 将是最有用的。您可以在 $rootScope 上轻松收听这些内容,并实现显示加载动画或其他所需的任何逻辑。