Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
59329aa
for
trip-planner-front/src/app/_models/location.ts
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
11/23/21 14:58:44 (
3 years
ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:
adding photos
File:
1 edited
trip-planner-front/src/app/_models/location.ts
(modified)
(
3 diffs
)
Legend:
Unmodified
Added
Removed
trip-planner-front/src/app/_models/location.ts
rceaed42
r59329aa
1
1
2
export class Location{
2
3
…
…
7
8
priority: string;
8
9
duration: number;
10
photo: any[];
9
11
10
12
constructor(){
…
…
15
17
this.priority = 'Location priority';
16
18
this.duration = 1;
19
this.photo = [];
17
20
}
18
21
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive