我想用来自JSON对象的src实现img.
在AngularJS中,我可以这样做:
<img ng-src="{{hash}}" alt="Description" />
在Angular 2+中有没有相同的东西?
angular
angular ×1