We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b50f49 commit dcf8aabCopy full SHA for dcf8aab
docs/content/tutorial/step_04.ngdoc
@@ -119,8 +119,8 @@ Yeah, you guessed it: There is a better way!
119
120
Each feature/section, will declare its own module and have all related entities registered there.
121
The main module (`phonecatApp`) will declare a dependency on each feature/section module. Now,
122
-all it takes to reuse the same code on new project is copying the feature directory over and adding
123
-the feature module as a dependency in the new project's main module.
+all it takes to reuse the same code on a new project is copying the feature directory over and
+adding the feature module as a dependency in the new project's main module.
124
125
Here is what our `phoneList` feature will look like after this change:
126
0 commit comments