What is the “let-” attribute in Angular 6?
问题 In the ng-bootstrap modal documentation there are uses of some kind of let-* attribute that seemed to be used to link a function or event for later use. If you look at the (click) events and the let-c / let-d attributes at the top of the examples, you can get a feel for what it does. This appears to be a feature of Angular and has nothing to do with ng-bootstrap . But what is this called? What does it do? Where are the Angular docs for this feature? Here's an example of what I'm referring to.