@angular/platform-browser-dynamic 0.0.0-6 → 2.0.0-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/{platform-browser-dynamic.umd.js → bundles/platform-browser-dynamic.umd.js} +111 -65
  2. package/bundles/platform-browser-dynamic.umd.min.js +1 -0
  3. package/core_private.d.ts +1 -1
  4. package/core_private.js +1 -0
  5. package/core_private.js.map +1 -1
  6. package/core_private.metadata.json +1 -1
  7. package/esm/core_private.d.ts +1 -1
  8. package/esm/core_private.js +1 -0
  9. package/esm/core_private.js.map +1 -1
  10. package/esm/core_private.metadata.json +1 -1
  11. package/esm/index.d.ts +74 -1
  12. package/esm/index.js +129 -1
  13. package/esm/index.js.map +1 -1
  14. package/esm/index.metadata.json +1 -0
  15. package/esm/platform_browser_private.d.ts +2 -3
  16. package/esm/platform_browser_private.js +2 -3
  17. package/esm/platform_browser_private.js.map +1 -1
  18. package/esm/platform_browser_private.metadata.json +1 -0
  19. package/esm/private_export_testing.d.ts +8 -0
  20. package/esm/private_export_testing.js +5 -0
  21. package/esm/private_export_testing.js.map +1 -0
  22. package/esm/private_export_testing.metadata.json +1 -0
  23. package/esm/src/facade/async.d.ts +90 -0
  24. package/esm/src/facade/async.js +137 -0
  25. package/esm/src/facade/async.js.map +1 -0
  26. package/esm/src/facade/base_wrapped_exception.js +4 -4
  27. package/esm/src/facade/base_wrapped_exception.js.map +1 -1
  28. package/esm/src/facade/collection.js +1 -1
  29. package/esm/src/facade/collection.js.map +1 -1
  30. package/esm/src/facade/collection.metadata.json +1 -1
  31. package/esm/src/facade/exception_handler.d.ts +2 -11
  32. package/esm/src/facade/exception_handler.js +8 -7
  33. package/esm/src/facade/exception_handler.js.map +1 -1
  34. package/esm/src/facade/exceptions.d.ts +4 -0
  35. package/esm/src/facade/exceptions.js +6 -2
  36. package/esm/src/facade/exceptions.js.map +1 -1
  37. package/esm/src/facade/exceptions.metadata.json +1 -0
  38. package/esm/src/facade/lang.d.ts +6 -4
  39. package/esm/src/facade/lang.js +12 -11
  40. package/esm/src/facade/lang.js.map +1 -1
  41. package/esm/src/facade/lang.metadata.json +1 -1
  42. package/esm/src/facade/promise.js.map +1 -1
  43. package/esm/src/xhr/xhr_cache.js +3 -3
  44. package/esm/src/xhr/xhr_cache.js.map +1 -1
  45. package/esm/src/xhr/xhr_impl.js +2 -2
  46. package/esm/src/xhr/xhr_impl.js.map +1 -1
  47. package/esm/testing/dom_test_component_renderer.d.ts +9 -0
  48. package/esm/testing/dom_test_component_renderer.js +29 -0
  49. package/esm/testing/dom_test_component_renderer.js.map +1 -0
  50. package/esm/testing/dom_test_component_renderer.metadata.json +1 -0
  51. package/esm/testing.d.ts +9 -1
  52. package/esm/testing.js +22 -1
  53. package/esm/testing.js.map +1 -1
  54. package/esm/testing.metadata.json +1 -0
  55. package/index.d.ts +74 -1
  56. package/index.js +131 -3
  57. package/index.js.map +1 -1
  58. package/index.metadata.json +1 -0
  59. package/package.json +5 -5
  60. package/platform_browser_private.d.ts +2 -3
  61. package/platform_browser_private.js +1 -3
  62. package/platform_browser_private.js.map +1 -1
  63. package/platform_browser_private.metadata.json +1 -0
  64. package/private_export_testing.d.ts +8 -0
  65. package/private_export_testing.js +6 -0
  66. package/private_export_testing.js.map +1 -0
  67. package/private_export_testing.metadata.json +1 -0
  68. package/src/facade/async.d.ts +90 -0
  69. package/src/facade/async.js +160 -0
  70. package/src/facade/async.js.map +1 -0
  71. package/src/facade/base_wrapped_exception.js +4 -4
  72. package/src/facade/base_wrapped_exception.js.map +1 -1
  73. package/src/facade/collection.js.map +1 -1
  74. package/src/facade/collection.metadata.json +1 -1
  75. package/src/facade/exception_handler.d.ts +2 -11
  76. package/src/facade/exception_handler.js +8 -7
  77. package/src/facade/exception_handler.js.map +1 -1
  78. package/src/facade/exceptions.d.ts +4 -0
  79. package/src/facade/exceptions.js +6 -2
  80. package/src/facade/exceptions.js.map +1 -1
  81. package/src/facade/exceptions.metadata.json +1 -0
  82. package/src/facade/lang.d.ts +6 -4
  83. package/src/facade/lang.js +12 -11
  84. package/src/facade/lang.js.map +1 -1
  85. package/src/facade/lang.metadata.json +1 -1
  86. package/src/facade/promise.js.map +1 -1
  87. package/src/xhr/xhr_cache.js +3 -3
  88. package/src/xhr/xhr_cache.js.map +1 -1
  89. package/src/xhr/xhr_impl.js +2 -2
  90. package/src/xhr/xhr_impl.js.map +1 -1
  91. package/testing/dom_test_component_renderer.d.ts +9 -0
  92. package/testing/dom_test_component_renderer.js +38 -0
  93. package/testing/dom_test_component_renderer.js.map +1 -0
  94. package/testing/dom_test_component_renderer.metadata.json +1 -0
  95. package/testing.d.ts +9 -1
  96. package/testing.js +22 -1
  97. package/testing.js.map +1 -1
  98. package/testing.metadata.json +1 -0
  99. package/esm/platform-browser-dynamic.umd.js.map +0 -1
  100. package/esm/platform_browser_dynamic.d.ts +0 -75
  101. package/esm/platform_browser_dynamic.js +0 -92
  102. package/esm/platform_browser_dynamic.js.map +0 -1
  103. package/esm/platform_browser_dynamic.metadata.json +0 -1
  104. package/esm/testing/browser.d.ts +0 -8
  105. package/esm/testing/browser.js +0 -13
  106. package/esm/testing/browser.js.map +0 -1
  107. package/esm/testing/browser.metadata.json +0 -1
  108. package/platform_browser_dynamic.d.ts +0 -75
  109. package/platform_browser_dynamic.js +0 -94
  110. package/platform_browser_dynamic.js.map +0 -1
  111. package/platform_browser_dynamic.metadata.json +0 -1
  112. package/testing/browser.d.ts +0 -8
  113. package/testing/browser.js +0 -14
  114. package/testing/browser.js.map +0 -1
  115. package/testing/browser.metadata.json +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"platform-browser-dynamic.umd.js","sources":["src/facade/lang.js","src/facade/collection.js","src/facade/exceptions.js","src/facade/promise.js","src/xhr/xhr_cache.js","src/xhr/xhr_impl.js","core_private.js","platform_browser_dynamic.js"],"sourcesContent":["var globalScope;\nif (typeof window === 'undefined') {\n if (typeof WorkerGlobalScope !== 'undefined' && self instanceof WorkerGlobalScope) {\n // TODO: Replace any with WorkerGlobalScope from lib.webworker.d.ts #3492\n globalScope = self;\n }\n else {\n globalScope = global;\n }\n}\nelse {\n globalScope = window;\n}\nexport function scheduleMicroTask(fn) {\n Zone.current.scheduleMicroTask('scheduleMicrotask', fn);\n}\nexport const IS_DART = false;\n// Need to declare a new variable for global here since TypeScript\n// exports the original value of the symbol.\nvar _global = globalScope;\nexport { _global as global };\nexport var Type = Function;\nexport function getTypeNameForDebugging(type) {\n if (type['name']) {\n return type['name'];\n }\n return typeof type;\n}\nexport var Math = _global.Math;\nexport var Date = _global.Date;\nvar _devMode = true;\nvar _modeLocked = false;\nexport function lockMode() {\n _modeLocked = true;\n}\n/**\n * Disable Angular's development mode, which turns off assertions and other\n * checks within the framework.\n *\n * One important assertion this disables verifies that a change detection pass\n * does not result in additional changes to any bindings (also known as\n * unidirectional data flow).\n */\nexport function enableProdMode() {\n if (_modeLocked) {\n // Cannot use BaseException as that ends up importing from facade/lang.\n throw 'Cannot enable prod mode after platform setup.';\n }\n _devMode = false;\n}\nexport function assertionsEnabled() {\n return _devMode;\n}\n// TODO: remove calls to assert in production environment\n// Note: Can't just export this and import in in other files\n// as `assert` is a reserved keyword in Dart\n_global.assert = function assert(condition) {\n // TODO: to be fixed properly via #2830, noop for now\n};\nexport function isPresent(obj) {\n return obj !== undefined && obj !== null;\n}\nexport function isBlank(obj) {\n return obj === undefined || obj === null;\n}\nexport function isBoolean(obj) {\n return typeof obj === \"boolean\";\n}\nexport function isNumber(obj) {\n return typeof obj === \"number\";\n}\nexport function isString(obj) {\n return typeof obj === \"string\";\n}\nexport function isFunction(obj) {\n return typeof obj === \"function\";\n}\nexport function isType(obj) {\n return isFunction(obj);\n}\nexport function isStringMap(obj) {\n return typeof obj === 'object' && obj !== null;\n}\nconst STRING_MAP_PROTO = Object.getPrototypeOf({});\nexport function isStrictStringMap(obj) {\n return isStringMap(obj) && Object.getPrototypeOf(obj) === STRING_MAP_PROTO;\n}\nexport function isPromise(obj) {\n return obj instanceof _global.Promise;\n}\nexport function isArray(obj) {\n return Array.isArray(obj);\n}\nexport function isDate(obj) {\n return obj instanceof Date && !isNaN(obj.valueOf());\n}\nexport function noop() { }\nexport function stringify(token) {\n if (typeof token === 'string') {\n return token;\n }\n if (token === undefined || token === null) {\n return '' + token;\n }\n if (token.name) {\n return token.name;\n }\n if (token.overriddenName) {\n return token.overriddenName;\n }\n var res = token.toString();\n var newLineIndex = res.indexOf(\"\\n\");\n return (newLineIndex === -1) ? res : res.substring(0, newLineIndex);\n}\n// serialize / deserialize enum exist only for consistency with dart API\n// enums in typescript don't need to be serialized\nexport function serializeEnum(val) {\n return val;\n}\nexport function deserializeEnum(val, values) {\n return val;\n}\nexport function resolveEnumToken(enumValue, val) {\n return enumValue[val];\n}\nexport class StringWrapper {\n static fromCharCode(code) { return String.fromCharCode(code); }\n static charCodeAt(s, index) { return s.charCodeAt(index); }\n static split(s, regExp) { return s.split(regExp); }\n static equals(s, s2) { return s === s2; }\n static stripLeft(s, charVal) {\n if (s && s.length) {\n var pos = 0;\n for (var i = 0; i < s.length; i++) {\n if (s[i] != charVal)\n break;\n pos++;\n }\n s = s.substring(pos);\n }\n return s;\n }\n static stripRight(s, charVal) {\n if (s && s.length) {\n var pos = s.length;\n for (var i = s.length - 1; i >= 0; i--) {\n if (s[i] != charVal)\n break;\n pos--;\n }\n s = s.substring(0, pos);\n }\n return s;\n }\n static replace(s, from, replace) {\n return s.replace(from, replace);\n }\n static replaceAll(s, from, replace) {\n return s.replace(from, replace);\n }\n static slice(s, from = 0, to = null) {\n return s.slice(from, to === null ? undefined : to);\n }\n static replaceAllMapped(s, from, cb) {\n return s.replace(from, function (...matches) {\n // Remove offset & string from the result array\n matches.splice(-2, 2);\n // The callback receives match, p1, ..., pn\n return cb(matches);\n });\n }\n static contains(s, substr) { return s.indexOf(substr) != -1; }\n static compare(a, b) {\n if (a < b) {\n return -1;\n }\n else if (a > b) {\n return 1;\n }\n else {\n return 0;\n }\n }\n}\nexport class StringJoiner {\n constructor(parts = []) {\n this.parts = parts;\n }\n add(part) { this.parts.push(part); }\n toString() { return this.parts.join(\"\"); }\n}\nexport class NumberParseError extends Error {\n constructor(message) {\n super();\n this.message = message;\n }\n toString() { return this.message; }\n}\nexport class NumberWrapper {\n static toFixed(n, fractionDigits) { return n.toFixed(fractionDigits); }\n static equal(a, b) { return a === b; }\n static parseIntAutoRadix(text) {\n var result = parseInt(text);\n if (isNaN(result)) {\n throw new NumberParseError(\"Invalid integer literal when parsing \" + text);\n }\n return result;\n }\n static parseInt(text, radix) {\n if (radix == 10) {\n if (/^(\\-|\\+)?[0-9]+$/.test(text)) {\n return parseInt(text, radix);\n }\n }\n else if (radix == 16) {\n if (/^(\\-|\\+)?[0-9ABCDEFabcdef]+$/.test(text)) {\n return parseInt(text, radix);\n }\n }\n else {\n var result = parseInt(text, radix);\n if (!isNaN(result)) {\n return result;\n }\n }\n throw new NumberParseError(\"Invalid integer literal when parsing \" + text + \" in base \" +\n radix);\n }\n // TODO: NaN is a valid literal but is returned by parseFloat to indicate an error.\n static parseFloat(text) { return parseFloat(text); }\n static get NaN() { return NaN; }\n static isNaN(value) { return isNaN(value); }\n static isInteger(value) { return Number.isInteger(value); }\n}\nexport var RegExp = _global.RegExp;\nexport class RegExpWrapper {\n static create(regExpStr, flags = '') {\n flags = flags.replace(/g/g, '');\n return new _global.RegExp(regExpStr, flags + 'g');\n }\n static firstMatch(regExp, input) {\n // Reset multimatch regex state\n regExp.lastIndex = 0;\n return regExp.exec(input);\n }\n static test(regExp, input) {\n regExp.lastIndex = 0;\n return regExp.test(input);\n }\n static matcher(regExp, input) {\n // Reset regex state for the case\n // someone did not loop over all matches\n // last time.\n regExp.lastIndex = 0;\n return { re: regExp, input: input };\n }\n static replaceAll(regExp, input, replace) {\n let c = regExp.exec(input);\n let res = '';\n regExp.lastIndex = 0;\n let prev = 0;\n while (c) {\n res += input.substring(prev, c.index);\n res += replace(c);\n prev = c.index + c[0].length;\n regExp.lastIndex = prev;\n c = regExp.exec(input);\n }\n res += input.substring(prev);\n return res;\n }\n}\nexport class RegExpMatcherWrapper {\n static next(matcher) {\n return matcher.re.exec(matcher.input);\n }\n}\nexport class FunctionWrapper {\n static apply(fn, posArgs) { return fn.apply(null, posArgs); }\n}\n// JS has NaN !== NaN\nexport function looseIdentical(a, b) {\n return a === b || typeof a === \"number\" && typeof b === \"number\" && isNaN(a) && isNaN(b);\n}\n// JS considers NaN is the same as NaN for map Key (while NaN !== NaN otherwise)\n// see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map\nexport function getMapKey(value) {\n return value;\n}\nexport function normalizeBlank(obj) {\n return isBlank(obj) ? null : obj;\n}\nexport function normalizeBool(obj) {\n return isBlank(obj) ? false : obj;\n}\nexport function isJsObject(o) {\n return o !== null && (typeof o === \"function\" || typeof o === \"object\");\n}\nexport function print(obj) {\n console.log(obj);\n}\nexport function warn(obj) {\n console.warn(obj);\n}\n// Can't be all uppercase as our transpiler would think it is a special directive...\nexport class Json {\n static parse(s) { return _global.JSON.parse(s); }\n static stringify(data) {\n // Dart doesn't take 3 arguments\n return _global.JSON.stringify(data, null, 2);\n }\n}\nexport class DateWrapper {\n static create(year, month = 1, day = 1, hour = 0, minutes = 0, seconds = 0, milliseconds = 0) {\n return new Date(year, month - 1, day, hour, minutes, seconds, milliseconds);\n }\n static fromISOString(str) { return new Date(str); }\n static fromMillis(ms) { return new Date(ms); }\n static toMillis(date) { return date.getTime(); }\n static now() { return new Date(); }\n static toJson(date) { return date.toJSON(); }\n}\nexport function setValueOnPath(global, path, value) {\n var parts = path.split('.');\n var obj = global;\n while (parts.length > 1) {\n var name = parts.shift();\n if (obj.hasOwnProperty(name) && isPresent(obj[name])) {\n obj = obj[name];\n }\n else {\n obj = obj[name] = {};\n }\n }\n if (obj === undefined || obj === null) {\n obj = {};\n }\n obj[parts.shift()] = value;\n}\nvar _symbolIterator = null;\nexport function getSymbolIterator() {\n if (isBlank(_symbolIterator)) {\n if (isPresent(globalScope.Symbol) && isPresent(Symbol.iterator)) {\n _symbolIterator = Symbol.iterator;\n }\n else {\n // es6-shim specific logic\n var keys = Object.getOwnPropertyNames(Map.prototype);\n for (var i = 0; i < keys.length; ++i) {\n var key = keys[i];\n if (key !== 'entries' && key !== 'size' &&\n Map.prototype[key] === Map.prototype['entries']) {\n _symbolIterator = key;\n }\n }\n }\n }\n return _symbolIterator;\n}\nexport function evalExpression(sourceUrl, expr, declarations, vars) {\n var fnBody = `${declarations}\\nreturn ${expr}\\n//# sourceURL=${sourceUrl}`;\n var fnArgNames = [];\n var fnArgValues = [];\n for (var argName in vars) {\n fnArgNames.push(argName);\n fnArgValues.push(vars[argName]);\n }\n return new Function(...fnArgNames.concat(fnBody))(...fnArgValues);\n}\nexport function isPrimitive(obj) {\n return !isJsObject(obj);\n}\nexport function hasConstructor(value, type) {\n return value.constructor === type;\n}\nexport function bitWiseOr(values) {\n return values.reduce((a, b) => { return a | b; });\n}\nexport function bitWiseAnd(values) {\n return values.reduce((a, b) => { return a & b; });\n}\nexport function escape(s) {\n return _global.encodeURI(s);\n}\n//# sourceMappingURL=lang.js.map","import { isJsObject, global, isPresent, isBlank, isArray, getSymbolIterator } from './lang';\nexport var Map = global.Map;\nexport var Set = global.Set;\n// Safari and Internet Explorer do not support the iterable parameter to the\n// Map constructor. We work around that by manually adding the items.\nvar createMapFromPairs = (function () {\n try {\n if (new Map([[1, 2]]).size === 1) {\n return function createMapFromPairs(pairs) { return new Map(pairs); };\n }\n }\n catch (e) {\n }\n return function createMapAndPopulateFromPairs(pairs) {\n var map = new Map();\n for (var i = 0; i < pairs.length; i++) {\n var pair = pairs[i];\n map.set(pair[0], pair[1]);\n }\n return map;\n };\n})();\nvar createMapFromMap = (function () {\n try {\n if (new Map(new Map())) {\n return function createMapFromMap(m) { return new Map(m); };\n }\n }\n catch (e) {\n }\n return function createMapAndPopulateFromMap(m) {\n var map = new Map();\n m.forEach((v, k) => { map.set(k, v); });\n return map;\n };\n})();\nvar _clearValues = (function () {\n if ((new Map()).keys().next) {\n return function _clearValues(m) {\n var keyIterator = m.keys();\n var k;\n while (!((k = keyIterator.next()).done)) {\n m.set(k.value, null);\n }\n };\n }\n else {\n return function _clearValuesWithForeEach(m) {\n m.forEach((v, k) => { m.set(k, null); });\n };\n }\n})();\n// Safari doesn't implement MapIterator.next(), which is used is Traceur's polyfill of Array.from\n// TODO(mlaval): remove the work around once we have a working polyfill of Array.from\nvar _arrayFromMap = (function () {\n try {\n if ((new Map()).values().next) {\n return function createArrayFromMap(m, getValues) {\n return getValues ? Array.from(m.values()) : Array.from(m.keys());\n };\n }\n }\n catch (e) {\n }\n return function createArrayFromMapWithForeach(m, getValues) {\n var res = ListWrapper.createFixedSize(m.size), i = 0;\n m.forEach((v, k) => {\n res[i] = getValues ? v : k;\n i++;\n });\n return res;\n };\n})();\nexport class MapWrapper {\n static clone(m) { return createMapFromMap(m); }\n static createFromStringMap(stringMap) {\n var result = new Map();\n for (var prop in stringMap) {\n result.set(prop, stringMap[prop]);\n }\n return result;\n }\n static toStringMap(m) {\n var r = {};\n m.forEach((v, k) => r[k] = v);\n return r;\n }\n static createFromPairs(pairs) { return createMapFromPairs(pairs); }\n static clearValues(m) { _clearValues(m); }\n static iterable(m) { return m; }\n static keys(m) { return _arrayFromMap(m, false); }\n static values(m) { return _arrayFromMap(m, true); }\n}\n/**\n * Wraps Javascript Objects\n */\nexport class StringMapWrapper {\n static create() {\n // Note: We are not using Object.create(null) here due to\n // performance!\n // http://jsperf.com/ng2-object-create-null\n return {};\n }\n static contains(map, key) {\n return map.hasOwnProperty(key);\n }\n static get(map, key) {\n return map.hasOwnProperty(key) ? map[key] : undefined;\n }\n static set(map, key, value) { map[key] = value; }\n static keys(map) { return Object.keys(map); }\n static values(map) {\n return Object.keys(map).reduce((r, a) => {\n r.push(map[a]);\n return r;\n }, []);\n }\n static isEmpty(map) {\n for (var prop in map) {\n return false;\n }\n return true;\n }\n static delete(map, key) { delete map[key]; }\n static forEach(map, callback) {\n for (var prop in map) {\n if (map.hasOwnProperty(prop)) {\n callback(map[prop], prop);\n }\n }\n }\n static merge(m1, m2) {\n var m = {};\n for (var attr in m1) {\n if (m1.hasOwnProperty(attr)) {\n m[attr] = m1[attr];\n }\n }\n for (var attr in m2) {\n if (m2.hasOwnProperty(attr)) {\n m[attr] = m2[attr];\n }\n }\n return m;\n }\n static equals(m1, m2) {\n var k1 = Object.keys(m1);\n var k2 = Object.keys(m2);\n if (k1.length != k2.length) {\n return false;\n }\n var key;\n for (var i = 0; i < k1.length; i++) {\n key = k1[i];\n if (m1[key] !== m2[key]) {\n return false;\n }\n }\n return true;\n }\n}\nexport class ListWrapper {\n // JS has no way to express a statically fixed size list, but dart does so we\n // keep both methods.\n static createFixedSize(size) { return new Array(size); }\n static createGrowableSize(size) { return new Array(size); }\n static clone(array) { return array.slice(0); }\n static forEachWithIndex(array, fn) {\n for (var i = 0; i < array.length; i++) {\n fn(array[i], i);\n }\n }\n static first(array) {\n if (!array)\n return null;\n return array[0];\n }\n static last(array) {\n if (!array || array.length == 0)\n return null;\n return array[array.length - 1];\n }\n static indexOf(array, value, startIndex = 0) {\n return array.indexOf(value, startIndex);\n }\n static contains(list, el) { return list.indexOf(el) !== -1; }\n static reversed(array) {\n var a = ListWrapper.clone(array);\n return a.reverse();\n }\n static concat(a, b) { return a.concat(b); }\n static insert(list, index, value) { list.splice(index, 0, value); }\n static removeAt(list, index) {\n var res = list[index];\n list.splice(index, 1);\n return res;\n }\n static removeAll(list, items) {\n for (var i = 0; i < items.length; ++i) {\n var index = list.indexOf(items[i]);\n list.splice(index, 1);\n }\n }\n static remove(list, el) {\n var index = list.indexOf(el);\n if (index > -1) {\n list.splice(index, 1);\n return true;\n }\n return false;\n }\n static clear(list) { list.length = 0; }\n static isEmpty(list) { return list.length == 0; }\n static fill(list, value, start = 0, end = null) {\n list.fill(value, start, end === null ? list.length : end);\n }\n static equals(a, b) {\n if (a.length != b.length)\n return false;\n for (var i = 0; i < a.length; ++i) {\n if (a[i] !== b[i])\n return false;\n }\n return true;\n }\n static slice(l, from = 0, to = null) {\n return l.slice(from, to === null ? undefined : to);\n }\n static splice(l, from, length) { return l.splice(from, length); }\n static sort(l, compareFn) {\n if (isPresent(compareFn)) {\n l.sort(compareFn);\n }\n else {\n l.sort();\n }\n }\n static toString(l) { return l.toString(); }\n static toJSON(l) { return JSON.stringify(l); }\n static maximum(list, predicate) {\n if (list.length == 0) {\n return null;\n }\n var solution = null;\n var maxValue = -Infinity;\n for (var index = 0; index < list.length; index++) {\n var candidate = list[index];\n if (isBlank(candidate)) {\n continue;\n }\n var candidateValue = predicate(candidate);\n if (candidateValue > maxValue) {\n solution = candidate;\n maxValue = candidateValue;\n }\n }\n return solution;\n }\n static flatten(list) {\n var target = [];\n _flattenArray(list, target);\n return target;\n }\n static addAll(list, source) {\n for (var i = 0; i < source.length; i++) {\n list.push(source[i]);\n }\n }\n}\nfunction _flattenArray(source, target) {\n if (isPresent(source)) {\n for (var i = 0; i < source.length; i++) {\n var item = source[i];\n if (isArray(item)) {\n _flattenArray(item, target);\n }\n else {\n target.push(item);\n }\n }\n }\n return target;\n}\nexport function isListLikeIterable(obj) {\n if (!isJsObject(obj))\n return false;\n return isArray(obj) ||\n (!(obj instanceof Map) &&\n getSymbolIterator() in obj); // JS Iterable have a Symbol.iterator prop\n}\nexport function areIterablesEqual(a, b, comparator) {\n var iterator1 = a[getSymbolIterator()]();\n var iterator2 = b[getSymbolIterator()]();\n while (true) {\n let item1 = iterator1.next();\n let item2 = iterator2.next();\n if (item1.done && item2.done)\n return true;\n if (item1.done || item2.done)\n return false;\n if (!comparator(item1.value, item2.value))\n return false;\n }\n}\nexport function iterateListLike(obj, fn) {\n if (isArray(obj)) {\n for (var i = 0; i < obj.length; i++) {\n fn(obj[i]);\n }\n }\n else {\n var iterator = obj[getSymbolIterator()]();\n var item;\n while (!((item = iterator.next()).done)) {\n fn(item.value);\n }\n }\n}\n// Safari and Internet Explorer do not support the iterable parameter to the\n// Set constructor. We work around that by manually adding the items.\nvar createSetFromList = (function () {\n var test = new Set([1, 2, 3]);\n if (test.size === 3) {\n return function createSetFromList(lst) { return new Set(lst); };\n }\n else {\n return function createSetAndPopulateFromList(lst) {\n var res = new Set(lst);\n if (res.size !== lst.length) {\n for (var i = 0; i < lst.length; i++) {\n res.add(lst[i]);\n }\n }\n return res;\n };\n }\n})();\nexport class SetWrapper {\n static createFromList(lst) { return createSetFromList(lst); }\n static has(s, key) { return s.has(key); }\n static delete(m, k) { m.delete(k); }\n}\n//# sourceMappingURL=collection.js.map","import { BaseWrappedException } from './base_wrapped_exception';\nimport { ExceptionHandler } from './exception_handler';\nexport { ExceptionHandler } from './exception_handler';\nexport class BaseException extends Error {\n constructor(message = \"--\") {\n super(message);\n this.message = message;\n this.stack = (new Error(message)).stack;\n }\n toString() { return this.message; }\n}\n/**\n * Wraps an exception and provides additional context or information.\n */\nexport class WrappedException extends BaseWrappedException {\n constructor(_wrapperMessage, _originalException, _originalStack, _context) {\n super(_wrapperMessage);\n this._wrapperMessage = _wrapperMessage;\n this._originalException = _originalException;\n this._originalStack = _originalStack;\n this._context = _context;\n this._wrapperStack = (new Error(_wrapperMessage)).stack;\n }\n get wrapperMessage() { return this._wrapperMessage; }\n get wrapperStack() { return this._wrapperStack; }\n get originalException() { return this._originalException; }\n get originalStack() { return this._originalStack; }\n get context() { return this._context; }\n get message() { return ExceptionHandler.exceptionToString(this); }\n toString() { return this.message; }\n}\nexport function makeTypeError(message) {\n return new TypeError(message);\n}\nexport function unimplemented() {\n throw new BaseException('unimplemented');\n}\n//# sourceMappingURL=exceptions.js.map","export class PromiseCompleter {\n constructor() {\n this.promise = new Promise((res, rej) => {\n this.resolve = res;\n this.reject = rej;\n });\n }\n}\nexport class PromiseWrapper {\n static resolve(obj) { return Promise.resolve(obj); }\n static reject(obj, _) { return Promise.reject(obj); }\n // Note: We can't rename this method into `catch`, as this is not a valid\n // method name in Dart.\n static catchError(promise, onError) {\n return promise.catch(onError);\n }\n static all(promises) {\n if (promises.length == 0)\n return Promise.resolve([]);\n return Promise.all(promises);\n }\n static then(promise, success, rejection) {\n return promise.then(success, rejection);\n }\n static wrap(computation) {\n return new Promise((res, rej) => {\n try {\n res(computation());\n }\n catch (e) {\n rej(e);\n }\n });\n }\n static scheduleMicrotask(computation) {\n PromiseWrapper.then(PromiseWrapper.resolve(null), computation, (_) => { });\n }\n static isPromise(obj) { return obj instanceof Promise; }\n static completer() { return new PromiseCompleter(); }\n}\n//# sourceMappingURL=promise.js.map","import { XHR } from '@angular/compiler';\nimport { BaseException } from '../../src/facade/exceptions';\nimport { global } from '../../src/facade/lang';\nimport { PromiseWrapper } from '../../src/facade/promise';\n/**\n * An implementation of XHR that uses a template cache to avoid doing an actual\n * XHR.\n *\n * The template cache needs to be built and loaded into window.$templateCache\n * via a separate mechanism.\n */\nexport class CachedXHR extends XHR {\n constructor() {\n super();\n this._cache = global.$templateCache;\n if (this._cache == null) {\n throw new BaseException('CachedXHR: Template cache was not found in $templateCache.');\n }\n }\n get(url) {\n if (this._cache.hasOwnProperty(url)) {\n return PromiseWrapper.resolve(this._cache[url]);\n }\n else {\n return PromiseWrapper.reject('CachedXHR: Did not find cached template for ' + url, null);\n }\n }\n}\n//# sourceMappingURL=xhr_cache.js.map","import { XHR } from '@angular/compiler';\nimport { PromiseWrapper } from '../../src/facade/promise';\nimport { isPresent } from '../../src/facade/lang';\nexport class XHRImpl extends XHR {\n get(url) {\n var completer = PromiseWrapper.completer();\n var xhr = new XMLHttpRequest();\n xhr.open('GET', url, true);\n xhr.responseType = 'text';\n xhr.onload = function () {\n // responseText is the old-school way of retrieving response (supported by IE8 & 9)\n // response/responseType properties were introduced in XHR Level2 spec (supported by IE10)\n var response = isPresent(xhr.response) ? xhr.response : xhr.responseText;\n // normalize IE9 bug (http://bugs.jquery.com/ticket/1450)\n var status = xhr.status === 1223 ? 204 : xhr.status;\n // fix status code when it is 0 (0 status is undocumented).\n // Occurs when accessing file resources or on Android 4.1 stock browser\n // while retrieving files from application cache.\n if (status === 0) {\n status = response ? 200 : 0;\n }\n if (200 <= status && status <= 300) {\n completer.resolve(response);\n }\n else {\n completer.reject(`Failed to load ${url}`, null);\n }\n };\n xhr.onerror = function () { completer.reject(`Failed to load ${url}`, null); };\n xhr.send();\n return completer.promise;\n }\n}\n//# sourceMappingURL=xhr_impl.js.map","import { __core_private__ as r } from '@angular/core';\nexport var ReflectionCapabilities = r.ReflectionCapabilities;\n//# sourceMappingURL=core_private.js.map","import { COMPILER_PROVIDERS, XHR } from '@angular/compiler';\nimport { CachedXHR } from './src/xhr/xhr_cache';\nimport { isPresent } from './src/facade/lang';\nimport { XHRImpl } from './src/xhr/xhr_impl';\nimport { BROWSER_APP_COMMON_PROVIDERS, browserPlatform } from '@angular/platform-browser';\nimport { reflector, ReflectiveInjector, coreLoadAndBootstrap } from '@angular/core';\nimport { ReflectionCapabilities } from './core_private';\nexport const CACHED_TEMPLATE_PROVIDER = \n/*@ts2dart_const*/ [{ provide: XHR, useClass: CachedXHR }];\n/**\n * An array of providers that should be passed into `application()` when bootstrapping a component.\n */\nexport const BROWSER_APP_DYNAMIC_PROVIDERS = \n/*@ts2dart_const*/ [\n BROWSER_APP_COMMON_PROVIDERS,\n COMPILER_PROVIDERS,\n { provide: XHR, useClass: XHRImpl },\n];\n/**\n * Bootstrapping for Angular applications.\n *\n * You instantiate an Angular application by explicitly specifying a component to use\n * as the root component for your application via the `bootstrap()` method.\n *\n * ## Simple Example\n *\n * Assuming this `index.html`:\n *\n * ```html\n * <html>\n * <!-- load Angular script tags here. -->\n * <body>\n * <my-app>loading...</my-app>\n * </body>\n * </html>\n * ```\n *\n * An application is bootstrapped inside an existing browser DOM, typically `index.html`.\n * Unlike Angular 1, Angular 2 does not compile/process providers in `index.html`. This is\n * mainly for security reasons, as well as architectural changes in Angular 2. This means\n * that `index.html` can safely be processed using server-side technologies such as\n * providers. Bindings can thus use double-curly `{{ syntax }}` without collision from\n * Angular 2 component double-curly `{{ syntax }}`.\n *\n * We can use this script code:\n *\n * {@example core/ts/bootstrap/bootstrap.ts region='bootstrap'}\n *\n * When the app developer invokes `bootstrap()` with the root component `MyApp` as its\n * argument, Angular performs the following tasks:\n *\n * 1. It uses the component's `selector` property to locate the DOM element which needs\n * to be upgraded into the angular component.\n * 2. It creates a new child injector (from the platform injector). Optionally, you can\n * also override the injector configuration for an app by invoking `bootstrap` with the\n * `componentInjectableBindings` argument.\n * 3. It creates a new `Zone` and connects it to the angular application's change detection\n * domain instance.\n * 4. It creates an emulated or shadow DOM on the selected component's host element and loads the\n * template into it.\n * 5. It instantiates the specified component.\n * 6. Finally, Angular performs change detection to apply the initial data providers for the\n * application.\n *\n *\n * ## Bootstrapping Multiple Applications\n *\n * When working within a browser window, there are many singleton resources: cookies, title,\n * location, and others. Angular services that represent these resources must likewise be\n * shared across all Angular applications that occupy the same browser window. For this\n * reason, Angular creates exactly one global platform object which stores all shared\n * services, and each angular application injector has the platform injector as its parent.\n *\n * Each application has its own private injector as well. When there are multiple\n * applications on a page, Angular treats each application injector's services as private\n * to that application.\n *\n * ## API\n *\n * - `appComponentType`: The root component which should act as the application. This is\n * a reference to a `Type` which is annotated with `@Component(...)`.\n * - `customProviders`: An additional set of providers that can be added to the\n * app injector to override default injection behavior.\n *\n * Returns a `Promise` of {@link ComponentRef}.\n */\nexport function bootstrap(appComponentType, customProviders) {\n reflector.reflectionCapabilities = new ReflectionCapabilities();\n var appInjector = ReflectiveInjector.resolveAndCreate([BROWSER_APP_DYNAMIC_PROVIDERS, isPresent(customProviders) ? customProviders : []], browserPlatform().injector);\n return coreLoadAndBootstrap(appInjector, appComponentType);\n}\n//# sourceMappingURL=platform_browser_dynamic.js.map"],"names":["_global","global","Map","XHR","r","COMPILER_PROVIDERS","BROWSER_APP_COMMON_PROVIDERS","coreLoadAndBootstrap","browserPlatform","ReflectiveInjector","reflector"],"mappings":"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"}
@@ -1,75 +0,0 @@
1
- import { Type, ComponentRef } from '@angular/core';
2
- export declare const CACHED_TEMPLATE_PROVIDER: Array<any>;
3
- /**
4
- * An array of providers that should be passed into `application()` when bootstrapping a component.
5
- */
6
- export declare const BROWSER_APP_DYNAMIC_PROVIDERS: Array<any>;
7
- /**
8
- * Bootstrapping for Angular applications.
9
- *
10
- * You instantiate an Angular application by explicitly specifying a component to use
11
- * as the root component for your application via the `bootstrap()` method.
12
- *
13
- * ## Simple Example
14
- *
15
- * Assuming this `index.html`:
16
- *
17
- * ```html
18
- * <html>
19
- * <!-- load Angular script tags here. -->
20
- * <body>
21
- * <my-app>loading...</my-app>
22
- * </body>
23
- * </html>
24
- * ```
25
- *
26
- * An application is bootstrapped inside an existing browser DOM, typically `index.html`.
27
- * Unlike Angular 1, Angular 2 does not compile/process providers in `index.html`. This is
28
- * mainly for security reasons, as well as architectural changes in Angular 2. This means
29
- * that `index.html` can safely be processed using server-side technologies such as
30
- * providers. Bindings can thus use double-curly `{{ syntax }}` without collision from
31
- * Angular 2 component double-curly `{{ syntax }}`.
32
- *
33
- * We can use this script code:
34
- *
35
- * {@example core/ts/bootstrap/bootstrap.ts region='bootstrap'}
36
- *
37
- * When the app developer invokes `bootstrap()` with the root component `MyApp` as its
38
- * argument, Angular performs the following tasks:
39
- *
40
- * 1. It uses the component's `selector` property to locate the DOM element which needs
41
- * to be upgraded into the angular component.
42
- * 2. It creates a new child injector (from the platform injector). Optionally, you can
43
- * also override the injector configuration for an app by invoking `bootstrap` with the
44
- * `componentInjectableBindings` argument.
45
- * 3. It creates a new `Zone` and connects it to the angular application's change detection
46
- * domain instance.
47
- * 4. It creates an emulated or shadow DOM on the selected component's host element and loads the
48
- * template into it.
49
- * 5. It instantiates the specified component.
50
- * 6. Finally, Angular performs change detection to apply the initial data providers for the
51
- * application.
52
- *
53
- *
54
- * ## Bootstrapping Multiple Applications
55
- *
56
- * When working within a browser window, there are many singleton resources: cookies, title,
57
- * location, and others. Angular services that represent these resources must likewise be
58
- * shared across all Angular applications that occupy the same browser window. For this
59
- * reason, Angular creates exactly one global platform object which stores all shared
60
- * services, and each angular application injector has the platform injector as its parent.
61
- *
62
- * Each application has its own private injector as well. When there are multiple
63
- * applications on a page, Angular treats each application injector's services as private
64
- * to that application.
65
- *
66
- * ## API
67
- *
68
- * - `appComponentType`: The root component which should act as the application. This is
69
- * a reference to a `Type` which is annotated with `@Component(...)`.
70
- * - `customProviders`: An additional set of providers that can be added to the
71
- * app injector to override default injection behavior.
72
- *
73
- * Returns a `Promise` of {@link ComponentRef}.
74
- */
75
- export declare function bootstrap(appComponentType: Type, customProviders?: Array<any>): Promise<ComponentRef<any>>;
@@ -1,92 +0,0 @@
1
- import { COMPILER_PROVIDERS, XHR } from '@angular/compiler';
2
- import { CachedXHR } from './src/xhr/xhr_cache';
3
- import { isPresent } from './src/facade/lang';
4
- import { XHRImpl } from './src/xhr/xhr_impl';
5
- import { BROWSER_APP_COMMON_PROVIDERS, browserPlatform } from '@angular/platform-browser';
6
- import { reflector, ReflectiveInjector, coreLoadAndBootstrap } from '@angular/core';
7
- import { ReflectionCapabilities } from './core_private';
8
- export const CACHED_TEMPLATE_PROVIDER =
9
- /*@ts2dart_const*/ [{ provide: XHR, useClass: CachedXHR }];
10
- /**
11
- * An array of providers that should be passed into `application()` when bootstrapping a component.
12
- */
13
- export const BROWSER_APP_DYNAMIC_PROVIDERS =
14
- /*@ts2dart_const*/ [
15
- BROWSER_APP_COMMON_PROVIDERS,
16
- COMPILER_PROVIDERS,
17
- { provide: XHR, useClass: XHRImpl },
18
- ];
19
- /**
20
- * Bootstrapping for Angular applications.
21
- *
22
- * You instantiate an Angular application by explicitly specifying a component to use
23
- * as the root component for your application via the `bootstrap()` method.
24
- *
25
- * ## Simple Example
26
- *
27
- * Assuming this `index.html`:
28
- *
29
- * ```html
30
- * <html>
31
- * <!-- load Angular script tags here. -->
32
- * <body>
33
- * <my-app>loading...</my-app>
34
- * </body>
35
- * </html>
36
- * ```
37
- *
38
- * An application is bootstrapped inside an existing browser DOM, typically `index.html`.
39
- * Unlike Angular 1, Angular 2 does not compile/process providers in `index.html`. This is
40
- * mainly for security reasons, as well as architectural changes in Angular 2. This means
41
- * that `index.html` can safely be processed using server-side technologies such as
42
- * providers. Bindings can thus use double-curly `{{ syntax }}` without collision from
43
- * Angular 2 component double-curly `{{ syntax }}`.
44
- *
45
- * We can use this script code:
46
- *
47
- * {@example core/ts/bootstrap/bootstrap.ts region='bootstrap'}
48
- *
49
- * When the app developer invokes `bootstrap()` with the root component `MyApp` as its
50
- * argument, Angular performs the following tasks:
51
- *
52
- * 1. It uses the component's `selector` property to locate the DOM element which needs
53
- * to be upgraded into the angular component.
54
- * 2. It creates a new child injector (from the platform injector). Optionally, you can
55
- * also override the injector configuration for an app by invoking `bootstrap` with the
56
- * `componentInjectableBindings` argument.
57
- * 3. It creates a new `Zone` and connects it to the angular application's change detection
58
- * domain instance.
59
- * 4. It creates an emulated or shadow DOM on the selected component's host element and loads the
60
- * template into it.
61
- * 5. It instantiates the specified component.
62
- * 6. Finally, Angular performs change detection to apply the initial data providers for the
63
- * application.
64
- *
65
- *
66
- * ## Bootstrapping Multiple Applications
67
- *
68
- * When working within a browser window, there are many singleton resources: cookies, title,
69
- * location, and others. Angular services that represent these resources must likewise be
70
- * shared across all Angular applications that occupy the same browser window. For this
71
- * reason, Angular creates exactly one global platform object which stores all shared
72
- * services, and each angular application injector has the platform injector as its parent.
73
- *
74
- * Each application has its own private injector as well. When there are multiple
75
- * applications on a page, Angular treats each application injector's services as private
76
- * to that application.
77
- *
78
- * ## API
79
- *
80
- * - `appComponentType`: The root component which should act as the application. This is
81
- * a reference to a `Type` which is annotated with `@Component(...)`.
82
- * - `customProviders`: An additional set of providers that can be added to the
83
- * app injector to override default injection behavior.
84
- *
85
- * Returns a `Promise` of {@link ComponentRef}.
86
- */
87
- export function bootstrap(appComponentType, customProviders) {
88
- reflector.reflectionCapabilities = new ReflectionCapabilities();
89
- var appInjector = ReflectiveInjector.resolveAndCreate([BROWSER_APP_DYNAMIC_PROVIDERS, isPresent(customProviders) ? customProviders : []], browserPlatform().injector);
90
- return coreLoadAndBootstrap(appInjector, appComponentType);
91
- }
92
- //# sourceMappingURL=platform_browser_dynamic.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"platform_browser_dynamic.js","sourceRoot":"/Users/iminar/Dev/angular/modules/@angular/platform-browser-dynamic/","sources":["platform_browser_dynamic.ts"],"names":[],"mappings":"OAIS,EAAC,kBAAkB,EAAE,GAAG,EAAC,MAAM,mBAAmB;OACpD,EAAC,SAAS,EAAC,MAAM,qBAAqB;OAEtC,EAAC,SAAS,EAAC,MAAM,mBAAmB;OACpC,EAAC,OAAO,EAAC,MAAM,oBAAoB;OACnC,EAAC,4BAA4B,EAAE,eAAe,EAAC,MAAM,2BAA2B;OAChF,EAAC,SAAS,EAAE,kBAAkB,EAAE,oBAAoB,EAAC,MAAM,eAAe;OAE1E,EAAC,sBAAsB,EAAC,MAAM,gBAAgB;AAErD,OAAO,MAAM,wBAAwB;AACjC,kBAAkB,CAAA,CAAC,EAAC,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,SAAS,EAAC,CAAC,CAAC;AAE5D;;GAEG;AACH,OAAO,MAAM,6BAA6B;AACtC,kBAAkB,CAAA;IAChB,4BAA4B;IAC5B,kBAAkB;IAClB,EAAC,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,OAAO,EAAC;CAClC,CAAC;AAIN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmEG;AACH,0BACI,gBAAsB,EACtB,eAAwD;IAC1D,SAAS,CAAC,sBAAsB,GAAG,IAAI,sBAAsB,EAAE,CAAC;IAChE,IAAI,WAAW,GAAG,kBAAkB,CAAC,gBAAgB,CACjD,CAAC,6BAA6B,EAAE,SAAS,CAAC,eAAe,CAAC,GAAG,eAAe,GAAG,EAAE,CAAC,EAClF,eAAe,EAAE,CAAC,QAAQ,CAAC,CAAC;IAChC,MAAM,CAAC,oBAAoB,CAAC,WAAW,EAAE,gBAAgB,CAAC,CAAC;AAC7D,CAAC"}
@@ -1 +0,0 @@
1
- {"__symbolic":"module","metadata":{"CACHED_TEMPLATE_PROVIDER":[{"provide":{"__symbolic":"reference","name":"XHR","module":"@angular/compiler"},"useClass":{"__symbolic":"reference","name":"CachedXHR","module":"./src/xhr/xhr_cache"}}],"BROWSER_APP_DYNAMIC_PROVIDERS":[{"__symbolic":"reference","name":"BROWSER_APP_COMMON_PROVIDERS","module":"@angular/platform-browser"},{"__symbolic":"reference","name":"COMPILER_PROVIDERS","module":"@angular/compiler"},{"provide":{"__symbolic":"reference","name":"XHR","module":"@angular/compiler"},"useClass":{"__symbolic":"reference","name":"XHRImpl","module":"./src/xhr/xhr_impl"}}]}}
@@ -1,8 +0,0 @@
1
- /**
2
- * Default platform providers for testing.
3
- */
4
- export declare const TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS: Array<any>;
5
- /**
6
- * Default application providers for testing.
7
- */
8
- export declare const TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS: Array<any>;
@@ -1,13 +0,0 @@
1
- import { TEST_BROWSER_STATIC_PLATFORM_PROVIDERS, ADDITIONAL_TEST_BROWSER_PROVIDERS } from '@angular/platform-browser/testing';
2
- import { BROWSER_APP_DYNAMIC_PROVIDERS } from '../index';
3
- /**
4
- * Default platform providers for testing.
5
- */
6
- export const TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS =
7
- /*@ts2dart_const*/ [TEST_BROWSER_STATIC_PLATFORM_PROVIDERS];
8
- /**
9
- * Default application providers for testing.
10
- */
11
- export const TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS =
12
- /*@ts2dart_const*/ [BROWSER_APP_DYNAMIC_PROVIDERS, ADDITIONAL_TEST_BROWSER_PROVIDERS];
13
- //# sourceMappingURL=browser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"browser.js","sourceRoot":"/Users/iminar/Dev/angular/modules/@angular/platform-browser-dynamic/","sources":["testing/browser.ts"],"names":[],"mappings":"OAIS,EACP,sCAAsC,EACtC,iCAAiC,EAClC,MAAM,mCAAmC;OACnC,EAAC,6BAA6B,EAAC,MAAM,UAAU;AAGtD;;GAEG;AACH,OAAO,MAAM,uCAAuC;AAChD,kBAAkB,CAAA,CAAC,sCAAsC,CAAC,CAAC;AAE/D;;GAEG;AACH,OAAO,MAAM,0CAA0C;AACnD,kBAAkB,CAAA,CAAC,6BAA6B,EAAE,iCAAiC,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"__symbolic":"module","metadata":{"TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS":[{"__symbolic":"reference","name":"TEST_BROWSER_STATIC_PLATFORM_PROVIDERS","module":"@angular/platform-browser/testing"}],"TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS":[{"__symbolic":"reference","name":"BROWSER_APP_DYNAMIC_PROVIDERS","module":"../index"},{"__symbolic":"reference","name":"ADDITIONAL_TEST_BROWSER_PROVIDERS","module":"@angular/platform-browser/testing"}]}}
@@ -1,75 +0,0 @@
1
- import { Type, ComponentRef } from '@angular/core';
2
- export declare const CACHED_TEMPLATE_PROVIDER: Array<any>;
3
- /**
4
- * An array of providers that should be passed into `application()` when bootstrapping a component.
5
- */
6
- export declare const BROWSER_APP_DYNAMIC_PROVIDERS: Array<any>;
7
- /**
8
- * Bootstrapping for Angular applications.
9
- *
10
- * You instantiate an Angular application by explicitly specifying a component to use
11
- * as the root component for your application via the `bootstrap()` method.
12
- *
13
- * ## Simple Example
14
- *
15
- * Assuming this `index.html`:
16
- *
17
- * ```html
18
- * <html>
19
- * <!-- load Angular script tags here. -->
20
- * <body>
21
- * <my-app>loading...</my-app>
22
- * </body>
23
- * </html>
24
- * ```
25
- *
26
- * An application is bootstrapped inside an existing browser DOM, typically `index.html`.
27
- * Unlike Angular 1, Angular 2 does not compile/process providers in `index.html`. This is
28
- * mainly for security reasons, as well as architectural changes in Angular 2. This means
29
- * that `index.html` can safely be processed using server-side technologies such as
30
- * providers. Bindings can thus use double-curly `{{ syntax }}` without collision from
31
- * Angular 2 component double-curly `{{ syntax }}`.
32
- *
33
- * We can use this script code:
34
- *
35
- * {@example core/ts/bootstrap/bootstrap.ts region='bootstrap'}
36
- *
37
- * When the app developer invokes `bootstrap()` with the root component `MyApp` as its
38
- * argument, Angular performs the following tasks:
39
- *
40
- * 1. It uses the component's `selector` property to locate the DOM element which needs
41
- * to be upgraded into the angular component.
42
- * 2. It creates a new child injector (from the platform injector). Optionally, you can
43
- * also override the injector configuration for an app by invoking `bootstrap` with the
44
- * `componentInjectableBindings` argument.
45
- * 3. It creates a new `Zone` and connects it to the angular application's change detection
46
- * domain instance.
47
- * 4. It creates an emulated or shadow DOM on the selected component's host element and loads the
48
- * template into it.
49
- * 5. It instantiates the specified component.
50
- * 6. Finally, Angular performs change detection to apply the initial data providers for the
51
- * application.
52
- *
53
- *
54
- * ## Bootstrapping Multiple Applications
55
- *
56
- * When working within a browser window, there are many singleton resources: cookies, title,
57
- * location, and others. Angular services that represent these resources must likewise be
58
- * shared across all Angular applications that occupy the same browser window. For this
59
- * reason, Angular creates exactly one global platform object which stores all shared
60
- * services, and each angular application injector has the platform injector as its parent.
61
- *
62
- * Each application has its own private injector as well. When there are multiple
63
- * applications on a page, Angular treats each application injector's services as private
64
- * to that application.
65
- *
66
- * ## API
67
- *
68
- * - `appComponentType`: The root component which should act as the application. This is
69
- * a reference to a `Type` which is annotated with `@Component(...)`.
70
- * - `customProviders`: An additional set of providers that can be added to the
71
- * app injector to override default injection behavior.
72
- *
73
- * Returns a `Promise` of {@link ComponentRef}.
74
- */
75
- export declare function bootstrap(appComponentType: Type, customProviders?: Array<any>): Promise<ComponentRef<any>>;
@@ -1,94 +0,0 @@
1
- "use strict";
2
- var compiler_1 = require('@angular/compiler');
3
- var xhr_cache_1 = require('./src/xhr/xhr_cache');
4
- var lang_1 = require('./src/facade/lang');
5
- var xhr_impl_1 = require('./src/xhr/xhr_impl');
6
- var platform_browser_1 = require('@angular/platform-browser');
7
- var core_1 = require('@angular/core');
8
- var core_private_1 = require('./core_private');
9
- exports.CACHED_TEMPLATE_PROVIDER =
10
- /*@ts2dart_const*/ [{ provide: compiler_1.XHR, useClass: xhr_cache_1.CachedXHR }];
11
- /**
12
- * An array of providers that should be passed into `application()` when bootstrapping a component.
13
- */
14
- exports.BROWSER_APP_DYNAMIC_PROVIDERS =
15
- /*@ts2dart_const*/ [
16
- platform_browser_1.BROWSER_APP_COMMON_PROVIDERS,
17
- compiler_1.COMPILER_PROVIDERS,
18
- { provide: compiler_1.XHR, useClass: xhr_impl_1.XHRImpl },
19
- ];
20
- /**
21
- * Bootstrapping for Angular applications.
22
- *
23
- * You instantiate an Angular application by explicitly specifying a component to use
24
- * as the root component for your application via the `bootstrap()` method.
25
- *
26
- * ## Simple Example
27
- *
28
- * Assuming this `index.html`:
29
- *
30
- * ```html
31
- * <html>
32
- * <!-- load Angular script tags here. -->
33
- * <body>
34
- * <my-app>loading...</my-app>
35
- * </body>
36
- * </html>
37
- * ```
38
- *
39
- * An application is bootstrapped inside an existing browser DOM, typically `index.html`.
40
- * Unlike Angular 1, Angular 2 does not compile/process providers in `index.html`. This is
41
- * mainly for security reasons, as well as architectural changes in Angular 2. This means
42
- * that `index.html` can safely be processed using server-side technologies such as
43
- * providers. Bindings can thus use double-curly `{{ syntax }}` without collision from
44
- * Angular 2 component double-curly `{{ syntax }}`.
45
- *
46
- * We can use this script code:
47
- *
48
- * {@example core/ts/bootstrap/bootstrap.ts region='bootstrap'}
49
- *
50
- * When the app developer invokes `bootstrap()` with the root component `MyApp` as its
51
- * argument, Angular performs the following tasks:
52
- *
53
- * 1. It uses the component's `selector` property to locate the DOM element which needs
54
- * to be upgraded into the angular component.
55
- * 2. It creates a new child injector (from the platform injector). Optionally, you can
56
- * also override the injector configuration for an app by invoking `bootstrap` with the
57
- * `componentInjectableBindings` argument.
58
- * 3. It creates a new `Zone` and connects it to the angular application's change detection
59
- * domain instance.
60
- * 4. It creates an emulated or shadow DOM on the selected component's host element and loads the
61
- * template into it.
62
- * 5. It instantiates the specified component.
63
- * 6. Finally, Angular performs change detection to apply the initial data providers for the
64
- * application.
65
- *
66
- *
67
- * ## Bootstrapping Multiple Applications
68
- *
69
- * When working within a browser window, there are many singleton resources: cookies, title,
70
- * location, and others. Angular services that represent these resources must likewise be
71
- * shared across all Angular applications that occupy the same browser window. For this
72
- * reason, Angular creates exactly one global platform object which stores all shared
73
- * services, and each angular application injector has the platform injector as its parent.
74
- *
75
- * Each application has its own private injector as well. When there are multiple
76
- * applications on a page, Angular treats each application injector's services as private
77
- * to that application.
78
- *
79
- * ## API
80
- *
81
- * - `appComponentType`: The root component which should act as the application. This is
82
- * a reference to a `Type` which is annotated with `@Component(...)`.
83
- * - `customProviders`: An additional set of providers that can be added to the
84
- * app injector to override default injection behavior.
85
- *
86
- * Returns a `Promise` of {@link ComponentRef}.
87
- */
88
- function bootstrap(appComponentType, customProviders) {
89
- core_1.reflector.reflectionCapabilities = new core_private_1.ReflectionCapabilities();
90
- var appInjector = core_1.ReflectiveInjector.resolveAndCreate([exports.BROWSER_APP_DYNAMIC_PROVIDERS, lang_1.isPresent(customProviders) ? customProviders : []], platform_browser_1.browserPlatform().injector);
91
- return core_1.coreLoadAndBootstrap(appInjector, appComponentType);
92
- }
93
- exports.bootstrap = bootstrap;
94
- //# sourceMappingURL=platform_browser_dynamic.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"platform_browser_dynamic.js","sourceRoot":"/Users/iminar/Dev/angular/modules/@angular/platform-browser-dynamic/","sources":["platform_browser_dynamic.ts"],"names":[],"mappings":";AAIE,yBAAsC,mBAAmB,CAAC,CAAA;AAC5D,0BAAwB,qBAAqB,CAAC,CAAA;AAE9C,qBAAwB,mBAAmB,CAAC,CAAA;AAC5C,yBAAsB,oBAAoB,CAAC,CAAA;AAC3C,iCAA4D,2BAA2B,CAAC,CAAA;AACxF,qBAAkE,eAAe,CAAC,CAAA;AAElF,6BAAqC,gBAAgB,CAAC,CAAA;AAEzC,gCAAwB;AACjC,kBAAkB,CAAA,CAAC,EAAC,OAAO,EAAE,cAAG,EAAE,QAAQ,EAAE,qBAAS,EAAC,CAAC,CAAC;AAE5D;;GAEG;AACU,qCAA6B;AACtC,kBAAkB,CAAA;IAChB,+CAA4B;IAC5B,6BAAkB;IAClB,EAAC,OAAO,EAAE,cAAG,EAAE,QAAQ,EAAE,kBAAO,EAAC;CAClC,CAAC;AAIN;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmEG;AACH,mBACI,gBAAsB,EACtB,eAAwD;IAC1D,gBAAS,CAAC,sBAAsB,GAAG,IAAI,qCAAsB,EAAE,CAAC;IAChE,IAAI,WAAW,GAAG,yBAAkB,CAAC,gBAAgB,CACjD,CAAC,qCAA6B,EAAE,gBAAS,CAAC,eAAe,CAAC,GAAG,eAAe,GAAG,EAAE,CAAC,EAClF,kCAAe,EAAE,CAAC,QAAQ,CAAC,CAAC;IAChC,MAAM,CAAC,2BAAoB,CAAC,WAAW,EAAE,gBAAgB,CAAC,CAAC;AAC7D,CAAC;AARe,iBAAS,YAQxB,CAAA"}
@@ -1 +0,0 @@
1
- {"__symbolic":"module","metadata":{"CACHED_TEMPLATE_PROVIDER":[{"provide":{"__symbolic":"reference","name":"XHR","module":"@angular/compiler"},"useClass":{"__symbolic":"reference","name":"CachedXHR","module":"./src/xhr/xhr_cache"}}],"BROWSER_APP_DYNAMIC_PROVIDERS":[{"__symbolic":"reference","name":"BROWSER_APP_COMMON_PROVIDERS","module":"@angular/platform-browser"},{"__symbolic":"reference","name":"COMPILER_PROVIDERS","module":"@angular/compiler"},{"provide":{"__symbolic":"reference","name":"XHR","module":"@angular/compiler"},"useClass":{"__symbolic":"reference","name":"XHRImpl","module":"./src/xhr/xhr_impl"}}]}}
@@ -1,8 +0,0 @@
1
- /**
2
- * Default platform providers for testing.
3
- */
4
- export declare const TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS: Array<any>;
5
- /**
6
- * Default application providers for testing.
7
- */
8
- export declare const TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS: Array<any>;
@@ -1,14 +0,0 @@
1
- "use strict";
2
- var testing_1 = require('@angular/platform-browser/testing');
3
- var index_1 = require('../index');
4
- /**
5
- * Default platform providers for testing.
6
- */
7
- exports.TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS =
8
- /*@ts2dart_const*/ [testing_1.TEST_BROWSER_STATIC_PLATFORM_PROVIDERS];
9
- /**
10
- * Default application providers for testing.
11
- */
12
- exports.TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS =
13
- /*@ts2dart_const*/ [index_1.BROWSER_APP_DYNAMIC_PROVIDERS, testing_1.ADDITIONAL_TEST_BROWSER_PROVIDERS];
14
- //# sourceMappingURL=browser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"browser.js","sourceRoot":"/Users/iminar/Dev/angular/modules/@angular/platform-browser-dynamic/","sources":["testing/browser.ts"],"names":[],"mappings":";AAIE,wBAGK,mCAAmC,CAAC,CAAA;AAC3C,sBAA4C,UAAU,CAAC,CAAA;AAGvD;;GAEG;AACU,+CAAuC;AAChD,kBAAkB,CAAA,CAAC,gDAAsC,CAAC,CAAC;AAE/D;;GAEG;AACU,kDAA0C;AACnD,kBAAkB,CAAA,CAAC,qCAA6B,EAAE,2CAAiC,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"__symbolic":"module","metadata":{"TEST_BROWSER_DYNAMIC_PLATFORM_PROVIDERS":[{"__symbolic":"reference","name":"TEST_BROWSER_STATIC_PLATFORM_PROVIDERS","module":"@angular/platform-browser/testing"}],"TEST_BROWSER_DYNAMIC_APPLICATION_PROVIDERS":[{"__symbolic":"reference","name":"BROWSER_APP_DYNAMIC_PROVIDERS","module":"../index"},{"__symbolic":"reference","name":"ADDITIONAL_TEST_BROWSER_PROVIDERS","module":"@angular/platform-browser/testing"}]}}