Ignore:
Timestamp:
12/28/21 08:56:55 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
b738035
Parents:
84d0fbb
Message:

pre final presentation

File:
1 edited

Legend:

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

    r84d0fbb rbdd6491  
    88    priority: string;
    99    duration: number;
     10    trivia: string;
    1011    photo: any[];
    1112
     
    1718        this.priority = 'Location priority';
    1819        this.duration = 1;
     20        this.trivia = '';
    1921        this.photo = [];
    2022    }
Note: See TracChangeset for help on using the changeset viewer.