I'm using Angular 9.
In an html component I have:
<ng-template #modalTemplate>.......
then in my corresponding ts file I have:
@Component({
templateUrl: './myModal.component.html'....
)}
how do I make reference to #modalTemplate in my ts file?