https://github.com/divaprates/angularjs-lista-telefonica
Criação de uma lista telefônica para estudo de AngularJS
https://github.com/divaprates/angularjs-lista-telefonica
angularjs bootstrap html javascript
Last synced: 3 months ago
JSON representation
Criação de uma lista telefônica para estudo de AngularJS
- Host: GitHub
- URL: https://github.com/divaprates/angularjs-lista-telefonica
- Owner: divaprates
- Created: 2023-12-26T21:32:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T23:55:47.000Z (over 1 year ago)
- Last Synced: 2025-02-17T00:25:18.098Z (over 1 year ago)
- Topics: angularjs, bootstrap, html, javascript
- Language: HTML
- Homepage:
- Size: 415 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularJs
- Criando uma lista telefônica com **AngualarJs** e **Bootstrap**
- Seguindo o curso de AngularJs do Rodrigo Branas [
]( https://www.youtube.com/@RodrigoBranas/featured)
##
### Algumas das principais diretivas que utilizamos:
ng-app, ng-controller, ng-model, ng-click, ng-repeat, ng-disabled, ng-options, ng-class, ng-style, ng-show, ng-if, ng-required, ng-minlength, ng-pattern
$pristine, $dirty, $error
**Serviços:**
Factory, Service, Value, Provider, Config
**Filtros:**
uppercase, date, filter, orderBy, currency
**Diretivas:**
directive, replace, restrict, scope, transclude
**Performance:**
one-time bind, ng-model-options, track by
**Interceptors**
##
Angular-route
**Integração com o Back-end**
GET, POST, DELETE
### JSON Server (API Fake)
1. Instale o JSON Server
```
npm install -g json-server
```
2. Acesse a pasta ./data, onde está o arquivo db.json
3. Inicie o JSON Server
```
json-server --watch db.json --port 3000
```








