diff --git a/src/components/global/Playground/stackblitz.utils.ts b/src/components/global/Playground/stackblitz.utils.ts index 4406da5011..64e019af93 100644 --- a/src/components/global/Playground/stackblitz.utils.ts +++ b/src/components/global/Playground/stackblitz.utils.ts @@ -153,7 +153,6 @@ const openAngularEditor = async (code: string, options?: EditorOptions) => { 'src/global.css': defaultFiles[12], 'src/theme/variables.css': defaultFiles[13], ...options?.files, - ...options?.dependencies, }; files[main] = files[main].replace('provideIonicAngular()', `provideIonicAngular({ mode: '${options?.mode}' })`);