Home
Projects
Books
Gallery
Contact
Home
Projects
Books
Gallery
Contact
← Personal Portfolio (old Angular version, unfinished)
source
/
src
/
app
/
project.ts
export
interface
Project
{
id
:
number
;
name
:
string
;
link
:
string
;
}