Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit d07d428

Browse files
pixelchuteswardbell
authored andcommitted
docs(devguide): add missing app.module.js source in Basics > Forms (#2342)
Add missing app.module.js source example in Basics > Forms dev guide - File is missing for JavaScript, but present for TypeScript
1 parent 45fec1c commit d07d428

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/docs/js/latest/guide/forms.jade

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ figure.image-display
636636
`forms/js/app/hero-form.component.js,
637637
forms/js/app/hero-form.component.html,
638638
forms/js/app/hero.js,
639+
forms/js/app/app.module.js,
639640
forms/js/app/app.component.js,
640641
forms/js/app/main.js,
641642
forms/js/index.html,
@@ -644,6 +645,7 @@ figure.image-display
644645
`hero-form.component.js,
645646
hero-form.component.html,
646647
hero.js,
648+
app.module.js,
647649
app.component.js,
648650
main.js,
649651
index.html,

0 commit comments

Comments
 (0)