/angular-from-scratch

Build Angular 1 from scratch with no dependencies

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Angular from scratch

Overview

Building Angular 1 digest loop and directives in 15 minutes

How to run

  1. npm i -g http-server
  2. http-server . -a127.0.0.1 -p9999 -o

License

Apache License