angular2js: Uncaught Reference Error: System is not defined

前端 未结 6 1411
悲&欢浪女
悲&欢浪女 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:00

    Using https://cdnjs.cloudflare.com/ajax/libs/angular.js/2.0.0-beta.7/angular2-all.umd.js helped to remove this error. No external system js needed.

提交回复
热议问题