https://github.com/luizbaldi/angularjs-examples
Simple repository to store all examples and exercises from an AngularJS book
https://github.com/luizbaldi/angularjs-examples
Last synced: 6 months ago
JSON representation
Simple repository to store all examples and exercises from an AngularJS book
- Host: GitHub
- URL: https://github.com/luizbaldi/angularjs-examples
- Owner: luizbaldi
- Created: 2016-10-09T22:47:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-19T00:22:12.000Z (over 9 years ago)
- Last Synced: 2025-07-14T21:42:51.738Z (about 1 year ago)
- Language: HTML
- Homepage: https://luizbaldi.github.io/angularjs-examples/
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularJS Book Examples
This repository was created to store all examples from the book: AngularJS - Uma abordagem prática e objetiva
The idea behind this simple repository is that if you clone the project in your computer you can run all the examples because AngularJS is a frontend framework.
## Demo
https://luizbaldi.github.io/angularjs-examples/
## Chapters Summary
### Chapter Two:
Introduction to AngularJS with a simple two-way data binding example
### Chapter Three:
An approach to scope and nested scopes inside Angular, with all the main components needed to build a robust web application, such as Controllers, Modules, Services and Directives. Besides that, this chapters exaplains about dependecy injection and Angular basic structure.
### Chapter Four:
Focused on forms and validations through Angular, this chapters shows the ways we can apply styles and manipulate data on forms, always using two way data-binding and the main directives from the framework.
### Chapter Five:
Shows all the concepts around filters in Angular, how to create new filters, manipulate parameters and good practices.
### Chapter Six:
This chapter had a detailed approach on angular directives, showing how to create them, how every attribute works and how to manipulate the scopes inside directives, using controllers and understanding all the directives lifecycle.
### Chapter Seven:
More of a concept chapter than a practical one. This chapter detailed the full lifecycle of an application inside Angular, simulating how the framework works 'behing the scenes'.
### Chapter Eight:
Simple chapter showing how events work on AngularJS, with example of $emit and $broadcast.
### Chapter Nine:
An introduction to Angular Routing using ngRoute. Doing some researches I found that Angular has another router module, called ui.router, which can be used too and is recommended for bigger applications.
### Chapter Ten:
How AngularJS deal with internationalization and location (i18n and l10n)
### Chapter Eleven:
An amazing chapter showing how AngularJS communicates with the server side of application (backend). Normally the frontend developers have this "problem" of how the sides of application (frontend and backend) will communicate, and this chapters shows how to deal with this situation.
## Contributors
Luiz P. Baldi