Nault icon indicating copy to clipboard operation
Nault copied to clipboard

Visualize Nault Component/app structure

Open sebrock opened this issue 5 years ago • 4 comments

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

npm

sebrock avatar Jul 28 '20 12:07 sebrock

@Nault/nano Will we have separate angular.json files ?

sebrock avatar Jul 28 '20 12:07 sebrock

No, as Nault stays one project with just seperate flavours.

BitDesert avatar Jul 29 '20 08:07 BitDesert

Maybe we could use something like https://compodoc.app/ ?

BitDesert avatar Jul 29 '20 08:07 BitDesert

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.

sebrock avatar Jul 29 '20 12:07 sebrock