source: src/Clients/Angular/finki-chattery/src/app/modules/questioning/components/questioning-components.ts@ c205cc4

dev
Last change on this file since c205cc4 was 79ae621, checked in by Стојков Марко <mst@…>, 3 years ago

Merged dev

  • Property mode set to 100644
File size: 700 bytes
Line 
1import { QuestionPreviewGeneralComponent } from './question-preview-general/question-preview-general.component';
2import { QuestioningGeneralComponent } from './questioning-general/questioning-general.component';
3import { QuestionsPreviewGeneralComponent } from './questions-preview-general/questions-preview-general.component';
4import { QuestionsSearchComponent } from './questions-search/questions-search.component';
5import { AskQuestionComponent } from './ask-question/ask-question.component';
6
7export const QUESTIONING_COMPONENTS: any[] = [
8 QuestionPreviewGeneralComponent,
9 QuestionsPreviewGeneralComponent,
10 QuestioningGeneralComponent,
11 QuestionsSearchComponent,
12 AskQuestionComponent
13];
Note: See TracBrowser for help on using the repository browser.