Skip to content

Commit 7afa978

Browse files
Arshjeet2003pkozlowski-opensource
authored andcommitted
docs: fix image src in feature modules (angular#57607)
fix image src in feature modules at /guide/ngmodules/feature-modules PR Close angular#57607
1 parent b035cae commit 7afa978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: adev/src/content/guide/ngmodules/feature-modules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Next, in the `AppComponent`, `app.component.html`, add the tag `<app-customer-da
147147

148148
Now, in addition to the title that renders by default, the `CustomerDashboardComponent` template renders too:
149149

150-
<img alt="feature module component" src="assets/images/guide/ngmodules/feature-module.png">
150+
<img alt="feature module component" src="assets/images/guide/modules/feature-module.png">
151151

152152
## More on NgModules
153153

0 commit comments

Comments
 (0)