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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,14 @@ Code ship starting with v8.1.2+ in `dist/angular` for people to use directly and
172
172
- gridstack v8 to run as it needs the latest changes (use older version that matches GS versions)
173
173
- Angular 13+ 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:
0 commit comments