X Tutup
Skip to content

cleanup(core): stop reexporting angular2/common from angular2/core#5362

Closed
vsavkin wants to merge 1 commit intoangular:masterfrom
vsavkin:do_not_reexport_common_from_core
Closed

cleanup(core): stop reexporting angular2/common from angular2/core#5362
vsavkin wants to merge 1 commit intoangular:masterfrom
vsavkin:do_not_reexport_common_from_core

Conversation

@vsavkin
Copy link
Copy Markdown
Contributor

@vsavkin vsavkin commented Nov 18, 2015

All common directives, forms, and pipes have been moved out of angular2/core,
but we kept reexporting them to make transition easier.

This commit removes the reexports.

BREAKING CHANGE

Before

import {NgIf} from 'angular2/core';

After

import {NgIf} from 'angular2/common';

This PR also cleans up imports, so angular2/common does not reach into the internals of angular2/core.

@vsavkin vsavkin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Nov 18, 2015
@vsavkin vsavkin added this to the beta-00 milestone Nov 18, 2015
@IgorMinar IgorMinar added pr_state: LGTM action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels Nov 18, 2015
@IgorMinar IgorMinar assigned vsavkin and unassigned IgorMinar Nov 18, 2015
All common directives, forms, and pipes have been moved out of angular2/core,
but we kept reexporting them to make transition easier.

This commit removes the reexports.

BREAKING CHANGE

Before

import {NgIf} from 'angular2/core';

After

import {NgIf} from 'angular2/common';
@vsavkin vsavkin force-pushed the do_not_reexport_common_from_core branch from 99607d9 to 021fbb4 Compare November 18, 2015 23:55
@vsavkin vsavkin added action: merge The PR is ready for merge by the caretaker and removed action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews action: review The PR is still awaiting reviews from at least one requested reviewer labels Nov 19, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #5362 on behalf of @alxhub to branch presubmit-alxhub-pr-5362.

@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.

5 participants

X Tutup