Changeset 45cf412 for src/Clients/Angular/finki-chattery/src/app/modules/questioning/questioning.routes.ts
- Timestamp:
- 10/21/21 19:52:33 (3 years ago)
- Branches:
- dev
- Children:
- 1e33fad, 81c2e6f, dd731cd
- Parents:
- 3b395c5 (diff), 31c006c (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/questioning.routes.ts
r3b395c5 r45cf412 2 2 import { Routes, RouterModule } from '@angular/router'; 3 3 import { QuestionPreviewGeneralComponent } from './components/question-preview-general/question-preview-general.component'; 4 import { QuestionsPreviewGeneralComponent } from './components/questions-preview-general/questions-preview-general.component'; 4 5 5 6 const routes: Routes = [ 7 { 8 path: 'preview', 9 pathMatch: 'full', 10 component: QuestionsPreviewGeneralComponent 11 }, 6 12 { 7 13 path: ':questionUid',
Note:
See TracChangeset
for help on using the changeset viewer.