You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you mean the "External Module" label? That's a misnomer that will be fixed relatively soon with #1184, your files are likely not actually marked as external.
@Gerrit0 They actually were marked External until I included the "include": ["./src/**/*.ts"] in tsconfig.json. Before that I just had a "files": ["./src/main.ts", "./src/polyfills.ts"], declaration.
I can't reproduce this with the commands you specified above. Note that the externals box is unchecked, which would hide any externals, but AppModule is included, indicating that it is not external.
TypeDoc is labeling all the files in an Angular app as external when you click on the links on the right. Did I not set up the configuration right?
Expected Behavior
All the code in the src/app folder should be internal.
Actual Behavior
Everything shows up as external.
Steps to reproduce the bug
Open the documentation, click on any of the files and they all say "External ...."
Environment
Windows 10
C:\Users\x\OneDrive\Documents\Websites\x\docs>node -v
v10.16.0
C:\Users\x\OneDrive\Documents\Websites\x\docs>typedoc --version
TypeDoc 0.16.7
Using TypeScript 3.7.5 from C:\Users\x\AppData\Roaming\nvm\v10.16.0\node_modules\typedoc\node_modules\typescript\lib
The text was updated successfully, but these errors were encountered: