In this article the author uses a let-name directive on the template like this:
<ng-template #testTemplate let-name>
<div>User {{ name }} </div>
</ng-template>`
Is that part of angular/core or angular/cdk directives or something the author invented?