From 275362a219102a52e2dd55311de0f169397d2670 Mon Sep 17 00:00:00 2001 From: Brandy Carney <6577830+brandyscarney@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:36:18 -0500 Subject: [PATCH] docs(stackblitz): remove dependency as a file from angular --- src/components/global/Playground/stackblitz.utils.ts | 1 - 1 file changed, 1 deletion(-) 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}' })`);