You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: angular/README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -162,22 +162,23 @@ public identify(index: number, w: GridStackWidget) {
162
162
163
163
You can see a fuller example at [app.component.ts](projects/demo/src/app/app.component.ts)
164
164
165
-
to build the demo, go to [angular/projects/demo](projects/demo/) and run `yarn` + `yarn start` and navigate to `http://localhost:4200/`
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/`
166
166
167
-
Code ship starting with v8.1.2+ in `dist/angular` for people to use directly and is an angular module! (source code under `dist/angular/src`)
167
+
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`)
168
168
169
169
## Caveats
170
170
171
171
- This wrapper needs:
172
172
- gridstack v8 to run as it needs the latest changes (use older version that matches GS versions)
173
-
- Angular 13+ for dynamic createComponent() API
173
+
- Angular 14+ for dynamic `createComponent()` API
174
174
175
-
NOTE: if you are on Angular 12 or below: copy the wrapper code over (or patch it - see main page example) and change `createComponent()` calls to use old API instead:
175
+
NOTE: if you are on Angular 13 or below: copy the wrapper code over (or patch it - see main page example) and change `createComponent()` calls to use old API instead:
0 commit comments