mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 05:17:41 +00:00
first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<div class="overlay" (click)="onOverlayClick()"></div>
|
||||
<div class="modal" (click)="$event.stopPropagation()">
|
||||
<div class="modal-header">
|
||||
<span class="modal-title">{{ title() }}</span>
|
||||
<button class="close-btn" (click)="onClose()" aria-label="Close">×</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<ng-content />
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user