UNPKG

angular-architecture-graph

Version:
85 lines (84 loc) 1.37 kB
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" ] };