Changeset 8b6791f for src/Clients/Angular/finki-chattery/src/app/modules/questioning/components/questioning-components.ts
- Timestamp:
- 10/22/21 21:47:17 (3 years ago)
- Branches:
- dev
- Children:
- 466d1ac, 5ad5988
- Parents:
- 81c2e6f (diff), 70e04f1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clients/Angular/finki-chattery/src/app/modules/questioning/components/questioning-components.ts
r81c2e6f r8b6791f 1 1 import { QuestionPreviewGeneralComponent } from './question-preview-general/question-preview-general.component'; 2 import { QuestioningGeneralComponent } from './questioning-general/questioning-general.component'; 2 3 import { QuestionsPreviewGeneralComponent } from './questions-preview-general/questions-preview-general.component'; 3 4 4 export const QUESTIONING_COMPONENTS: any[] = [QuestionPreviewGeneralComponent, QuestionsPreviewGeneralComponent]; 5 export const QUESTIONING_COMPONENTS: any[] = [ 6 QuestionPreviewGeneralComponent, 7 QuestionsPreviewGeneralComponent, 8 QuestioningGeneralComponent 9 ];
Note:
See TracChangeset
for help on using the changeset viewer.