source: trip-planner-front/src/app/app.component.ts@ 1ad8e64

Last change on this file since 1ad8e64 was ceaed42, checked in by Ema <ema_spirova@…>, 3 years ago

add location to planner

  • Property mode set to 100644
File size: 274 bytes
Line 
1import { Component } from '@angular/core';
2
3@Component({
4 selector: 'app-root',
5 templateUrl: './app.component.html',
6 styleUrls: ['./app.component.css']
7})
8export class AppComponent {
9 title = 'trip-planner-front';
10 constructor() {
11 }
12
13 ngOnInit(): void {
14 }
15
16
17}
Note: See TracBrowser for help on using the repository browser.