Last change
on this file since b738035 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 | |
---|
1 | import { Component } from '@angular/core';
|
---|
2 |
|
---|
3 | @Component({
|
---|
4 | selector: 'app-root',
|
---|
5 | templateUrl: './app.component.html',
|
---|
6 | styleUrls: ['./app.component.css']
|
---|
7 | })
|
---|
8 | export 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.