MCPcopy Index your code
hub / github.com/bdavidxyz/white-angularjs-app

github.com/bdavidxyz/white-angularjs-app @v0.0.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.3 ↗ · + Follow
504 symbols 1,695 edges 15 files 100 documented · 20%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

white-angularjs-app

White application with boilerplate code for AngularJS app. Extremely reduced, simple, fast way to start and grab the concepts behind AngularJS.

This application can be use as a simple example of :

  • How to start an angularJS app with nice directory structure and well-named files
  • How to test a specific concept (a new filter, a housemade directive, etc) in complete isolation of your already-old-and-complex-angularJS-app.
  • How to declare properly services, directives, etc, in a readable, scalable way.

It was first forked from the Angular Seed project, but was very simplified, I also added a few basic concept (dependency injection, real-world directive) that should appear in such example.

Note: There are no tools or server required to run this example.

Install and run

This application can be use as a simple example of :

  • Open 'index.html' with Firefox, OR launch chrome with the "--allow-file-access-from-files" option, then open 'index.html' with it
  • woaw, it works ! just open index.html and files under the js/ with your favorite text editor to understand how things happen.

Directory structure (interesting parts)

-index.html
-js/
  |__routes.js 
  |__controllers.js
  |__directives.js
  |__filters.js
  |__services.js

Core symbols most depended-on inside this repo

forEach
called by 82
lib/angular/angular.js
isUndefined
called by 26
lib/angular/angular.js
extend
called by 25
lib/angular/angular.js
isDefined
called by 25
lib/angular/angular.js
expect
called by 25
lib/angular/angular.js
isString
called by 24
lib/angular/angular.js
valueFn
called by 20
lib/angular/angular.js
isArray
called by 20
lib/angular/angular.js

Shape

Function 504

Languages

TypeScript100%

Modules by API surface

lib/angular/angular.js307 symbols
lib/angular/angular.min.js165 symbols
lib/angular/angular-sanitize.js8 symbols
lib/angular/angular-sanitize.min.js7 symbols
lib/angular/angular-resource.js7 symbols
lib/angular/angular-resource.min.js5 symbols
lib/angular/angular-loader.min.js2 symbols
lib/angular/angular-loader.js2 symbols
lib/angular/angular-cookies.js1 symbols

For agents

$ claude mcp add white-angularjs-app \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page