标签: typescript carousel angular6
在列表模型中获取值。如何使用转盘显示值列表。
this.http.get('/api/test/' + this.authService.namespace , options) .subscribe((data) => { console.log('Values' + JSON.stringify(data)); this.sample= data.json();