UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

51 lines (50 loc) 2.01 kB
"use strict"; Object.defineProperties(module.exports, { PropertySetter: {get: function() { return PropertySetter; }}, Attribute: {get: function() { return Attribute; }}, Query: {get: function() { return Query; }}, __esModule: {value: true} }); var $__angular2_47_src_47_facade_47_lang__, $__angular2_47_di__; var CONST = ($__angular2_47_src_47_facade_47_lang__ = require("angular2/src/facade/lang"), $__angular2_47_src_47_facade_47_lang__ && $__angular2_47_src_47_facade_47_lang__.__esModule && $__angular2_47_src_47_facade_47_lang__ || {default: $__angular2_47_src_47_facade_47_lang__}).CONST; var DependencyAnnotation = ($__angular2_47_di__ = require("angular2/di"), $__angular2_47_di__ && $__angular2_47_di__.__esModule && $__angular2_47_di__ || {default: $__angular2_47_di__}).DependencyAnnotation; var PropertySetter = function PropertySetter(propName) { $traceurRuntime.superConstructor($PropertySetter).call(this); this.propName = propName; }; var $PropertySetter = PropertySetter; ($traceurRuntime.createClass)(PropertySetter, {get token() { return Function; }}, {}, DependencyAnnotation); Object.defineProperty(PropertySetter, "annotations", {get: function() { return [new CONST()]; }}); var Attribute = function Attribute(attributeName) { $traceurRuntime.superConstructor($Attribute).call(this); this.attributeName = attributeName; }; var $Attribute = Attribute; ($traceurRuntime.createClass)(Attribute, {get token() { return this; }}, {}, DependencyAnnotation); Object.defineProperty(Attribute, "annotations", {get: function() { return [new CONST()]; }}); var Query = function Query(directive) { $traceurRuntime.superConstructor($Query).call(this); this.directive = directive; }; var $Query = Query; ($traceurRuntime.createClass)(Query, {}, {}, DependencyAnnotation); Object.defineProperty(Query, "annotations", {get: function() { return [new CONST()]; }}); //# sourceMappingURL=di.js.map //# sourceMappingURL=./di.map