angular2.js vs angular2.dev.js

前端 未结 3 1193
天命终不由人
天命终不由人 2021-01-17 18:47

I was wondering about the differences between angular2.js and angular2.dev.js, of course there are more files like: router.dev.js and

3条回答
  •  我在风中等你
    2021-01-17 19:26

    angular2.dev.js uses global.Zone.longStackTraceZone = require('../zones/long-stack-trace.js') via zone.js for showing long stacktrace for angular exceptions to help with your development.

    Source: https://code.angularjs.org/2.0.0-alpha.28/angular2.dev.js

    Line 1984 to Line 2089

提交回复
热议问题