Код: Выделить всё
pause.component.htmlКод: Выделить всё
< /code>
pause.component.ts@Component({
selector: 'pause-icon',
imports: [],
templateUrl: './pause.component.html',
})
export default class PauseIcon {
@Input() width?: number = 800;
@Input() height?: number = 800;
@Input() strokeColor?: string = '#fff';
@Input() strokeWidth?: number = 4;
}
< /code>
внутри других компонентов:
< /code>
Ниже я прикрепил два изображения: первое - это размер SVG, а второе - это размер компонента паузы.
Подробнее здесь: https://stackoverflow.com/questions/794 ... -component
Мобильная версия