使用angular6中的carosel显示值列表

时间:2018-07-12 09:31:46

标签: typescript carousel angular6

在列表模型中获取值。如何使用转盘显示值列表。

this.http.get('/api/test/' + this.authService.namespace
      , options)
      .subscribe((data) => {
        console.log('Values' + JSON.stringify(data));
        this.sample= data.json();

0 个答案:

没有答案