Commit 4f4ccf71 authored by Chaiprasit Khamsi's avatar Chaiprasit Khamsi

Update mock-students.ts

parent 6668906e
Pipeline #1010 canceled with stages
import { Student } from '../models/student';
export const STUDENTS: Student[] = [
{id: 60111111, name: 'Tom Hank', email: 'tom@gmail.com'},
{id: 60111112, name: 'Jack Daniel', email: 'jack@gmail.com'},
{id: 60111113, name: 'Tommy Lee Jones', email: 'tjones@gmail.com'},
{id: 60111114, name: 'Jack Dawson', email: 'jdawson@gmail.com'},
{id: 60111111, name: 'Athena Hank', email: 'athena@gmail.com'},
{id: 60111112, name: 'Charlotte Daniel', email: 'charlotte@gmail.com'},
{id: 60111113, name: 'Camilla Jones', email: 'camilla@gmail.com'},
{id: 60111114, name: 'Freya Dawson', email: 'freya@gmail.com'},
];
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