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
9bc04bf8
Commit
9bc04bf8
authored
Sep 08, 2016
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
candy
parent
ba33561f
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
15 deletions
+11
-15
app/candy.component.css
app/candy.component.css
+0
-7
app/candy.component.html
app/candy.component.html
+0
-1
app/candy.component.ts
app/candy.component.ts
+4
-2
app/community.component.ts
app/community.component.ts
+1
-0
app/lobby.component.css
app/lobby.component.css
+5
-0
app/lobby.component.html
app/lobby.component.html
+1
-2
index.html
index.html
+0
-3
No files found.
app/candy.component.css
View file @
9bc04bf8
:host
{
background-color
:
#336699
;
height
:
236px
;
flex-shrink
:
0
;
}
\ No newline at end of file
app/candy.component.html
View file @
9bc04bf8
{{routingService.app}}
\ No newline at end of file
app/candy.component.ts
View file @
9bc04bf8
import
{
Component
}
from
'
@angular/core
'
;
import
{
Component
}
from
'
@angular/core
'
;
import
{
RoutingService
}
from
"
./routing.service
"
;
import
{
RoutingService
}
from
"
./routing.service
"
;
@
Component
({
@
Component
({
selector
:
'
candy
'
,
selector
:
'
#
candy
'
,
templateUrl
:
'
app/candy.component.html
'
,
templateUrl
:
'
app/candy.component.html
'
,
styleUrls
:
[
'
app/candy.component.css
'
],
styleUrls
:
[
'
app/candy.component.css
'
],
})
})
export
class
CandyComponent
{
export
class
CandyComponent
{
constructor
(
private
routingService
:
RoutingService
){}
constructor
(
private
routingService
:
RoutingService
){
}
}
}
app/community.component.ts
View file @
9bc04bf8
/**
/**
* Created by zh99998 on 16/9/2.
* Created by zh99998 on 16/9/2.
*/
*/
import
{
Component
}
from
'
@angular/core
'
;
import
{
Component
}
from
'
@angular/core
'
;
@
Component
({
@
Component
({
selector
:
'
community
'
,
selector
:
'
community
'
,
...
...
app/lobby.component.css
View file @
9bc04bf8
...
@@ -8,3 +8,8 @@
...
@@ -8,3 +8,8 @@
flex-grow
:
1
;
flex-grow
:
1
;
}
}
#candy
{
background-color
:
#336699
;
height
:
236px
;
flex-shrink
:
0
;
}
\ No newline at end of file
app/lobby.component.html
View file @
9bc04bf8
...
@@ -4,5 +4,4 @@
...
@@ -4,5 +4,4 @@
<app-detail></app-detail>
<app-detail></app-detail>
<roster></roster>
<roster></roster>
</div>
</div>
<candy></candy>
<webview
id=
"candy"
src=
"https://dev.openflex.net/candy"
></webview>
\ No newline at end of file
index.html
View file @
9bc04bf8
<html>
<html>
<head>
<head>
<!--<base href=".">-->
<title>
MyCard
</title>
<title>
MyCard
</title>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"node_modules/bootstrap/dist/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"node_modules/bootstrap/dist/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"node_modules/font-awesome/css/font-awesome.min.css"
>
<link
rel=
"stylesheet"
href=
"node_modules/font-awesome/css/font-awesome.min.css"
>
<!--<link rel="stylesheet" href="styles.css">-->
<!-- 1. Load libraries -->
<!-- 1. Load libraries -->
<!-- Polyfill(s) for older browsers -->
<!-- Polyfill(s) for older browsers -->
<script
src=
"node_modules/core-js/client/shim.min.js"
></script>
<script
src=
"node_modules/core-js/client/shim.min.js"
></script>
...
@@ -24,4 +22,3 @@
...
@@ -24,4 +22,3 @@
<mycard>
Loading...
</mycard>
<mycard>
Loading...
</mycard>
</body>
</body>
</html>
</html>
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