Skip to content

Commit ce86613

Browse files
committed
Merge branch 'ROU-11416' into ROU-11416-toast
2 parents e67bb6d + 275362a commit ce86613

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/global/Playground/stackblitz.utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ const openAngularEditor = async (code: string, options?: EditorOptions) => {
153153
'src/global.css': defaultFiles[12],
154154
'src/theme/variables.css': defaultFiles[13],
155155
...options?.files,
156-
...options?.dependencies,
157156
};
158157

159158
files[main] = files[main].replace('provideIonicAngular()', `provideIonicAngular({ mode: '${options?.mode}' })`);

0 commit comments

Comments
 (0)