Ignore:
Timestamp:
11/11/21 12:59:26 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
59329aa
Parents:
6c1585f
Message:

add location to planner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/src/app/_models/dto/plannerDto.ts

    r6c1585f rceaed42  
     1import { Location } from "../location";
     2
    13export class PlannerDto{
    24    name: string;
    35    description: string;
    4     locationList: any[];
     6
    57
    68    constructor(){
    79        this.name = '';
    810        this.description = '';
    9         this.locationList = [];
     11     
    1012    }
    1113}
Note: See TracChangeset for help on using the changeset viewer.