UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

15 lines 638 B
'use strict';exports.NG2_APP_VIEW_MANAGER = 'ng2.AppViewManager'; exports.NG2_COMPILER = 'ng2.Compiler'; exports.NG2_INJECTOR = 'ng2.Injector'; exports.NG2_PROTO_VIEW_REF_MAP = 'ng2.ProtoViewRefMap'; exports.NG2_ZONE = 'ng2.NgZone'; exports.NG1_CONTROLLER = '$controller'; exports.NG1_SCOPE = '$scope'; exports.NG1_ROOT_SCOPE = '$rootScope'; exports.NG1_COMPILE = '$compile'; exports.NG1_HTTP_BACKEND = '$httpBackend'; exports.NG1_INJECTOR = '$injector'; exports.NG1_PARSE = '$parse'; exports.NG1_TEMPLATE_CACHE = '$templateCache'; exports.REQUIRE_INJECTOR = '^' + exports.NG2_INJECTOR; //# sourceMappingURL=constants.js.map