We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on Using ng generate ng2-charts-schematics:pie my-pie-chart Getting below terminal output Error:
ng generate ng2-charts-schematics:pie my-pie-chart
import [ InsertChange { path: '/src/app/app.module.ts', pos: 3230, toAdd: ',\r\n ChartsModule', description: 'Inserted ,\r\n' + ' ChartsModule into position 3230 of /src/app/app.module.ts', order: 3230 }, InsertChange { path: '/src/app/app.module.ts', pos: 1484, toAdd: ";\nimport { ChartsModule } from 'ng2-charts'", description: 'Inserted ;\n' + "import { ChartsModule } from 'ng2-charts' into position 1484 of /src/app/app.module.ts", order: 1484 } ] Index 3230 outside of range [0, 292].
How can I do job of 'ng generate ng2-charts' manually?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
on Using
ng generate ng2-charts-schematics:pie my-pie-chart
Getting below terminal output Error:
How can I do job of 'ng generate ng2-charts' manually?
The text was updated successfully, but these errors were encountered: