Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hdastageeri
hft_awado_app
Commits
9fe32c43
Commit
9fe32c43
authored
Dec 02, 2019
by
Ratnadeep Rajendra Kharade
Browse files
provided HereMapComponent in AppModule declarations
parent
be35fa52
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/app.module.ts
View file @
9fe32c43
...
...
@@ -17,6 +17,7 @@ import { AppRoutingModule } from './app-routing.module';
import
{
RestService
}
from
'
./rest.service
'
;
import
{
ToastService
}
from
'
./services/toast.service
'
;
import
{
FormsModule
,
ReactiveFormsModule
}
from
'
@angular/forms
'
;
import
{
HereMapComponent
}
from
'
./components/here-map/here-map.component
'
;
@
NgModule
({
declarations
:
[
AppComponent
],
...
...
@@ -37,6 +38,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
RestService
,
NativeGeocoder
,
ToastService
,
HereMapComponent
,
{
provide
:
RouteReuseStrategy
,
useClass
:
IonicRouteStrategy
}
],
bootstrap
:
[
AppComponent
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment