my-chat-room/apps/chat-room/src/app/app.component.html

9 lines
228 B
HTML
Raw Normal View History

2020-10-09 13:32:53 +00:00
<div style="text-align: center;">
<h1>Welcome to chat-room!</h1>
<img
width="450"
src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png"
/>
</div>
<div>Message: {{ hello$ | async | json }}</div>