Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/src/app/locations-form/locations-form.component.ts

    r59329aa re29cc2e  
    1 import { Component, EventEmitter, OnInit, Output } from '@angular/core';
     1import { Component, OnInit } from '@angular/core';
    22import { FormBuilder, FormControl } from '@angular/forms';
    33import { map, startWith, switchMap } from 'rxjs/operators';
     
    1313import { Region } from '../_models/region';
    1414import { RegionService } from '../_services/region.service';
    15 import { ActivatedRoute, Params, Router } from '@angular/router';
    16 import { Location } from '../_models/location';
     15import { ActivatedRoute, Router } from '@angular/router';
    1716
    1817
Note: See TracChangeset for help on using the changeset viewer.