mirror of
				https://github.com/DerTyp7/osm-routing-angular.git
				synced 2025-10-31 05:17:07 +01:00 
			
		
		
		
	Initial Commit
This commit is contained in:
		| @@ -1,14 +1,21 @@ | ||||
| import { NgModule } from '@angular/core'; | ||||
| import { BrowserModule } from '@angular/platform-browser'; | ||||
|  | ||||
| import { HttpClientModule } from '@angular/common/http'; | ||||
| import { AppComponent } from './app.component'; | ||||
| import { SearchComponent } from './search/search.component'; | ||||
| import { MapComponent } from './map/map.component'; | ||||
| import { RouteListComponent } from './route-list/route-list.component'; | ||||
|  | ||||
| @NgModule({ | ||||
|   declarations: [ | ||||
|     AppComponent | ||||
|     AppComponent, | ||||
|     SearchComponent, | ||||
|     MapComponent, | ||||
|     RouteListComponent, | ||||
|   ], | ||||
|   imports: [ | ||||
|     BrowserModule | ||||
|     BrowserModule, | ||||
|     HttpClientModule | ||||
|   ], | ||||
|   providers: [], | ||||
|   bootstrap: [AppComponent] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Janis Meister
					Janis Meister