Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
Moecube Store
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
Moecube Store
Commits
3b7452cc
Commit
3b7452cc
authored
Sep 01, 2016
by
Filipe Silva
Committed by
GitHub
Sep 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update to rc6 (#202)
chore: update to rc6
parent
1c78664d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
75 additions
and
75 deletions
+75
-75
CHANGELOG.md
CHANGELOG.md
+8
-1
karma.conf.js
karma.conf.js
+4
-2
package.json
package.json
+14
-15
systemjs.config.js
systemjs.config.js
+49
-57
No files found.
CHANGELOG.md
View file @
3b7452cc
<a
name=
"0.2.5"
></a>
<a
name=
"0.2.7"
></a>
# 0.2.7 (2016-08-31)
*
Angular 2 RC6 version
*
Updated new forms, router, angular2-in-memory-web-api, karma, core-js, rxjs and zone.js packages
*
Removed router-deprecated package
*
Updated karma.conf.js and systemjs.config.js
<a
name=
"0.2.6"
></a>
# 0.2.6 (2016-08-09)
*
Angular 2 RC5 version
*
Updated new forms, router and angular2-in-memory-web-api
...
...
karma.conf.js
View file @
3b7452cc
...
...
@@ -30,10 +30,12 @@ module.exports = function(config) {
// Reflect and Zone.js
'
node_modules/reflect-metadata/Reflect.js
'
,
'
node_modules/zone.js/dist/zone.js
'
,
'
node_modules/zone.js/dist/long-stack-trace-zone.js
'
,
'
node_modules/zone.js/dist/proxy.js
'
,
'
node_modules/zone.js/dist/sync-test.js
'
,
'
node_modules/zone.js/dist/jasmine-patch.js
'
,
'
node_modules/zone.js/dist/async-test.js
'
,
'
node_modules/zone.js/dist/fake-async-test.js
'
,
'
node_modules/zone.js/dist/sync-test.js
'
,
'
node_modules/zone.js/dist/proxy.js
'
,
// RxJs.
{
pattern
:
'
node_modules/rxjs/**/*.js
'
,
included
:
false
,
watched
:
false
},
...
...
package.json
View file @
3b7452cc
...
...
@@ -22,24 +22,23 @@
"author"
:
""
,
"license"
:
"
ISC
"
,
"dependencies"
:
{
"
@angular/common
"
:
"
2.0.0-rc.5
"
,
"
@angular/compiler
"
:
"
2.0.0-rc.5
"
,
"
@angular/core
"
:
"
2.0.0-rc.5
"
,
"
@angular/forms
"
:
"
0.3.0
"
,
"
@angular/http
"
:
"
2.0.0-rc.5
"
,
"
@angular/platform-browser
"
:
"
2.0.0-rc.5
"
,
"
@angular/platform-browser-dynamic
"
:
"
2.0.0-rc.5
"
,
"
@angular/router
"
:
"
3.0.0-rc.1
"
,
"
@angular/router-deprecated
"
:
"
2.0.0-rc.2
"
,
"
@angular/upgrade
"
:
"
2.0.0-rc.5
"
,
"
@angular/common
"
:
"
2.0.0-rc.6
"
,
"
@angular/compiler
"
:
"
2.0.0-rc.6
"
,
"
@angular/core
"
:
"
2.0.0-rc.6
"
,
"
@angular/forms
"
:
"
2.0.0-rc.6
"
,
"
@angular/http
"
:
"
2.0.0-rc.6
"
,
"
@angular/platform-browser
"
:
"
2.0.0-rc.6
"
,
"
@angular/platform-browser-dynamic
"
:
"
2.0.0-rc.6
"
,
"
@angular/router
"
:
"
3.0.0-rc.2
"
,
"
@angular/upgrade
"
:
"
2.0.0-rc.6
"
,
"
systemjs
"
:
"
0.19.27
"
,
"
core-js
"
:
"
^2.4.
0
"
,
"
core-js
"
:
"
^2.4.
1
"
,
"
reflect-metadata
"
:
"
^0.1.3
"
,
"
rxjs
"
:
"
5.0.0-beta.
6
"
,
"
zone.js
"
:
"
^0.6.1
2
"
,
"
rxjs
"
:
"
5.0.0-beta.
11
"
,
"
zone.js
"
:
"
^0.6.1
7
"
,
"
angular2-in-memory-web-api
"
:
"
0.0.1
5
"
,
"
angular2-in-memory-web-api
"
:
"
0.0.1
8
"
,
"
bootstrap
"
:
"
^3.3.6
"
},
"devDependencies"
:
{
...
...
@@ -53,7 +52,7 @@
"
tslint
"
:
"
^3.7.4
"
,
"
lodash
"
:
"
^4.11.1
"
,
"
jasmine-core
"
:
"
~2.4.1
"
,
"
karma
"
:
"
^
0.13.22
"
,
"
karma
"
:
"
^
1.2.0
"
,
"
karma-chrome-launcher
"
:
"
^0.2.3
"
,
"
karma-cli
"
:
"
^0.1.2
"
,
"
karma-htmlfile-reporter
"
:
"
^0.2.2
"
,
...
...
systemjs.config.js
View file @
3b7452cc
...
...
@@ -2,61 +2,53 @@
* System configuration for Angular 2 samples
* Adjust as necessary for your application needs.
*/
(
function
(
global
)
{
// map tells the System loader where to look for things
var
map
=
{
'
app
'
:
'
app
'
,
// 'dist',
'
@angular
'
:
'
node_modules/@angular
'
,
'
angular2-in-memory-web-api
'
:
'
node_modules/angular2-in-memory-web-api
'
,
'
rxjs
'
:
'
node_modules/rxjs
'
};
// packages tells the System loader how to load when no filename and/or no extension
var
packages
=
{
'
app
'
:
{
main
:
'
main.js
'
,
defaultExtension
:
'
js
'
},
'
rxjs
'
:
{
defaultExtension
:
'
js
'
},
'
angular2-in-memory-web-api
'
:
{
main
:
'
index.js
'
,
defaultExtension
:
'
js
'
},
};
var
ngPackageNames
=
[
'
common
'
,
'
compiler
'
,
'
core
'
,
'
forms
'
,
'
http
'
,
'
platform-browser
'
,
'
platform-browser-dynamic
'
,
'
router
'
,
'
router-deprecated
'
,
'
upgrade
'
,
];
// Individual files (~300 requests):
function
packIndex
(
pkgName
)
{
packages
[
'
@angular/
'
+
pkgName
]
=
{
main
:
'
index.js
'
,
defaultExtension
:
'
js
'
};
}
// Bundled (~40 requests):
function
packUmd
(
pkgName
)
{
packages
[
'
@angular/
'
+
pkgName
]
=
{
main
:
'
/bundles/
'
+
pkgName
+
'
.umd.js
'
,
defaultExtension
:
'
js
'
};
}
// Most environments should use UMD; some (Karma) need the individual index files
var
setPackageConfig
=
System
.
packageWithIndex
?
packIndex
:
packUmd
;
// Add package entries for angular packages
ngPackageNames
.
forEach
(
setPackageConfig
);
// No umd for router yet
packages
[
'
@angular/router
'
]
=
{
main
:
'
index.js
'
,
defaultExtension
:
'
js
'
};
var
config
=
{
map
:
map
,
packages
:
packages
};
System
.
config
(
config
);
(
function
(
global
)
{
System
.
config
({
paths
:
{
// paths serve as alias
'
npm:
'
:
'
node_modules/
'
},
// map tells the System loader where to look for things
map
:
{
// our app is within the app folder
app
:
'
app
'
,
// angular bundles
'
@angular/core
'
:
'
npm:@angular/core/bundles/core.umd.js
'
,
'
@angular/common
'
:
'
npm:@angular/common/bundles/common.umd.js
'
,
'
@angular/compiler
'
:
'
npm:@angular/compiler/bundles/compiler.umd.js
'
,
'
@angular/platform-browser
'
:
'
npm:@angular/platform-browser/bundles/platform-browser.umd.js
'
,
'
@angular/platform-browser-dynamic
'
:
'
npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js
'
,
'
@angular/http
'
:
'
npm:@angular/http/bundles/http.umd.js
'
,
'
@angular/router
'
:
'
npm:@angular/router/bundles/router.umd.js
'
,
'
@angular/forms
'
:
'
npm:@angular/forms/bundles/forms.umd.js
'
,
// angular testing umd bundles
'
@angular/core/testing
'
:
'
npm:@angular/core/bundles/core-testing.umd.js
'
,
'
@angular/common/testing
'
:
'
npm:@angular/common/bundles/common-testing.umd.js
'
,
'
@angular/compiler/testing
'
:
'
npm:@angular/compiler/bundles/compiler-testing.umd.js
'
,
'
@angular/platform-browser/testing
'
:
'
npm:@angular/platform-browser/bundles/platform-browser-testing.umd.js
'
,
'
@angular/platform-browser-dynamic/testing
'
:
'
npm:@angular/platform-browser-dynamic/bundles/platform-browser-dynamic-testing.umd.js
'
,
'
@angular/http/testing
'
:
'
npm:@angular/http/bundles/http-testing.umd.js
'
,
'
@angular/router/testing
'
:
'
npm:@angular/router/bundles/router-testing.umd.js
'
,
'
@angular/forms/testing
'
:
'
npm:@angular/forms/bundles/forms-testing.umd.js
'
,
// other libraries
'
rxjs
'
:
'
npm:rxjs
'
,
'
angular2-in-memory-web-api
'
:
'
npm:angular2-in-memory-web-api
'
,
},
// packages tells the System loader how to load when no filename and/or no extension
packages
:
{
app
:
{
main
:
'
./main.js
'
,
defaultExtension
:
'
js
'
},
rxjs
:
{
defaultExtension
:
'
js
'
},
'
angular2-in-memory-web-api
'
:
{
defaultExtension
:
'
js
'
}
}
});
})(
this
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment