Skip to content

Commit 3e7065e

Browse files
authored
Merge pull request #197 from Sniipe/patch-1
Update Deleting-A-Metronic-Theme-Angular.md
2 parents aa5cf9d + bd28bc1 commit 3e7065e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/Deleting-A-Metronic-Theme-Angular.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ Metronic theme currently has 12 different themes and AspNet Zero includes them a
2626

2727
* Open `admin.module.ts` and delete Theme2 code parts.
2828
* Go to **ui-customization** folder
29-
* Open `theme2-theme-ui-settings.component.ts` and delete Theme2 code parts.
30-
* Open `theme2-theme-ui-settings.component.html` and delete Theme2 code parts.
29+
* Delete `theme2-theme-ui-settings.component.ts`.
30+
* Delete `theme2-theme-ui-settings.component.html`.
3131
* Open `ui-customization.component.html` and delete Theme2 code parts.
3232

3333
* Go to **src -> app** . Open `app.module.ts` and delete Theme2 code parts.
@@ -38,4 +38,4 @@ Metronic theme currently has 12 different themes and AspNet Zero includes them a
3838

3939

4040

41-
Just note that, if you are deleting a theme on an already published application, don't forget to delete records with the name equals to "**App.UiManagement.Theme**" and name starts with "**Theme2.***" in AbpSettings table.
41+
Just note that, if you are deleting a theme on an already published application, don't forget to delete records with the name equals to "**App.UiManagement.Theme**" and name starts with "**Theme2.***" in AbpSettings table.

0 commit comments

Comments
 (0)