Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
mycard
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
syntax_j
mycard
Commits
fcb67fd4
Commit
fcb67fd4
authored
Feb 21, 2017
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
游戏信息
parent
e17f2ddb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
app/app-detail.component.html
app/app-detail.component.html
+1
-1
app/mycard.module.ts
app/mycard.module.ts
+6
-2
No files found.
app/app-detail.component.html
View file @
fcb67fd4
...
@@ -84,7 +84,7 @@
...
@@ -84,7 +84,7 @@
<dt>
开发
</dt>
<dt>
开发
</dt>
<dd><a
href=
"https://github.com/Fluorohydride/ygopro"
>
Fluorohydride
</a></dd>
<dd><a
href=
"https://github.com/Fluorohydride/ygopro"
>
Fluorohydride
</a></dd>
<dt>
发行日期
</dt>
<dt>
发行日期
</dt>
<dd>
2011年6月3日
</dd>
<dd>
{{currentApp.released_at | date:'mediumDate'}}
</dd>
</dl>
</dl>
</div>
</div>
</div>
</div>
...
...
app/mycard.module.ts
View file @
fcb67fd4
import
{
NgModule
,
NO_ERRORS_SCHEMA
}
from
'
@angular/core
'
;
import
{
NgModule
,
NO_ERRORS_SCHEMA
,
LOCALE_ID
}
from
'
@angular/core
'
;
import
{
BrowserModule
}
from
'
@angular/platform-browser
'
;
import
{
BrowserModule
}
from
'
@angular/platform-browser
'
;
import
{
FormsModule
,
ReactiveFormsModule
}
from
'
@angular/forms
'
;
import
{
FormsModule
,
ReactiveFormsModule
}
from
'
@angular/forms
'
;
import
{
HttpModule
}
from
'
@angular/http
'
;
import
{
HttpModule
}
from
'
@angular/http
'
;
...
@@ -24,7 +24,11 @@ import {CandyComponent} from './candy.component';
...
@@ -24,7 +24,11 @@ import {CandyComponent} from './candy.component';
],
],
bootstrap
:
[
MyCardComponent
],
bootstrap
:
[
MyCardComponent
],
providers
:
[
providers
:
[
AppsService
,
SettingsService
,
LoginService
,
DownloadService
,
AppsService
,
SettingsService
,
LoginService
,
DownloadService
,
{
provide
:
LOCALE_ID
,
deps
:
[
SettingsService
],
useFactory
:
(
settingsService
:
SettingsService
)
=>
settingsService
.
getLocale
()
}
],
],
schemas
:
[
NO_ERRORS_SCHEMA
]
schemas
:
[
NO_ERRORS_SCHEMA
]
})
})
...
...
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