選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
|
- <section class="alert-box">
- <header>
- <svg-icon [applyClass]="true" class="icon" src="assets/custom-icons/warning.svg"></svg-icon>
- <h5> Delete Media </h5>
- </header>
- <p>
- Are you sure you want to delete this?
- </p>
- <p>
- <strong> Note: </strong> You can always download it back if you would like to.
- </p>
- <div class="action-buttons">
- <button (click)="closePopup('false')"> Cancel </button>
- <button class="confirmation-button" (click)="closePopup('true')"> Delete </button>
- </div>
- </section>
|