-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
angular 6 compat? #15
Comments
Please fix Angular 6 compatibility! |
Please support Angular 6 ASAP !!! |
Hello @tosehee75, @SpiderPork, @jhlee1025, The existing |
Hello @rousan i still having this message when i try to upgrade mi angular version to the latest
i already delete and reinstall any idea on how to upgrade? |
I have the same problem, with the same error message. |
Hey @torresdaniel11, |
hello @rousan ,
Getting the below error in browser at runtime:
updatetried using |
@balaji142857, Please avoid the warning appeared during installing the package, import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
// Import fusioncharts modules
import * as FusionCharts from 'fusioncharts';
import * as Charts from 'fusioncharts/fusioncharts.charts';
import * as FintTheme from 'fusioncharts/themes/fusioncharts.theme.fint';
import { FusionChartsModule } from 'angular4-fusioncharts';
import { AppComponent } from './app.component';
// Call fcRoot with FusionCharts as first argument
FusionChartsModule.fcRoot(FusionCharts, Charts, FintTheme);
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
FusionChartsModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { } |
@rousan thanks, it worked |
import { BrowserModule } from '@angular/platform-browser'; import { AppComponent } from './app.component'; @NgModule({ |
@nitthi, |
@Nisha-Yadav-1 |
@nitthi |
i have the same error as @Nisha-Yadav-1 i start a new project created with AngularCLI
@rousan i follow your example (is working on my angular 4 project) but in this project (V6) i have this error : Please, give me a hand on this Thanks //----------------------------------------------------------------------------------------------- i fix iti found that in my packag-lock.json i had fusioncharts version 3.13.1 i replace
with
then i delete my node_module folder and run
and everything start working again! |
@torresdaniel11 please refer the new plugin for fusioncharts, angular-fusioncharts |
Any plan for this????????????????????
The text was updated successfully, but these errors were encountered: