https://github.com/wilianmorales/pipesapp
Proyecto realizado con la finalidad de aprender la funcionalidad de los Pipes, siguiendo el curso de Fernando Herrera.
https://github.com/wilianmorales/pipesapp
angular primeng typescript
Last synced: over 1 year ago
JSON representation
Proyecto realizado con la finalidad de aprender la funcionalidad de los Pipes, siguiendo el curso de Fernando Herrera.
- Host: GitHub
- URL: https://github.com/wilianmorales/pipesapp
- Owner: WilianMorales
- Created: 2024-07-18T23:38:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-20T22:06:13.000Z (over 1 year ago)
- Last Synced: 2024-11-20T23:19:16.694Z (over 1 year ago)
- Topics: angular, primeng, typescript
- Language: TypeScript
- Homepage:
- Size: 674 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PipeApp
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) 12.2.0.

### The following Documentations were used:
> Angular pipes --> https://v12.angular.io/docs
> PrimeNg --> https://www.primefaces.org/
## Implemented Dependencies:
* primeng
```
npm i primeng@12.2.2 --save
```
* primeIcons
```
npm install primeicons@4.1.0 --save
```
* primeFlex
```
npm install npm install primeflex@2.0.0 --sav
```
* angular Animation
```
npm install @angular/animations --save
```
## Note:
### Install dependencies for running this project
```
npm install
```