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
647c3d96
Commit
647c3d96
authored
Jul 01, 2016
by
Jesús Rodríguez
Committed by
GitHub
Jul 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update to RC4 (#149)
parent
682dc152
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
24 deletions
+24
-24
.gitignore
.gitignore
+0
-1
CHANGELOG.md
CHANGELOG.md
+7
-2
app/app.component.spec.ts
app/app.component.spec.ts
+3
-8
app/app.component.ts
app/app.component.ts
+1
-1
app/main.ts
app/main.ts
+3
-2
package.json
package.json
+10
-10
No files found.
.gitignore
View file @
647c3d96
...
@@ -11,7 +11,6 @@ e2e/**/*.js.map
...
@@ -11,7 +11,6 @@ e2e/**/*.js.map
_test-output
_test-output
_temp
_temp
!**/*e2e-spec.js
!karma*.js
!karma*.js
!protractor*.js
!protractor*.js
!systemjs.config.js
!systemjs.config.js
...
...
CHANGELOG.md
View file @
647c3d96
<a
name=
"0.2.5"
></a>
# 0.2.5 (2016-06-30)
*
Angular 2 RC4 version
*
Updated new forms and router
<a
name=
"0.2.4"
></a>
<a
name=
"0.2.4"
></a>
# 0.2.
2
(2016-06-21)
# 0.2.
4
(2016-06-21)
*
Angular 2 RC3 version
*
Angular 2 RC3 version
*
Add new forms and router
*
Add new forms and router
*
Add support for TS e2e tests
*
Add support for TS e2e tests
<a
name=
"0.2.3"
></a>
<a
name=
"0.2.3"
></a>
# 0.2.
2
(2016-06-15)
# 0.2.
3
(2016-06-15)
*
Angular 2 RC2 version
*
Angular 2 RC2 version
<a
name=
"0.2.2"
></a>
<a
name=
"0.2.2"
></a>
...
...
app/app.component.spec.ts
View file @
647c3d96
/* tslint:disable:no-unused-variable */
/* tslint:disable:no-unused-variable */
import
{
AppComponent
}
from
'
./app.component
'
;
import
{
AppComponent
}
from
'
./app.component
'
;
import
{
import
{
async
,
inject
}
from
'
@angular/core/testing
'
;
expect
,
it
,
iit
,
xit
,
describe
,
ddescribe
,
xdescribe
,
import
{
TestComponentBuilder
}
from
'
@angular/core/testing
'
;
beforeEach
,
beforeEachProviders
,
withProviders
,
async
,
inject
}
from
'
@angular/core/testing
'
;
import
{
TestComponentBuilder
}
from
'
@angular/compiler/testing
'
;
import
{
By
}
from
'
@angular/platform-browser
'
;
import
{
By
}
from
'
@angular/platform-browser
'
;
import
{
provide
}
from
'
@angular/core
'
;
import
{
provide
}
from
'
@angular/core
'
;
...
...
app/app.component.ts
View file @
647c3d96
import
{
Component
}
from
'
@angular/core
'
;
import
{
Component
}
from
'
@angular/core
'
;
@
Component
({
@
Component
({
selector
:
'
my-app
'
,
selector
:
'
my-app
'
,
...
...
app/main.ts
View file @
647c3d96
import
{
bootstrap
}
from
'
@angular/platform-browser-dynamic
'
;
import
{
bootstrap
}
from
'
@angular/platform-browser-dynamic
'
;
import
{
AppComponent
}
from
'
./app.component
'
;
import
{
AppComponent
}
from
'
./app.component
'
;
bootstrap
(
AppComponent
);
bootstrap
(
AppComponent
);
package.json
View file @
647c3d96
...
@@ -21,16 +21,16 @@
...
@@ -21,16 +21,16 @@
"author"
:
""
,
"author"
:
""
,
"license"
:
"
ISC
"
,
"license"
:
"
ISC
"
,
"dependencies"
:
{
"dependencies"
:
{
"
@angular/common
"
:
"
2.0.0-rc.
3
"
,
"
@angular/common
"
:
"
2.0.0-rc.
4
"
,
"
@angular/compiler
"
:
"
2.0.0-rc.
3
"
,
"
@angular/compiler
"
:
"
2.0.0-rc.
4
"
,
"
@angular/core
"
:
"
2.0.0-rc.
3
"
,
"
@angular/core
"
:
"
2.0.0-rc.
4
"
,
"
@angular/forms
"
:
"
0.
1.1
"
,
"
@angular/forms
"
:
"
0.
2.0
"
,
"
@angular/http
"
:
"
2.0.0-rc.
3
"
,
"
@angular/http
"
:
"
2.0.0-rc.
4
"
,
"
@angular/platform-browser
"
:
"
2.0.0-rc.
3
"
,
"
@angular/platform-browser
"
:
"
2.0.0-rc.
4
"
,
"
@angular/platform-browser-dynamic
"
:
"
2.0.0-rc.
3
"
,
"
@angular/platform-browser-dynamic
"
:
"
2.0.0-rc.
4
"
,
"
@angular/router
"
:
"
3.0.0-
alpha.7
"
,
"
@angular/router
"
:
"
3.0.0-
beta.2
"
,
"
@angular/router-deprecated
"
:
"
2.0.0-rc.2
"
,
"
@angular/router-deprecated
"
:
"
2.0.0-rc.2
"
,
"
@angular/upgrade
"
:
"
2.0.0-rc.
3
"
,
"
@angular/upgrade
"
:
"
2.0.0-rc.
4
"
,
"
systemjs
"
:
"
0.19.27
"
,
"
systemjs
"
:
"
0.19.27
"
,
"
core-js
"
:
"
^2.4.0
"
,
"
core-js
"
:
"
^2.4.0
"
,
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
"
rxjs
"
:
"
5.0.0-beta.6
"
,
"
rxjs
"
:
"
5.0.0-beta.6
"
,
"
zone.js
"
:
"
^0.6.12
"
,
"
zone.js
"
:
"
^0.6.12
"
,
"
angular2-in-memory-web-api
"
:
"
0.0.1
3
"
,
"
angular2-in-memory-web-api
"
:
"
0.0.1
4
"
,
"
bootstrap
"
:
"
^3.3.6
"
"
bootstrap
"
:
"
^3.3.6
"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
...
...
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