Changeset c152da1
- Timestamp:
- 10/27/21 21:42:23 (3 years ago)
- Branches:
- dev
- Children:
- 6b0fbbe
- Parents:
- 15a34a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clients/Angular/finki-chattery/src/app/modules/questioning/services/questioning-api.service.ts
r15a34a3 rc152da1 2 2 import { Injectable } from '@angular/core'; 3 3 import { Observable } from 'rxjs'; 4 import { AskQuestionRequest } from 'src/app/shared-app/models'; 4 5 import { BaseApiService } from 'src/app/shared-app/services/base-api.service'; 5 import { AskQuestionRequest } from '../models/questioning-request.models';6 6 7 7 @Injectable({
Note:
See TracChangeset
for help on using the changeset viewer.