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
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 :)
The text was updated successfully, but these errors were encountered:
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.
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 :)
The text was updated successfully, but these errors were encountered: