We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8891757 commit cd8b78eCopy full SHA for cd8b78e
docs/content/guide/module.ngdoc
@@ -5,9 +5,8 @@
5
# What is a Module?
6
7
Most applications have a main method which instantiates, wires, and bootstraps the application.
8
-Angular apps don't have a main method, instead modules serve the purpose of declaratively
9
-specifying how an application should be bootstrapped. There are several advantages to this
10
-approach:
+Angular apps don't have a main method. Instead modules declaratively specify how an application
+should be bootstrapped. There are several advantages to this approach:
11
12
* The process is more declarative which is easier to understand
13
* In unit-testing there is no need to load all modules, which may aid in writing unit-tests.
0 commit comments