GWD与angular 2+-数据绑定问题

时间:2018-09-03 07:40:18

标签: google-web-designer

        gwd.auto_AboutEventMouseout = function(event) {
              // GWD Predefined Function
              gwd.actions.events.setInlineStyle('aboutEvent', 'border-bottom: none;');
              document.getElementById('onLoadData').style.visibility = 'visible';
            };

当我将鼠标悬停在上方时,这是gwd生成的代码-

             <li class="gwd-span-1anh" id="aboutEvent"><a>ABOUT</a>

因此,我们可以通过任何方式进行双向数据绑定或* ngFor进行数组迭代。

0 个答案:

没有答案