- 1、本文档共6页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
《angular 2.0 packaging and releasing》.pdf
Angular 2.0 Packaging and Releasing
Warning: This document is public.
Modules
A bit about terminology. We will call a module a Node or Dart package, and a library individual
files that can be imported.
Angular 2 will consist of a number of modules and libraries that are required to build Angular.
The goal is for the modules to be released separately, so they can be used in isolation by other
projects.
Current list of Angular 2 modules and libraries:
( these modules will be published as they make up angular )
angular2 entry point into angular, this will be module everyone depends on. It will
consist of the following libraries:
core parser, compiler, element injectors etc
di service injectors
change detection
facade
directives
reflection
test_lib
merges previous test_lib and e2e_test_lib
benchpress optional package used to write your endtoend tests
rtts_asserts
( these modules are not technically part of angular 2.0, but are good for publishing, although not
via npm / pub. The angular2 module should *not* depend on them.)
benchmarks
benchmarks_external
examples
External dependencies
zone.js (right now it has to be manually included on the page by the user of the
framework).
To simplify project management and distribution in the near term we will:
● Put all modules in one github repo at /angular/angular
● Put essential runtime libraries (i.e. libraries shipping with the application) into the
angular2 module. This way we have only one package to release and version, and users
only need to depend on one package to quickly start building apps. Over time we will
move some libraries into their own packages (e.g. di).
Packaging and versioning
Packaging
Angular 2 will be a new package and not a co
您可能关注的文档
- 《9POM》.ppt
- 《a b c’s of science(简易科学[未加密])》.pdf
- 《A Bi2WO6-Based Hybrid Photocatalyst with Broad Spectrum Photocatalytic Properties under UV》.pdf
- 《A Combined TSA-SPA Algorithm for Computing》.pdf
- 《A decision-theoretic generalization of on-line learning and an application to boosting》.pdf
- 《A generalized model for Yang-Fourier transforms in fractal space_AITS》.pdf
- 《A Measurement of a Control Rod Drop Using an LVDT》.pdf
- 《a message from the sea(大海来信[未加密])》.pdf
- 《A new instrument for automated microcontact printing》.pdf
- 《A Novel Method for Designing LVDT and its Comparison with Conventional Design》.pdf
文档评论(0)