Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
topic1-63
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Natthaphong Malaphan
topic1-63
Commits
b3f6bf9f
Commit
b3f6bf9f
authored
Jul 26, 2020
by
Natthaphong Malaphan
😊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update name folder
parent
11098b7d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletion
+2
-1
app.component.html
22-july/topic1/src/app/app.component.html
+1
-0
app.component.ts
22-july/topic1/src/app/app.component.ts
+1
-1
mock-student.ts
22-july/topic1/src/app/mock/mock-student.ts
+0
-0
No files found.
22-july/topic1/src/app/app.component.html
View file @
b3f6bf9f
...
...
@@ -6,6 +6,7 @@
<a
href=
"#"
>
LOGIN
</a>
</div>
<div
class=
"content"
role=
"main"
>
<div
class=
"card highlight-card"
>
Welcome to " {{ title }} "
...
...
22-july/topic1/src/app/app.component.ts
View file @
b3f6bf9f
import
{
Component
}
from
'@angular/core'
;
import
{
Student
}
from
'./models/student'
;
import
{
STUDENTS
}
from
'./mock
-student.ts
/mock-student'
;
import
{
STUDENTS
}
from
'./mock/mock-student'
;
@
Component
({
selector
:
'app-root'
,
...
...
22-july/topic1/src/app/mock
-student.ts
/mock-student.ts
→
22-july/topic1/src/app/mock/mock-student.ts
View file @
b3f6bf9f
File moved
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