Template Upload
This commit is contained in:
8
node_modules/angular2/platform/testing/browser.d.ts
generated
vendored
Normal file
8
node_modules/angular2/platform/testing/browser.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Default patform providers for testing.
|
||||
*/
|
||||
export declare const TEST_BROWSER_PLATFORM_PROVIDERS: Array<any>;
|
||||
/**
|
||||
* Default application providers for testing.
|
||||
*/
|
||||
export declare const TEST_BROWSER_APPLICATION_PROVIDERS: Array<any>;
|
12
node_modules/angular2/platform/testing/browser.js
generated
vendored
Normal file
12
node_modules/angular2/platform/testing/browser.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
'use strict';var browser_static_1 = require('angular2/platform/testing/browser_static');
|
||||
var browser_1 = require('angular2/platform/browser');
|
||||
var lang_1 = require('angular2/src/facade/lang');
|
||||
/**
|
||||
* Default patform providers for testing.
|
||||
*/
|
||||
exports.TEST_BROWSER_PLATFORM_PROVIDERS = lang_1.CONST_EXPR([browser_static_1.TEST_BROWSER_STATIC_PLATFORM_PROVIDERS]);
|
||||
/**
|
||||
* Default application providers for testing.
|
||||
*/
|
||||
exports.TEST_BROWSER_APPLICATION_PROVIDERS = lang_1.CONST_EXPR([browser_1.BROWSER_APP_PROVIDERS, browser_static_1.ADDITIONAL_TEST_BROWSER_PROVIDERS]);
|
||||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJvd3Nlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImFuZ3VsYXIyL3BsYXRmb3JtL3Rlc3RpbmcvYnJvd3Nlci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSwrQkFHTywwQ0FBMEMsQ0FBQyxDQUFBO0FBRWxELHdCQUFvQywyQkFBMkIsQ0FBQyxDQUFBO0FBR2hFLHFCQUF5QiwwQkFBMEIsQ0FBQyxDQUFBO0FBRXBEOztHQUVHO0FBQ1UsdUNBQStCLEdBQ3hDLGlCQUFVLENBQUMsQ0FBQyx1REFBc0MsQ0FBQyxDQUFDLENBQUM7QUFFekQ7O0dBRUc7QUFDVSwwQ0FBa0MsR0FDM0MsaUJBQVUsQ0FBQyxDQUFDLCtCQUFxQixFQUFFLGtEQUFpQyxDQUFDLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7XG4gIFRFU1RfQlJPV1NFUl9TVEFUSUNfUExBVEZPUk1fUFJPVklERVJTLFxuICBBRERJVElPTkFMX1RFU1RfQlJPV1NFUl9QUk9WSURFUlNcbn0gZnJvbSAnYW5ndWxhcjIvcGxhdGZvcm0vdGVzdGluZy9icm93c2VyX3N0YXRpYyc7XG5cbmltcG9ydCB7QlJPV1NFUl9BUFBfUFJPVklERVJTfSBmcm9tICdhbmd1bGFyMi9wbGF0Zm9ybS9icm93c2VyJztcblxuXG5pbXBvcnQge0NPTlNUX0VYUFJ9IGZyb20gJ2FuZ3VsYXIyL3NyYy9mYWNhZGUvbGFuZyc7XG5cbi8qKlxuICogRGVmYXVsdCBwYXRmb3JtIHByb3ZpZGVycyBmb3IgdGVzdGluZy5cbiAqL1xuZXhwb3J0IGNvbnN0IFRFU1RfQlJPV1NFUl9QTEFURk9STV9QUk9WSURFUlM6IEFycmF5PGFueSAvKlR5cGUgfCBQcm92aWRlciB8IGFueVtdKi8+ID1cbiAgICBDT05TVF9FWFBSKFtURVNUX0JST1dTRVJfU1RBVElDX1BMQVRGT1JNX1BST1ZJREVSU10pO1xuXG4vKipcbiAqIERlZmF1bHQgYXBwbGljYXRpb24gcHJvdmlkZXJzIGZvciB0ZXN0aW5nLlxuICovXG5leHBvcnQgY29uc3QgVEVTVF9CUk9XU0VSX0FQUExJQ0FUSU9OX1BST1ZJREVSUzogQXJyYXk8YW55IC8qVHlwZSB8IFByb3ZpZGVyIHwgYW55W10qLz4gPVxuICAgIENPTlNUX0VYUFIoW0JST1dTRVJfQVBQX1BST1ZJREVSUywgQURESVRJT05BTF9URVNUX0JST1dTRVJfUFJPVklERVJTXSk7XG4iXX0=
|
1
node_modules/angular2/platform/testing/browser.metadata.json
generated
vendored
Normal file
1
node_modules/angular2/platform/testing/browser.metadata.json
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"__symbolic":"module","module":"./browser","metadata":{"TEST_BROWSER_PLATFORM_PROVIDERS":[{"__symbolic":"reference","name":"TEST_BROWSER_STATIC_PLATFORM_PROVIDERS","module":"./browser_static"}],"TEST_BROWSER_APPLICATION_PROVIDERS":[{"__symbolic":"reference","name":"BROWSER_APP_PROVIDERS","module":"../browser"},{"__symbolic":"reference","name":"ADDITIONAL_TEST_BROWSER_PROVIDERS","module":"./browser_static"}]}}
|
9
node_modules/angular2/platform/testing/browser_static.d.ts
generated
vendored
Normal file
9
node_modules/angular2/platform/testing/browser_static.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Default patform providers for testing without a compiler.
|
||||
*/
|
||||
export declare const TEST_BROWSER_STATIC_PLATFORM_PROVIDERS: Array<any>;
|
||||
export declare const ADDITIONAL_TEST_BROWSER_PROVIDERS: Array<any>;
|
||||
/**
|
||||
* Default application providers for testing without a compiler.
|
||||
*/
|
||||
export declare const TEST_BROWSER_STATIC_APPLICATION_PROVIDERS: Array<any>;
|
48
node_modules/angular2/platform/testing/browser_static.js
generated
vendored
Normal file
48
node_modules/angular2/platform/testing/browser_static.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
8
node_modules/angular2/platform/testing/server.d.ts
generated
vendored
Normal file
8
node_modules/angular2/platform/testing/server.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Default patform providers for testing.
|
||||
*/
|
||||
export declare const TEST_SERVER_PLATFORM_PROVIDERS: Array<any>;
|
||||
/**
|
||||
* Default application providers for testing.
|
||||
*/
|
||||
export declare const TEST_SERVER_APPLICATION_PROVIDERS: Array<any>;
|
67
node_modules/angular2/platform/testing/server.js
generated
vendored
Normal file
67
node_modules/angular2/platform/testing/server.js
generated
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user