You can add compiled template in your HTML page using __________.
You can add compiled template in your HTML page using __________.
A. <template url=”path/to/templatesCompiled.js”></template>
B. <script src=”path/to/templatesCompiled.js”></script>
C. <template src=”path/to/templatesCompiled.js”></template>
D. <script url=”path/to/templatesCompiled.js”></script>