Skip to content

Commit 0ebc875

Browse files
authored
Convert angular demo to stackblitz to fix no-automatic-preview codesandbox issue (#1404)
1 parent 03fefd5 commit 0ebc875

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/guide/integration-with-angular.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ For more details, see the [client-side installation](client-side-installation.md
77
## Demo
88

99
<iframe
10-
:src="`https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/2.7.x/angular-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview&v=${$page.buildDateURIEncoded}`"
11-
style="width:100%; height:1070px; border:0; border-radius: 4px; overflow:hidden;"
12-
title="handsontable/hyperformula-demos: angular-demo"
13-
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
14-
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
10+
:src="`https://stackblitz.com/github/handsontable/hyperformula-demos/tree/2.7.x/angular-demo?embed=1&file=src/app/employees/employees.helper.ts&hideNavigation=1&view=preview&v=${$page.buildDateURIEncoded}`"
11+
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;">
1512
</iframe>

0 commit comments

Comments
 (0)