X Tutup
Skip to content

fix(bundles): don't use angular2/angular2 in config of System.registe…#5797

Closed
pkozlowski-opensource wants to merge 2 commits intoangular:masterfrom
pkozlowski-opensource:no_angular2_in_sys_register_bundles_config
Closed

fix(bundles): don't use angular2/angular2 in config of System.registe…#5797
pkozlowski-opensource wants to merge 2 commits intoangular:masterfrom
pkozlowski-opensource:no_angular2_in_sys_register_bundles_config

Conversation

@pkozlowski-opensource
Copy link
Copy Markdown
Member

…r bundles

Related #5710

BREAKING CHANGE:

Few compiler symbols (UrlResolver, AppRootUrl, getUrlScheme, DEFAULT_PACKAGE_URL_PROVIDER)
that used to be part of the angular2.js bundle are not part of this bundle any more.

Closes angular#5815

BREAKING CHANGE:

The following symbols are not exported from angular2/angular2 any more:
`UrlResolver`, `AppRootUrl`, `getUrlScheme`, `DEFAULT_PACKAGE_URL_PROVIDER`.
Use imports from `angular2/compiler` instead.
@pkozlowski-opensource pkozlowski-opensource force-pushed the no_angular2_in_sys_register_bundles_config branch from f7923c2 to 1fed969 Compare December 11, 2015 21:11
@pkozlowski-opensource pkozlowski-opensource added the action: review The PR is still awaiting reviews from at least one requested reviewer label Dec 11, 2015
@tbosch tbosch added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Dec 11, 2015
@pkozlowski-opensource pkozlowski-opensource added this to the beta.0 milestone Dec 11, 2015
@tbosch tbosch added action: merge The PR is ready for merge by the caretaker cla: yes and removed cla: yes labels Dec 11, 2015
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup