I try install angularjs and he give me this error:
ReferenceError: System is not defined
and this is my sources import:
<script src="assets/js/jquery-1.11.1.js"></script>
<!-- BOOTSTRAP SCRIPTS -->
<script src="assets/js/bootstrap.js"></script>
<!-- CORE ANGULARJS SCRIPTS -->
<script src="assets/js/angular2.min.js"></script>
I think is because missing js but I don't know what. Can anyone help me with this