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

} });

相关内容

热门资讯

透视新版!hhpoker真的假... 透视新版!hhpoker真的假的,newpoker怎么安装脚本,机巧教程(有挂方法)-哔哩哔哩new...
透视工具!wepoker怎么破... 透视工具!wepoker怎么破解游戏,wepoker高级辅助,阶段教程(了解有挂)-哔哩哔哩wepo...
透视教程!aapoker怎么选... 透视教程!aapoker怎么选牌,德州hhpoker脚本,演示教程(存在有挂)-哔哩哔哩1、点击下载...
透视辅助!德州局怎么透视,aa... 透视辅助!德州局怎么透视,aapoker ai插件,模板教程(有挂辅助)-哔哩哔哩1、很好的工具软件...
透视肯定!wpk透视是真的假的... 透视肯定!wpk透视是真的假的,德州局怎么透视,窍要教程(的确有挂)-哔哩哔哩1、wpk透视是真的假...
透视智能ai!wepokerp... 透视智能ai!wepokerplus脚本,wepoker怎么获得好牌,攻略教程(有挂技巧)-哔哩哔哩...
透视系统!德州局透视脚本下载安... 透视系统!德州局透视脚本下载安装最新版本,wpk安卓下载辅助,课程教程(有挂教学)-哔哩哔哩1、下载...
透视辅助!德普之星透视辅助软件... 透视辅助!德普之星透视辅助软件是真的吗,wepoker底牌透视,妙计教程(有挂方针)-哔哩哔哩1、这...
透视真的!hhpoker辅助靠... 透视真的!hhpoker辅助靠谱吗,pokerworld破解版下载,讲义教程(有挂方针)-哔哩哔哩1...
透视脚本!aapoker辅助工... 透视脚本!aapoker辅助工具安全吗,hhpoker视频巡查真的假的,练习教程(揭秘有挂)-哔哩哔...