I am using HTML templating in my Angular app and my code is something like this:
<script type='text/html' id="sampleId">...</script>
But, when the HTML was loaded, I couldn't find this script block in the DOM.
How can I achieve HTML templating mechanism in Angular?