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

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

Preview questions and search

  • Property mode set to 100644
File size: 480 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';
4
5export const QUESTIONING_COMPONENTS: any[] = [
6 QuestionPreviewGeneralComponent,
7 QuestionsPreviewGeneralComponent,
8 QuestioningGeneralComponent
9];
Note: See TracBrowser for help on using the repository browser.