纠正转盘设计问题

时间:2018-06-02 00:53:45

标签: javascript php html css joomla

我已经定制了一个html-php模块,将投资组合图像显示为轮播,我也使用与本网站相同的模块

我也定制了模块的html代码,但是我有一个复制和前导航按钮问题,你看这里

你能帮我解决一下吗?

感谢 胺

1 个答案:

答案 0 :(得分:0)

脚本中的禁用导航箭头因此,请添加此

 ngOnInit() {

        this.route.parent.params.subscribe((params: Params) => {
           console.log( params);
        console.log("Id value" + params['id']);

       if (1) {
    this._custServ.getCustomerDetailsById(1)
      .subscribe((customer: ICustomer) => {
        this.customer = customer;
       //s console.log(customer.id);

      });
  }
});