This website requires JavaScript.
Explore
Help
Sign In
peter
/
doneit-web
Watch
1
Star
0
Fork
0
You've already forked doneit-web
mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced
2026-04-18 20:47:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d8a6f73878b25d1c332076e1f039cbf5a2441f24
doneit-web
/
src
/
app
/
models
/
eventbody.model.ts
T
4 lines
69 B
TypeScript
Raw
Normal View
History
Unescape
Escape
1-Improved project structure. 2-Added new pages. 3-Prepared the environment to consume APIS. 4-Added Axios to the project. 5-Added get methods.
2020-08-18 23:32:12 +01:00
export
interface
EventBody
{
bodyType
:
string
;
Implemented GET call requests to see the events and also each event detail
2020-08-19 14:21:42 +01:00
Text
:
string
;
1-Improved project structure. 2-Added new pages. 3-Prepared the environment to consume APIS. 4-Added Axios to the project. 5-Added get methods.
2020-08-18 23:32:12 +01:00
}
Reference in New Issue
Copy Permalink