For people looking for Angular (2+), use json pipe
for eg:
<span>{{ CoursesVm | json }}</span>
<textarea>{{ CoursesVm | json }}</textarea>
For people looking for Angular (2+), use json pipe
for eg:
<span>{{ CoursesVm | json }}</span>
<textarea>{{ CoursesVm | json }}</textarea>