Skip to content

Commit f0dd50a

Browse files
committed
skipped git initialization while creating ng app to avoid git error
1 parent 03ba961 commit f0dd50a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devon4ng-lazy-loading/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once you have setup devonfw ide, you are ready to create your devon4ng applicati
3131
[step]
3232
== Introduction
3333
--
34-
createDevon4ngProject("level-app", "", ["--style=scss", "--routing=true", "--strict=false"])
34+
createDevon4ngProject("level-app", "", ["--style=scss", "--routing=true", "--strict=false", "--skip-git=true"])
3535
--
3636

3737
In the file app.component.html delete all the content and put in the `router-outlet` tag.

0 commit comments

Comments
 (0)