Visualize Nault Component/app structure
Angular can produce source maps, which then can be viewed with
Prerequisites:
Edit in angular.json
"sourceMap": true, "namedChunks": true,
and
npm install source-map-explorer
@Nault/nano Will we have separate angular.json files ?
No, as Nault stays one project with just seperate flavours.
Maybe we could use something like https://compodoc.app/ ?
Maybe we could use something like https://compodoc.app/ ? I was just looking for something to get into the current code more quickly. Ssource-map-explorer was kind of cool and uses sourcemaps generated during build.
CompoDoc looks awesome and has more information. Let´s use it.