Skip to content

Commit 275362a

Browse files
committed
docs(stackblitz): remove dependency as a file from angular
1 parent 8557af0 commit 275362a

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)