@solidpepper/solidpepper-modal-media-selection 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# SolidPepper Modal Media Selection
|
|
2
|
+
|
|
3
|
+
## Présentation
|
|
4
|
+
|
|
5
|
+
`@solidpepper/solidpepper-modal-media-selection` est un composant Angular standalone permettant d’intégrer une modale de sélection de médias dans une application Angular.
|
|
6
|
+
|
|
7
|
+
Le composant est prévu pour être consommé comme **package npm Angular**, et non comme Web Component.
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
## Pré-requis
|
|
12
|
+
|
|
13
|
+
L’application cliente doit être une application Angular compatible avec les dépendances du package.
|
|
14
|
+
|
|
15
|
+
### Dépendances principales
|
|
16
|
+
|
|
17
|
+
Le projet consommateur doit disposer des packages suivants :
|
|
18
|
+
|
|
19
|
+
- `@angular/common`
|
|
20
|
+
- `@angular/core`
|
|
21
|
+
- `@angular/forms`
|
|
22
|
+
- `@angular/material`
|
|
23
|
+
- `@ngx-translate/core`
|
|
24
|
+
- `@ngx-translate/http-loader`
|
|
25
|
+
- `ngx-bootstrap`
|
|
26
|
+
- `ngx-select-ex`
|
|
27
|
+
- `bootstrap`
|
|
28
|
+
- `bootstrap-icons`
|
|
29
|
+
- `@fortawesome/fontawesome-free`
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## Installation
|
|
34
|
+
|
|
35
|
+
```bash
|
|
36
|
+
npm install @solidpepper/solidpepper-modal-media-selection
|
|
37
|
+
```
|