Skip to content

Commit 294b3bd

Browse files
authored
Merge pull request #2838 from adumesny/master
fixed ng readme
2 parents 6c899a7 + d06004e commit 294b3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public identify(index: number, w: GridStackWidget) {
162162

163163
You can see a fuller example at [app.component.ts](projects/demo/src/app/app.component.ts)
164164

165-
to build the demo, go to [angular/projects/demo](projects/demo/) and run `yarn` + `yarn upgrade` (ng18 seem to have introduced some conflicts) + `yarn start` and navigate to `http://localhost:4200/`
165+
to build the demo, go to [angular/projects/demo](projects/demo/) and run `yarn` + `yarn start` and navigate to `http://localhost:4200/`
166166

167167
Code started shipping with v8.1.2+ in `dist/angular` for people to use directly and is an angular module! (source code under `dist/angular/src`)
168168

0 commit comments

Comments
 (0)