https://github.com/victorcmarinho/carouselslide
https://github.com/victorcmarinho/carouselslide
angular angular9 typescript
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/victorcmarinho/carouselslide
- Owner: victorcmarinho
- Created: 2019-02-04T00:58:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T04:46:49.000Z (over 3 years ago)
- Last Synced: 2025-02-26T16:50:37.998Z (about 1 year ago)
- Topics: angular, angular9, typescript
- Language: TypeScript
- Size: 2.12 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Carrousel Slide with Angular 9
Projeto desenvolvido com Angular v9
# Preview

# 🚀Description
Criação de um componente de slide com barra de indicação de imagem, botões para troca de imagem e indicadores de imagem
## 🔨Start Application
Install
```
npm i or yarn
```
Start
```
ng serve
```
Navigate to `http://localhost:4200`
# Development server
## Build
Run `ng build`
## Running unit tests
Run `ng test`
Projeto desenvolvido by Victor Marinho