Browse Source

use bash for installing lepton and bootstrap-icons commands

pull/15720/head
İsmail ÇAĞDAŞ 4 years ago
committed by GitHub
parent
commit
a434387084
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/en/Themes/LeptonXLite/Angular.md

8
docs/en/Themes/LeptonXLite/Angular.md

@ -14,11 +14,15 @@ To add `LeptonX-lite` into your project,
- Install `@abp/ng.theme.lepton-x`
`yarn add @abp/ng.theme.lepton-x@preview`
```bash
yarn add @abp/ng.theme.lepton-x
```
- Install `bootstrap-icons`
`yarn add bootstrap-icons`
```bash
yarn add bootstrap-icons
```
- Then, we need to edit the styles array in `angular.json` to replace the existing style with the new one in the following link :

Loading…
Cancel
Save