You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android SDK Tools : 26.1.1
NodeJS : v8.0.0
npm : 6.7.0
OS : Linux 4.4
My app.module.ts:
import { BrowserModule } from '@angular/platform-browser';
import { HttpClientModule } from '@angular/common/http';
import { ErrorHandler, NgModule } from '@angular/core';
import { IonicApp, IonicErrorHandler, IonicModule } from 'ionic-angular';
import { MyApp } from './app.component';
import { SplashScreen } from '@ionic-native/splash-screen';
import { StatusBar } from '@ionic-native/status-bar';
import {GaugesModule} from 'ng-canvas-gauges/lib';
@NgModule({
declarations: [
MyApp
],
imports: [
BrowserModule,
HttpClientModule,
GaugesModule,
IonicModule.forRoot(MyApp),
IonicStorageModule.forRoot()
],
bootstrap: [IonicApp],
entryComponents: [
MyApp
],
providers: [
SplashScreen,
StatusBar,
{provide: ErrorHandler, useClass: IonicErrorHandler}
]
})
export class AppModule {}
ERROR
[```
12:39:19] ngc started ...
[12:39:22] typescript error
Unexpected value 'GaugesModule in
/../../../../node_modules/ng-canvas-gauges/lib/index.d.ts' imported by the module
'AppModule in /../../../../src/app/app.module.ts'. Please add a @NgModule
annotation.
Would you help me
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying this on Ionic. I followed the install instructions. Then added imports to
app.module.ts
cordova (Cordova CLI) : 8.1.2 ([email protected])
Cordova Platforms : android 7.1.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.0.5, cordova-plugin-ionic-webview 1.1.1, (and 9 other plugins)
Android SDK Tools : 26.1.1
NodeJS : v8.0.0
npm : 6.7.0
OS : Linux 4.4
[```
12:39:19] ngc started ...
[12:39:22] typescript error
Unexpected value 'GaugesModule in
/../../../../node_modules/ng-canvas-gauges/lib/index.d.ts' imported by the module
'AppModule in /../../../../src/app/app.module.ts'. Please add a @NgModule
annotation.
The text was updated successfully, but these errors were encountered: