mirror of
				https://github.com/DerTyp7/street-map-typescript.git
				synced 2025-10-30 21:27:09 +01:00 
			
		
		
		
	added header
This commit is contained in:
		| @@ -1,10 +1,17 @@ | ||||
| import { Component } from '@angular/core'; | ||||
| import { Component, OnInit } from '@angular/core'; | ||||
|  | ||||
|  | ||||
| @Component({ | ||||
|   selector: 'app-root', | ||||
|   templateUrl: './app.component.html', | ||||
|   styleUrls: ['./app.component.css'] | ||||
| }) | ||||
| export class AppComponent { | ||||
|   title = 'ts-streetmap'; | ||||
|  | ||||
| export class AppComponent implements OnInit{ | ||||
|   title = 'Street Map'; | ||||
|  | ||||
|   ngOnInit(): void { | ||||
|      | ||||
|   } | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Janis Meister
					Janis Meister