https://github.com/johnpapa/ng-demos
variety of angular demos
https://github.com/johnpapa/ng-demos
Last synced: 5 months ago
JSON representation
variety of angular demos
- Host: GitHub
- URL: https://github.com/johnpapa/ng-demos
- Owner: johnpapa
- License: mit
- Created: 2014-03-09T16:25:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-28T09:29:18.000Z (about 8 years ago)
- Last Synced: 2024-10-11T12:52:04.933Z (about 1 year ago)
- Language: JavaScript
- Size: 13.4 MB
- Stars: 1,704
- Watchers: 133
- Forks: 961
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ng-demos
========
Variety of angular demos are contained herein.>*Opinionated AngularJS style guide for teams by [@john_papa](//twitter.com/john_papa)*
>More details about the styles and patterns used in these apps can be found in my [AngularJS Style Guide](https://github.com/johnpapa/angularjs-styleguide) and my **AngularJS Patterns: Clean Code**(coming soon) course at [Pluralsight](http://pluralsight.com/training/Authors/Details/john-papa) and working in teams.
## grunt-gulp
Demonstrates use of grunt and gulp with an angular app.- grunt
- gulp## hottowel
Starter template for Angular apps. All client side javascript using Angular for routing, animation, and basic CSS theming.## modular
Demonstrates how to distribute an app across several modules, including handling the routing, testing, gulp automation and more.## cc-bmean
Larger app running a fictitious event named "CodeCamper".##ng-1.3 playground
Simple demos for ng 1.3 features.- ng-model-options="{ debounce: 1000, updateOn: 'blur' }"
## ng-jwt
JSON Web Tokens (JWT) in an AngularJS app, to demonstrate how to use the JWT for restricting API access.## quickstart
Simple Angular demos- data binding
- routing
- repeat
- filter
- $http
- service/factory## todo-zumo
Demonstrates how to talk to Azure Mobile Services via a single todo list.- Changesets and change state (Added, Deleted, Udpated)
- Talking Azure Mobile Services
- Saving changesets to local storage
- Hand written metadata for breeze## z-metadata
Throws a switch from using Web API / EF metadata to using hand written client side metadata- Toggle between EF metadata and hand written metadata for breeze
## Zza
Pizza ordering service using MEAN stack. Data is structured in a document fashion, not SQL shoved in MongoDB.- node.js
- mongodb using true document structure
- express
- breeze