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
5 years ago
by
Ratnadeep Rajendra Kharade
Browse files
Options
Download
Email Patches
Plain Diff
provided HereMapComponent in HireBikeRoutingModule declarations
parent
58f957c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/hirebike/hirebike.module.ts
+3
-1
src/app/hirebike/hirebike.module.ts
with
3 additions
and
1 deletion
+3
-1
src/app/hirebike/hirebike.module.ts
+
3
-
1
View file @
be35fa52
...
@@ -7,6 +7,7 @@ import { IonicModule } from '@ionic/angular';
...
@@ -7,6 +7,7 @@ import { IonicModule } from '@ionic/angular';
import
{
HirebikePageRoutingModule
}
from
'
./hirebike-routing.module
'
;
import
{
HirebikePageRoutingModule
}
from
'
./hirebike-routing.module
'
;
import
{
HirebikePage
}
from
'
./hirebike.page
'
;
import
{
HirebikePage
}
from
'
./hirebike.page
'
;
import
{
HereMapComponent
}
from
'
../components/here-map/here-map.component
'
;
@
NgModule
({
@
NgModule
({
imports
:
[
imports
:
[
...
@@ -15,6 +16,7 @@ import { HirebikePage } from './hirebike.page';
...
@@ -15,6 +16,7 @@ import { HirebikePage } from './hirebike.page';
IonicModule
,
IonicModule
,
HirebikePageRoutingModule
HirebikePageRoutingModule
],
],
declarations
:
[
HirebikePage
]
declarations
:
[
HirebikePage
,
HereMapComponent
]
})
})
export
class
HirebikePageModule
{}
export
class
HirebikePageModule
{}
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