DaleCam / ng-demos

variety of angular demos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng-demos

variety of angular demos

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. Compelling reason to use this is when you have a multi featured app.

  • Routing across modules
  • Each module is a feature area

##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

About

variety of angular demos