For full text search please use the '?' prefix. e.g. ? Onboarding
ngFor
<
div
*ngFor
=
"
let hero of heroes
"
>
{{hero}}
</
div
>