AngularJS异步问题如何从另一个组件中加载数据?
创始人
2024-10-27 13:30:17
0

在AngularJS项目中,可以通过以下两种方法从另一个组件中加载数据:

  1. 使用服务: 创建一个服务,用于在不同的组件之间共享数据。在需要加载数据的组件中注入这个服务,并调用其方法获取数据。

// Service angular.module('myApp').service('dataService', function($http) { var data = {};

this.getData = function() { return $http.get('/api/data').then(function(response) { data = response.data; }); };

this.getDataInService = function() { return data; }; });

// Component A angular.module('myApp').component('componentA', { templateUrl: 'componentA.html', controller: function(dataService) { var ctrl = this;

ctrl.$onInit = function() {
  dataService.getData().then(function() {
    ctrl.data = dataService.getDataInService();
  });
};

} });

// Component B angular.module('myApp').component('componentB', { templateUrl: 'componentB.html', controller: function(dataService) { var ctrl = this;

ctrl.data = {};

dataService.getData().then(function() {
  ctrl.data = dataService.getDataInService();
});

} });

  1. 使用事件广播: 在加载数据的组件中,使用$scope.$broadcast()方法广播一个事件,另一个组件可以通过$scope.$on()方法监听这个事件并获取数据。

// Component A angular.module('myApp').component('componentA', { templateUrl: 'componentA.html', controller: function($scope) { var ctrl = this;

$scope.$on('dataLoaded', function(event, data) {
  ctrl.data = data;
});

} });

// Component B angular.module('myApp').component('componentB', { templateUrl: 'componentB.html', controller: function($http, $scope) { var ctrl = this;

ctrl.loadData = function() {
  $http.get('/api/data').then(function(response) {
    $scope.$broadcast('dataLoaded', response.data);
  });
};

ctrl.loadData();

} });

相关内容

热门资讯

玩家必看科普!wejoker辅... 玩家必看科普!wejoker辅助软件(辅助挂)都是有挂(真实有挂)1、进入到wejoker辅助软件是...
一分钟了解!uupoker有透... 一分钟了解!uupoker有透视吗(辅助挂)真是有挂(有挂技术)1、进入游戏-大厅左侧-新手福利-激...
玩家必看分享!hhpoker真... 玩家必看分享!hhpoker真的假的(辅助挂)真是有挂(有挂助手)1、玩家可以在hhpoker真的假...
分享给玩家!wepoker透视... 分享给玩家!wepoker透视有用吗(辅助挂)本来是真的有挂(详细教程)1、wepoker透视有用吗...
总算了解!aapoker辅助工... 总算了解!aapoker辅助工具安全吗(辅助挂)其实存在有挂(确实有挂)1、超多福利:超高返利,海量...
发现玩家!德普之星辅助软件(辅... 发现玩家!德普之星辅助软件(辅助挂)竟然真的有挂(有挂方式)1、用户打开应用后不用登录就可以直接使用...
实测揭晓!werplan脚本(... 实测揭晓!werplan脚本(辅助挂)一直真的有挂(有挂实锤)实测揭晓!werplan脚本(辅助挂)...
记者揭秘!epoker透视(辅... 记者揭秘!epoker透视(辅助挂)确实有挂(有挂细节)1、在epoker透视插件功能辅助器技巧中,...
今日科普!aapoker ai... 今日科普!aapoker ai插件(辅助挂)一直真的有挂(有挂教程)1、金币登录送、破产送、升级送、...
每日必看!aapoker透视脚... 每日必看!aapoker透视脚本入口(辅助挂)都是真的有挂(有挂存在)1、aapoker透视脚本入口...