Skip to main content

Including additional scripts

Select the SCRIPTS tab.

Specify additional scripts that you want to embed in the Angular application.

For example:

<script src="javascript.js"></script>

<script>
alert("Hello World!");
</script>