From d06004ebd5ccacceaf5656fc344eb421822714f6 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Mon, 21 Oct 2024 14:43:07 -0700 Subject: [PATCH] fixed ng readme --- angular/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular/README.md b/angular/README.md index a3411436a..b7c1031c2 100644 --- a/angular/README.md +++ b/angular/README.md @@ -162,7 +162,7 @@ public identify(index: number, w: GridStackWidget) { You can see a fuller example at [app.component.ts](projects/demo/src/app/app.component.ts) -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/` +to build the demo, go to [angular/projects/demo](projects/demo/) and run `yarn` + `yarn start` and navigate to `http://localhost:4200/` 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`)