question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RoundProgressModule is not an NgModule

See original GitHub issue

Hi,

Im trying to use this within an angular-cli project, I have installed via npm and imported into my app:

import { RoundProgressModule } from 'angular-svg-round-progressbar';
@NgModule({
  declarations: [
    AppComponent,
  ],
  imports: [
    BrowserModule,
    FormsModule,
    ReactiveFormsModule,
    HttpModule,
    routing,

    DashboardModule,
    RoundProgressModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})

export class AppModule { }

but when I try and either build or serve the app using ng serve I get an error:

ERROR in RoundProgressModule is not an NgModule

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
NitheshHeshithacommented, Mar 13, 2017

So when can we except ?

1reaction
crisbetocommented, Mar 13, 2017

Alright, then it’s related to the issues that people are reporting at https://github.com/crisbeto/angular-svg-round-progressbar/issues/65. I need to switch to using ngc.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ng build shows "not an ngModule" error for external imported ...
[ x] bug report -> ng build shows error as "not an ngModule" for imported modules ..i tried with "RoundProgressModule", "BusyModule" Versions.
Read more >
Developers - RoundProgressModule is not an NgModule -
Hi,. Im trying to use this within an angular-cli project, I have installed via npm and imported into my app: import { RoundProgressModule...
Read more >
ERROR in ** is not an NgModule - Stack Overflow
The FINAL solution: You must compile your library using the Ahead-Of-Time compiler (ngc). It will add some metadata that allos the project ...
Read more >
angular-svg-round-progressbar - npm
Angular module that uses SVG to create a circular progressbar. Latest version: 9.0.0, last published: 3 months ago.
Read more >
Angular-svg-round-progressbar - npm.io
import {NgModule} from '@angular/core'; import {RoundProgressModule} from ... No, easeOutCubic, linearEase easeInQuad easeOutQuad easeInOutQuad easeInCubic ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found