Implementing the info-box view HTML template

Open the info-box.js file and apply the following changes to bind our attributes to the HTML template:

<template>
<h1>Hello, ${username}!</h1>
<p>You are learning: <b>${topic} </b></p>
</template>
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset