Browse Source
use bash for installing lepton and bootstrap-icons commands
pull/15720/head
İsmail ÇAĞDAŞ
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
2 deletions
-
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 : |
|
|
|
|
|
|
|
|