Skip to content

refactor(core): Move LifeCycle functionality into ApplicationRef.#5008

Closed
alxhub wants to merge 1 commit into
angular:masterfrom
alxhub:lifecycle
Closed

refactor(core): Move LifeCycle functionality into ApplicationRef.#5008
alxhub wants to merge 1 commit into
angular:masterfrom
alxhub:lifecycle

Conversation

@alxhub
Copy link
Copy Markdown
Member

@alxhub alxhub commented Oct 29, 2015

BREAKING CHANGE:

Before: constructor(@Inject(LifeCycle) lifecycle) { lifecycle.tick(); }
After: constructor(@Inject(ApplicationRef) appRef) { appRef.tick(); }

@alxhub alxhub added this to the beta-00 milestone Oct 29, 2015
@alxhub alxhub assigned vsavkin and mhevery and unassigned vsavkin Oct 29, 2015
@alxhub alxhub added the action: review The PR is still awaiting reviews from at least one requested reviewer label Oct 29, 2015
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no need for @internal on private (dixit @vsavkin)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don need to have @internal otherwise it will show up in .d.ts file.

@vicb
Copy link
Copy Markdown
Contributor

vicb commented Oct 29, 2015

I don't know the context but the changes LGTM

@mhevery mhevery added pr_state: LGTM and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Oct 29, 2015
@mhevery mhevery assigned alxhub and unassigned mhevery Oct 29, 2015
BREAKING CHANGE:

Before: constructor(@Inject(LifeCycle) lifecycle) { lifecycle.tick(); }
After: constructor(@Inject(ApplicationRef) appRef) { appRef.tick(); }
@alxhub alxhub added the action: merge The PR is ready for merge by the caretaker label Oct 29, 2015
@mary-poppins
Copy link
Copy Markdown

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

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Oct 29, 2015
@alxhub alxhub closed this in 72e65d6 Oct 29, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants