Mobile App Iām developing needs to render html components inside it.
Is it possible if I make Web API requests, render angular components and then return as HTML response from API?
Asked
Active
Viewed 235 times
0

PAVITRA
- 761
- 2
- 12
- 24
-
1Have you seen this https://universal.angular.io/ ā Vikas Mar 28 '18 at 06:05
-
@Vikas I went through this and looks promissing. But I couldn't find a way to sen a POST from API to Angular App. Is that possible? ā PAVITRA Mar 29 '18 at 06:29