angular2js: Uncaught Reference Error: System is not defined

前端 未结 6 1417
悲&欢浪女
悲&欢浪女 2020-12-18 21:40

I am new to angular so please help. I am getting an error while trying to run a simple code with angular with angular ng-controller tag where I am

6条回答
  •  醉话见心
    2020-12-18 22:11

    In case of you are using some Seed of AngularJS.

    This issues can be if you will remove or not include something like this in index.html

      
      
    

    Sometimes developers who is not familiar with AngularJS 2 and particular seed project are thinking that they remove extra comments from HTML and even doesn't realize that it is injection.

提交回复
热议问题