Skip to content

Commit fe0d289

Browse files
Update src/demo/js/frameworks/angular.js
Co-authored-by: Copilot <[email protected]>
1 parent 024434e commit fe0d289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/js/frameworks/angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export async function loadAngularDemo(container) {
5757
npm install -g @angular/cli@20
5858
5959
# Create new Angular project
60-
ng new my-formeo-app --routing --style=scss
60+
ng new my-formeo-app --routing=true --style=scss
6161
6262
# Navigate to project
6363
cd my-formeo-app

0 commit comments

Comments
 (0)