@@ -18,7 +21,7 @@
[outlined]="true"
label="New"
class="mr-2"
- (onClick)="openNewQuestion()"/>
+ (onClick)="openNewQuestion()" />
} @else {
-
+
}
Questions
- @ if (isAdmin) {
+ @if (isAdmin) {
|
{{ question.id }} |
{{ question.title }} |
{{ question.topics.join(', ') }} |
{{ question.difficulty }} |
-
+ {{ clickedOnQuestion?.title }}
{{ clickedOnQuestion?.description }}
-
\ No newline at end of file
+
|