Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
provideILayerSearchSource,
provideStoredQueriesSearchSource,
provideOsrmRoutingSource
} from '@igo2/geo';
import { environment } from '../environments/environment';
import { PortalModule } from './pages';
import { AppComponent } from './app.component';
@NgModule({
declarations: [AppComponent],
imports: [
BrowserModule,
BrowserAnimationsModule,
RouterModule.forRoot([]),
IgoAuthModule.forRoot(),
IgoMessageModule,
IgoSpinnerModule,
IgoStopPropagationModule,
PortalModule
],
providers: [
provideConfigOptions({
default: environment.igo,
path: './config/config.json'
}),
RouteService,
provideNominatimSearchSource(),
provideIChercheSearchSource(),
provideIChercheReverseSearchSource(),
provideCoordinatesReverseSearchSource(),
provideILayerSearchSource(),