angular-visuals 0.1.3 → 0.1.4
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
CHANGED
|
@@ -59,6 +59,10 @@ import { AvBadge, AvButton, AvCard, AvIcon, AvInput } from 'angular-visuals';
|
|
|
59
59
|
export class ExampleComponent {}
|
|
60
60
|
```
|
|
61
61
|
|
|
62
|
+
### Angular + Ionic + Capacitor
|
|
63
|
+
|
|
64
|
+
A biblioteca pode ser usada em aplicações Ionic/Capacitor como camada de componentes visuais, mantendo o Ionic para navegação, `ion-router-outlet`, `ion-content` e APIs nativas. Garanta apenas que o app tenha versões compatíveis de Angular, `@angular/cdk` e `@angular/forms`, e importe os estilos globais da biblioteca uma vez no stylesheet principal da aplicação.
|
|
65
|
+
|
|
62
66
|
## Componentes disponíveis
|
|
63
67
|
|
|
64
68
|
| Categoria | Componentes |
|