import { Component, Input } from '@angular/core'; @Component({ selector: 'img-with-loader', template: ` <div *ngIf="loading"> LOADING ...
確定! 回上一頁