angular-architecture-graph
Version:
Create a graph of an angular project's architecture
85 lines (84 loc) • 1.37 kB
JavaScript
module.exports = {
methods: [
"constant",
"controller",
"directive",
"component",
"factory",
"filter",
"provider",
"service",
"value"
],
globalApis: [
"lowercase",
"uppercase",
"forEach",
"extend",
"identity",
"noop",
"isUndefined",
"isDefined",
"isObject",
"isString",
"isNumber",
"isDate",
"isArray",
"isFunction",
"isElement",
"copy",
"equals",
"bind",
"toJson",
"fromJson",
"bootstrap",
"injector",
"element"
],
angularServices: [
"$anchorScroll",
"$aria",
"$animate",
"$animateCss",
"$attrs",
"$cacheFactory",
"$compile",
"$cookieStore",
"$cookies",
"$componentController",
"$controller",
"$document",
"$element",
"$exceptionHandler",
"$filter",
"$http",
"$httpBackend",
"$httpParamSerializer",
"$httpParamSerializerJQLike",
"$interpolate",
"$interval",
"$injector",
"$jsonpCallbacks",
"$locate",
"$location",
"$log",
"$modelOptions",
"$parse",
"$provide",
"$q",
"$resource",
"$rootElement",
"$rootScope",
"$sceDelegate",
"$sce",
"$scope",
"$swipe",
"$templateCache",
"$templateRequest",
"$timeout",
"$touch",
"$window",
"$xhrFactory",
"ng"
]
};