Ignore:
Timestamp:
01/24/22 21:08:32 (2 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
76712b2
Parents:
bdd6491
Message:

signup/login server errors on front and remove location from planner

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

Legend:

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

    rbdd6491 rb738035  
    77    constructor(){
    88        this.id = 1;
    9         this.name= 'City name';
    10         this.description= 'City description';
     9        this.name= '';
     10        this.description= '';
    1111    }
    1212}
Note: See TracChangeset for help on using the changeset viewer.