Skip to content
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

simply doesn't work #210

Open
ohabash opened this issue Dec 27, 2023 · 1 comment
Open

simply doesn't work #210

ohabash opened this issue Dec 27, 2023 · 1 comment

Comments

@ohabash
Copy link

ohabash commented Dec 27, 2023

I followed the install steps below. An angular component renders with nothing in it. I dont see any console errors

Screenshot 2023-12-27 at 2 53 43 PM

1

npm install ng-circle-progress --save

2

added it to the imports of my module like the install guide

3

<circle-progress
  [percent]="85"
  [radius]="100"
  [outerStrokeWidth]="16"
  [innerStrokeWidth]="8"
  [outerStrokeColor]="'#78C000'"
  [innerStrokeColor]="'#C7E596'"
  [animation]="true"
  [animationDuration]="300"
></circle-progress>

Versions


     _                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / △ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
 /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                |___/
    

Angular CLI: 14.2.13
Node: 16.19.0
Package Manager: npm 8.19.3 
OS: darwin arm64

Angular: 14.2.12
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router, service-worker

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1402.12
@angular-devkit/build-angular   14.2.13
@angular-devkit/core            14.2.12
@angular-devkit/schematics      14.2.12
@angular/cdk                    14.2.7
@angular/cli                    14.2.13
@angular/fire                   6.1.5
@angular/material               14.2.7
@angular/pwa                    13.3.11
@schematics/angular             14.2.12
ng-packagr                      14.2.2
rxjs                            7.5.7
typescript                      4.8.4
   

installed version npm ls ng-circle-progress

ng-circle-progress@1.7.1

@neddyKG
Copy link

neddyKG commented Feb 5, 2024

Same here, followed all the steps, in my case I have Angular 13 so I installed with npm install ng-circle-progress@1.6.0 --save, but it doesn't work, nothing appears.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants