# desy-angular-demo

> This README would normally document whatever steps are necessary to get your application up and running.

Latest version **1.0.20** (published 2022-09-26) · 0 weekly downloads

## Install

```sh
npm install desy-angular-demo
pnpm add desy-angular-demo
yarn add desy-angular-demo
bun add desy-angular-demo
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.20 |
| Published | 2022-09-26 |
| First published | 2022-03-21 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 16 |
| Unpacked size | 1.7 MB |
| Known vulnerabilities | 0 (+20 in 3 direct dependencies) |
| Install scripts | yes |
| Maintainers | amdlote2 |

## Links

- npm: https://www.npmjs.com/package/desy-angular-demo
- npm.io page: https://npm.io/package/desy-angular-demo

## Dependencies (16)

- [rxjs](https://npm.io/package/rxjs.md) ~6.6.3
- [tslib](https://npm.io/package/tslib.md) ^2.0.3
- [postcss](https://npm.io/package/postcss.md) ^8.2.1
- [zone.js](https://npm.io/package/zone.js.md) ~0.10.3
- [desy-html](https://npm.io/package/desy-html.md) ~6.2.1
- [@angular/cdk](https://npm.io/package/@angular/cdk.md) ^11.0.2
- [@angular/core](https://npm.io/package/@angular/core.md) ~11.0.4
- [@angular/forms](https://npm.io/package/@angular/forms.md) ~11.0.4
- [@angular/common](https://npm.io/package/@angular/common.md) ~11.0.4
- [@angular/router](https://npm.io/package/@angular/router.md) ~11.0.4
- [@angular/compiler](https://npm.io/package/@angular/compiler.md) ~11.0.4
- [@angular/material](https://npm.io/package/@angular/material.md) ^11.0.2
- [ngx-tippy-wrapper](https://npm.io/package/ngx-tippy-wrapper.md) 2.1.0
- [@angular/animations](https://npm.io/package/@angular/animations.md) ~11.0.4
- [@angular/platform-browser](https://npm.io/package/@angular/platform-browser.md) ~11.0.4
- [@angular/platform-browser-dynamic](https://npm.io/package/@angular/platform-browser-dynamic.md) ~11.0.4

## Recent versions

- 1.0.20 (latest) — 2022-09-26
- 1.0.19 — 2022-09-26
- 1.0.14 — 2022-03-21
- 5.2.0 — 2022-03-21
- 1.0.5 — 2022-03-21
- 1.0.4 — 2022-03-21
- 1.0.3 — 2022-03-21

## README

# README #

This README would normally document whatever steps are necessary to get your application up and running.

### ¿Que aplicación representa este repositorio? ###
* Aplicación para el desarrollo de la librería Angular con los componentes definidos en [desy-html](https://desy.aragon.es/)
* Este proyecto consta de la librería y una aplicación demo para testearla.
* [Información del proyecto](https://paega2.atlassian.net/wiki/spaces/AreaUsuariosIntegradores/pages/2996797605/3.-+DESY+-+Sistema+de+dise+o+del+Gobierno+de+Arag+n)

### ¿Como comenzar con la aplicación? ###
* Para descargar el proyecto haz un git clone https://user@bitbucket.org/sdaragon/desy-angular.git
* Es necesario disponer de Angular Cli y NodeJS para poder desplegar el proyecto
* Recomendamos el uso de Visual Studio Code para el desarrollo.
* Primero, se instala las dependencias del proyecto usando `npm install`
* Luego, se generar la librería desy-angular `npm run build:lib`
* Para ejecutar la aplicación demo, usa el comando `ng serve`. Ir a `http://localhost:4200/`. La aplicación se recargará automáticamente si cambia alguno de los archivos de su proyecto.


# DesyAngular lib
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.

## Code scaffolding
Run `ng generate component component-name --project desy-angular` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project desy-angular`.
> Note: Don't forget to add `--project desy-angular` or else it will be added to the default project in your `angular.json` file. 

## Build
Run `npm run build:lib` to build the project. The build artifacts will be stored in the `dist/` directory.

## Publishing
After building your library with `npm run build:lib`, go to the dist folder `cd dist/desy-angular` and run `npm publish`.

## Running unit tests
Run `ng test desy-angular` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

---
_Source: https://npm.io/package/desy-angular-demo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
