Skip to content

Commit 137d7c8

Browse files
committed
Updated Reade.md and the CHANGELOG.md
1 parent 5ff451d commit 137d7c8

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## Version 1.3.0
4+
5+
- New feature: You can now generate a markdown file that summarizes all the Angular modules.
6+
- Various refactoring.
7+
38
## Version 1.2.2
49

510
- Fixed bug: Show component hierarchy no longer fails when the Angular application contains recursive component.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ Please notice that some online tools and sites do not support Mermaid markdown f
4343

4444
![Generate graph in Mermaid notation](https://github.com/CoderAllan/vscode-angulartools/raw/main/images/GenerateMermaid.gif)
4545

46+
### Generate a markdown file that summarizes all the Angular modules [#](modules-to-markdown- 'Modules to Markdown')
47+
48+
This command will scan all *.ts files in the workspace folders and find those classes that are decorated with the '@NgModule' class decorator and parse the module definition and then summarize each module into a markdown file.
49+
50+
The summarization will consist of two parts: First a table listing how many imports, exports, declarations and so on each module contains. The second part shows what each module contain.
51+
52+
![Generate markdown file from all modules](https://github.com/CoderAllan/vscode-angulartools/raw/main/images/ModulesToMarkdown.gif)
53+
4654
### Show the directory structure of the project [#](#directory-structure- 'Show the directory structure of the project')
4755

4856
This command lists the entire directory structure of the currently open project. Sometimes this can be a quick way to get an overview of the project if you are new to the project before og maybe need to document it.

images/ModulesToMarkdown.gif

1.97 MB
Loading

0 commit comments

Comments
 (0)