Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
5 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
provided HereMapComponent in AppModule declarations
parent
be35fa52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/app.module.ts
+2
-0
src/app/app.module.ts
with
2 additions
and
0 deletions
+2
-0
src/app/app.module.ts
+
2
-
0
View file @
9fe32c43
...
@@ -17,6 +17,7 @@ import { AppRoutingModule } from './app-routing.module';
...
@@ -17,6 +17,7 @@ import { AppRoutingModule } from './app-routing.module';
import
{
RestService
}
from
'
./rest.service
'
;
import
{
RestService
}
from
'
./rest.service
'
;
import
{
ToastService
}
from
'
./services/toast.service
'
;
import
{
ToastService
}
from
'
./services/toast.service
'
;
import
{
FormsModule
,
ReactiveFormsModule
}
from
'
@angular/forms
'
;
import
{
FormsModule
,
ReactiveFormsModule
}
from
'
@angular/forms
'
;
import
{
HereMapComponent
}
from
'
./components/here-map/here-map.component
'
;
@
NgModule
({
@
NgModule
({
declarations
:
[
AppComponent
],
declarations
:
[
AppComponent
],
...
@@ -37,6 +38,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
...
@@ -37,6 +38,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
RestService
,
RestService
,
NativeGeocoder
,
NativeGeocoder
,
ToastService
,
ToastService
,
HereMapComponent
,
{
provide
:
RouteReuseStrategy
,
useClass
:
IonicRouteStrategy
}
{
provide
:
RouteReuseStrategy
,
useClass
:
IonicRouteStrategy
}
],
],
bootstrap
:
[
AppComponent
]
bootstrap
:
[
AppComponent
]
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets