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();

} });

相关内容

热门资讯

四分钟辅助!wepokerpl... 四分钟辅助!wepokerplus外挂,hhpkoer辅助挂是真的吗,法门教程(存在有挂)1、许多玩...
第九分钟辅助!有哪些免费的wp... 第九分钟辅助!有哪些免费的wpk作弊码,wpk辅助哪里买,课程教程(有挂实锤)1)有哪些免费的wpk...
十分钟辅助!菠萝德普辅助器免费... 十分钟辅助!菠萝德普辅助器免费版在哪里,wpk透视辅助下载,妙计教程(有人有挂)1、玩家可以在菠萝德...
第三分钟辅助!wejoker私... 第三分钟辅助!wejoker私人辅助软件,hhpkoer辅助器,策略教程(今日头条)1、进入游戏-大...
八分钟辅助!aapoker辅助... 八分钟辅助!aapoker辅助器是真的吗,wpk俱乐部有没有辅助,项目教程(真实有挂)1、打开软件启...
1分钟辅助!智星菠萝透视,哈糖... 1分钟辅助!智星菠萝透视,哈糖大菠萝软件下载,技法教程(详细教程)该软件可以轻松地帮助玩家将哈糖大菠...
三分钟辅助!wpk真吗,pok... 三分钟辅助!wpk真吗,pokermaster辅助器,操作教程(有挂技巧);1、三分钟辅助!wpk真...
1分钟辅助!wepoker游戏... 1分钟辅助!wepoker游戏的安装教程,We poker辅助器下载,操作教程(有挂存在)1、wep...
第八分钟辅助!wepoker透... 第八分钟辅助!wepoker透视底牌脚本,德普之星怎么设置埋牌,手段教程(有挂教学)1、全新机制【德...
第3分钟辅助!wepoker透... 第3分钟辅助!wepoker透视最简单三个步骤,wepokerplus作弊,绝活教程(有挂详情)运w...