Starting a project with Angular and D3

Hi,

Is there a recommendation on how to start a project of D3 and Angular?
Is there a starter project which i can begin with? not old project.
I found a project in GitHub but it’s old, using old angular-cli and d3 and I can’t build it.
Thanks

Starting a project with D3 and Angular can be a rewarding endeavor, but it’s important to ensure you have the right tools and structure in place. While there may not be a specific official starter project for this combination, I can provide some recommendations on how to begin a project using the latest versions of Angular and D3
GitHub Link : https://github.com/imakashram/world-population-data-viz

Tried your github link but it doesn’t wotk.

world-population-dashboard:11 Refused to apply style from 'http://localhost:4200/world-population-data-viz/styles.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
world-population-dashboard:12 
        
GET http://localhost:4200/world-population-data-viz/runtime.js net::ERR_ABORTED 404 (Not Found)
world-population-dashboard:12 
        
GET http://localhost:4200/world-population-data-viz/polyfills.js net::ERR_ABORTED 404 (Not Found)
world-population-dashboard:12 
        
GET http://localhost:4200/world-population-data-viz/vendor.js net::ERR_ABORTED 404 (Not Found)
world-population-dashboard:12 
        
GET http://localhost:4200/world-population-data-viz/main.js net::ERR_ABORTED 404 (Not Found)
world-population-dashboard:12 
        
GET http://localhost:4200/world-population-data-viz/styles.js net::ERR_ABORTED 404 (Not Found)
world-population-dashboard:1 Refused to execute script from 'http://localhost:4200/world-population-data-viz/styles.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.

I’m sorry to hear that you’re facing issues with the GitHub link.
I have fixed the issue in the branch and also updated the readme file. You should now be able to work with it.
If you need any further assistance, please feel free to let me know.