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
be35fa52
Commit
be35fa52
authored
Dec 02, 2019
by
Ratnadeep Rajendra Kharade
Browse files
provided HereMapComponent in HireBikeRoutingModule declarations
parent
58f957c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/hirebike/hirebike.module.ts
View file @
be35fa52
...
...
@@ -7,6 +7,7 @@ import { IonicModule } from '@ionic/angular';
import
{
HirebikePageRoutingModule
}
from
'
./hirebike-routing.module
'
;
import
{
HirebikePage
}
from
'
./hirebike.page
'
;
import
{
HereMapComponent
}
from
'
../components/here-map/here-map.component
'
;
@
NgModule
({
imports
:
[
...
...
@@ -15,6 +16,7 @@ import { HirebikePage } from './hirebike.page';
IonicModule
,
HirebikePageRoutingModule
],
declarations
:
[
HirebikePage
]
declarations
:
[
HirebikePage
,
HereMapComponent
]
})
export
class
HirebikePageModule
{}
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