Skip to content

Commit

Permalink
Merge branch 'ROU-11416' into ROU-11416-backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney authored Dec 27, 2024
2 parents 9f94d33 + 275362a commit 1619814
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/global/Playground/stackblitz.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}' })`);
Expand Down

0 comments on commit 1619814

Please sign in to comment.