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

Last change on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 271 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}
Note: See TracBrowser for help on using the repository browser.