forked from doubtfire-lms/doubtfire-web
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: migrate the comments-modal - (initial)
- Loading branch information
1 parent
41bd343
commit a4da9ff
Showing
7 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions
10
src/app/common/modals/comments-modal/comments-modal.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { Component, Input, Inject } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'comments-modal', | ||
templateUrl: './comments-modal.component.html', | ||
styleUrls: ['./comments-modal.component.scss'], | ||
}) | ||
export class CommentsModalComponent { | ||
constructor() {} | ||
} |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters