Skip to content
Snippets Groups Projects
Verified Commit 00326526 authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Rename content-answer-list to new convention

parent e49b5f0e
1 merge request!97Resolve "Refactor project structure"
Pipeline #13735 passed with stage
in 35 seconds
......@@ -66,7 +66,7 @@ import { CreatorRoomComponent } from './components/pages/creator-room/creator-ro
import { ContentDetailComponent } from './components/pages/content-detail/content-detail.component';
import { ContentListComponent } from './components/fragments/content-list/content-list.component';
import { ContentService } from './services/http/content.service';
import { ContentAnswersListComponent } from './components/fragments/content-answers-list/content-answers-list.component';
import { ContentAnswersListComponent } from './components/fragments/answers-list/answers-list.component';
import { ContentAnswerService } from './services/http/content-answer.service';
import { RoomDeletionComponent } from './components/dialogs/room-delete/room-delete.component';
import { AnswerStatisticsComponent } from './components/fragments/statistics/statistics.component';
......
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { ContentAnswersListComponent } from './content-answers-list.component';
import { ContentAnswersListComponent } from './answers-list.component';
describe('ContentAnswersListComponent', () => {
let component: ContentAnswersListComponent;
......
......@@ -6,8 +6,8 @@ import { ContentService } from '../../../services/http/content.service';
@Component({
selector: 'app-content-answers-list',
templateUrl: './content-answers-list.component.html',
styleUrls: ['./content-answers-list.component.scss']
templateUrl: './answers-list.component.html',
styleUrls: ['./answers-list.component.scss']
})
export class ContentAnswersListComponent implements OnInit {
textAnswers: AnswerText[];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment