This website requires JavaScript.
Explore
Help
Sign In
hardi
/
angular4-testing
Watch
1
Star
0
Fork
You've already forked angular4-testing
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
d29c16005e
angular4-testing
/
blog-complete
/
app
/
blog
/
blog-entry.ts
7 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add blogging app
2017-02-27 01:44:23 +01:00
export
class
BlogEntry
{
Add delete for blog entries
2017-02-27 11:45:59 +01:00
id
:
number
;
Add blogging app
2017-02-27 01:44:23 +01:00
title
:
string
;
text
:
string
;
image
:
string
;
}