未经优化的应用
根据 Angular2 官方的 QuickStart 快速创建一个 Hello Angular 应用, 在没有任何优化的情况下, 运行情况如下图所示:
?...,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators...": true,
"lib": ["es6", "es2015", "dom"],
"sourceMap": true,
"pretty": true,
"allowUnreachableCode...": false,
"allowUnusedLabels": false,
"noImplicitAny": true,
"noImplicitReturns": true,..."noImplicitUseStrict": false,
"noFallthroughCasesInSwitch": true,
"typeRoots": [
".