Open yWebDev opened 2 weeks ago
Madge is a developer tool for generating a visual graph of your module dependencies, finding circular dependencies, and giving you other useful info
— madge npm docs
npx madge src/main.ts --ts-config tsconfig.json --image ./deps.webp
and we can use them to
determine codebase health find areas to improve communicate with non-technical colleagues
ref: https://angularexperts.io/blog/top-10-angular-architecture-mistakes
Madge is a developer tool for generating a visual graph of your module dependencies, finding circular dependencies, and giving you other useful info
— madge npm docs
npx madge src/main.ts --ts-config tsconfig.json --image ./deps.webp
and we can use them to
determine codebase health find areas to improve communicate with non-technical colleagues
ref: https://angularexperts.io/blog/top-10-angular-architecture-mistakes