<button class="btn btn-default filter-button" (click)=getData(gallery.gallery_type_id)> {{gallery.type}}</button>
component.html按钮和向下加载的数据
<div class="gallery_product"> <img src="{{baseApiUrl}}/images/gallery/small/{{ima.image}}" class="img-responsive"
alt="{{ima?.image_title}}"> </div>
我的所有按钮都是静态的,其他按钮是动态的,并且在加载页面时,任何一个动态按钮都应该处于活动状态,例如,在单击状态为角度4时