Project

General

Profile

« Previous | Next » 

Revision 57732

Functionality for the country box in the home page

View differences:

app.module.ts
12 12
import { CountriesMapOverviewComponent } from './pages/home/countries-map-overview.component';
13 13
import { CountryPageComponent } from './pages/countrypage/country-page.component';
14 14
import { CountryMapComponent } from './pages/countrypage/country-map.component';
15
import { GaugeChartComponent } from './pages/home/gauge-chart.component';
15 16

  
16 17
@NgModule({
17 18
  declarations: [
......
21 22
    DataViewComponent,
22 23
    CountriesMapOverviewComponent,
23 24
    CountryPageComponent,
24
    CountryMapComponent
25
    CountryMapComponent,
26
    GaugeChartComponent
25 27
  ],
26 28
  imports: [
27 29
    BrowserModule,

Also available in: Unified diff