Ignore:
Timestamp:
10/21/21 19:52:33 (3 years ago)
Author:
Стојков Марко <mst@…>
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.
Message:

Merged feature add categoreis to ngrx state into dev

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Clients/Angular/finki-chattery/src/app/modules/questioning/questioning.routes.ts

    r3b395c5 r45cf412  
    22import { Routes, RouterModule } from '@angular/router';
    33import { QuestionPreviewGeneralComponent } from './components/question-preview-general/question-preview-general.component';
     4import { QuestionsPreviewGeneralComponent } from './components/questions-preview-general/questions-preview-general.component';
    45
    56const routes: Routes = [
     7  {
     8    path: 'preview',
     9    pathMatch: 'full',
     10    component: QuestionsPreviewGeneralComponent
     11  },
    612  {
    713    path: ':questionUid',
Note: See TracChangeset for help on using the changeset viewer.