Commit ad2a5fbf authored by Weerachai's avatar Weerachai

first commit

parent 7e556151
...@@ -17,8 +17,6 @@ import { SCORES } from './mock/mock-scores'; ...@@ -17,8 +17,6 @@ import { SCORES } from './mock/mock-scores';
styleUrls: ['./app.component.scss'] styleUrls: ['./app.component.scss']
}) })
export class AppComponent { export class AppComponent {
title = 'Course Web Application';
description = 'คำอธิบายรายวิชา';
students: Student[] = STUDENTS; students: Student[] = STUDENTS;
courses: Course[] = COURSES; courses: Course[] = COURSES;
lecturers: Lecturer[] = LECTURERS; lecturers: Lecturer[] = LECTURERS;
......
...@@ -6,9 +6,9 @@ import { STUDENTS } from '../mock/mock-students'; ...@@ -6,9 +6,9 @@ import { STUDENTS } from '../mock/mock-students';
const students: Student[] = STUDENTS; const students: Student[] = STUDENTS;
export const SCORES: Score[] = [ export const SCORES: Score[] = [
{Student: students[0], score: 10, full_mark: 20}, {Student: students[0], score: 11, full_mark: 25},
{Student: students[1], score: 5, full_mark: 20}, {Student: students[1], score: 5, full_mark: 25},
{Student: students[2], score: 15, full_mark: 20}, {Student: students[2], score: 19, full_mark: 25},
{Student: students[3], score: 20, full_mark: 20}, {Student: students[3], score: 20, full_mark: 25},
]; ];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment