Ignore:
Timestamp:
11/02/21 22:14:57 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
6c1585f
Parents:
188ee53
Message:

create initial planner and routing with angular

Location:
trip-planner-front/src/app/_models
Files:
1 added
1 edited

Legend:

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

    r188ee53 r6a80231  
    66    constructor(){
    77        this.id = 1;
    8         this.name = 'Planner name';
    9         this.description = 'Planner description';
     8        this.name = '';
     9        this.description = '';
    1010    }
    1111}
Note: See TracChangeset for help on using the changeset viewer.