Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating one plantuml for the whole project #42

Open
yohaoquan opened this issue Jun 27, 2019 · 1 comment
Open

creating one plantuml for the whole project #42

yohaoquan opened this issue Jun 27, 2019 · 1 comment
Labels

Comments

@yohaoquan
Copy link

Hi. This might be a big noob question, thanks for your help in advance.
I am creating a new ionic project which uses Typescript and am now trying to generate a UML diagram of all the pages and services I have in my project.
basically, I have 4 pages, each page have a .ts file which all imports one ts file called orgService.ts. When I use this orgService.ts as input, the uml generated only shows the orgService and files the orgService.ts imports, but not ones that import orgService.ts. How do I have all of them in a single uml diagram?

Thanks for the help again :)

@bafolts
Copy link
Owner

bafolts commented Jun 27, 2019

Can you provide the input you are using? The --project command line option can take a tsconfig file and use that to generate the UML for a project. If you are using the project command line option there may be a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants