-
Couldn't load subscription status.
- Fork 37
Open
Description
I have edited the person model that is in the example to be like this :
export class Person {
id: number;
name: {
firstname: string,
surname: string
};
age: number;
}
export const PERSONS: Person[] = [
{
id: 1,
name: {
firstname: 'Thomas',
surname: 'Novicky',
},
age: 21
},
{
id: 2,
name: {
firstname: 'Adam',
surname: 'Tracz',
},
age: 12
}
];
is it possible to export ?!
Metadata
Metadata
Assignees
Labels
No labels