Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tried installation process, can't find module for some reason
  • Loading branch information
ema14006 committed Mar 30, 2019
1 parent 9f61f89 commit 28c794e
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 1 deletion.
119 changes: 119 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -27,6 +27,7 @@
"core-js": "^2.6.3",
"fusioncharts": "^3.13.4",
"hammerjs": "^2.0.8",
"ng-canvas-gauges": "^6.0.0",
"rxjs": "^6.2.2",
"rxjs-compat": "^6.2.2",
"zone.js": "^0.8.29"
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.html
@@ -1,2 +1,2 @@
<app-header></app-header>
<router-outlet></router-outlet>
<router-outlet></router-outlet>
2 changes: 2 additions & 0 deletions src/app/app.module.ts
Expand Up @@ -4,6 +4,7 @@ import { RouterModule, Routes } from '@angular/router';
import { HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';
import { GaugeModule } from 'angular-gauge';
import { FusionChartsModule } from 'angular-fusioncharts';
import {GaugesModule} from 'ng-canvas-gauges';

import { AppComponent } from './app.component';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
Expand Down Expand Up @@ -43,6 +44,7 @@ FusionChartsModule.fcRoot(FusionCharts, Charts, Widgets, FusionTheme)
BrowserAnimationsModule,
HttpClientModule,
FusionChartsModule,
GaugesModule,
RouterModule.forRoot([

{path: 'dashboard', component: FrontpageComponent},
Expand Down

0 comments on commit 28c794e

Please sign in to comment.