Commit be35fa52 authored by Ratnadeep Rajendra Kharade's avatar Ratnadeep Rajendra Kharade
Browse files

provided HereMapComponent in HireBikeRoutingModule declarations

parent 58f957c3
......@@ -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 {}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment