June 2018
Intermediate to advanced
348 pages
8h 19m
English
To load and render our component, we need to import the component into the app component. Open the app.html file and apply the following changes:
<template> <require from="info-box"></require> <info-box></info-box></template>
First, we import the info-box component and then use it using the <info-box> tag syntax. With changes done, launch the application again by running the au run --watch command:

Read now
Unlock full access