Skip to content

Commit

Permalink
Merge pull request #16175 from abpframework/auto-merge/rel-7-0/1848
Browse files Browse the repository at this point in the history
Merge branch rel-7.1 with rel-7.0
  • Loading branch information
masum-ulu authored Apr 4, 2023
2 parents 7775353 + 832cd4b commit b1f9f92
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/en/Themes/LeptonXLite/Angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ yarn add bootstrap-icons

* [Styles - Angular UI](../../UI/Angular/Theme-Configurations.md)

Add the following style

```json
"node_modules/bootstrap-icons/font/bootstrap-icons.css",
```

Note: You should remove the old theme styles from "angular.json" if you are switching from "ThemeBasic" or "Lepton."
Look at the [Theme Configurations](../../UI/Angular/Theme-Configurations) list of styles. Depending on your theme, you can alter your styles in angular.json.
- Finally, remove `ThemeBasicModule` from `app.module.ts`, and import the related modules in `app.module.ts`

```js
Expand All @@ -44,7 +40,7 @@ import { SideMenuLayoutModule } from "@abp/ng.theme.lepton-x/layouts";
imports: [
// ...

// do not forget to remove ThemeBasicModule
// do not forget to remove ThemeBasicModule or other old theme module
// ThemeBasicModule.forRoot(),
ThemeLeptonXModule.forRoot(),
SideMenuLayoutModule.forRoot(),
Expand Down

0 comments on commit b1f9f92

Please sign in to comment.