Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: add types #9606

Merged
merged 1 commit into from Jun 28, 2016
Merged

refactor: add types #9606

merged 1 commit into from Jun 28, 2016

Conversation

vicb
Copy link
Contributor

@vicb vicb commented Jun 26, 2016

No description provided.

@vicb vicb added the action: review The PR is still awaiting reviews from at least one requested reviewer label Jun 26, 2016
@StephenFluin StephenFluin added this to the 2.0.0-rc.5 milestone Jun 27, 2016
@@ -114,7 +114,7 @@ function initializeGenericWorkerRenderer(injector: Injector) {

// initialize message services after the bus has been created
let services = injector.get(WORKER_UI_STARTABLE_MESSAGING_SERVICE);
zone.runGuarded(() => { services.forEach((svc: any /** TODO #9100 */) => { svc.start(); }); });
zone.runGuarded(() => { services.forEach((svc: any) => { svc.start(); }); });
Copy link
Contributor

Choose a reason for hiding this comment

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

if we call start then any does not seem as a right type?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is a TODO for that: TODO(vicb): create an interface for startable services to implement

@vicb vicb merged commit 5ee84fe into angular:master Jun 28, 2016
@vicb vicb removed the action: review The PR is still awaiting reviews from at least one requested reviewer label Jun 28, 2016
vicb added a commit that referenced this pull request Jun 28, 2016
@vicb vicb deleted the 0625-types branch June 9, 2017 17:16
@angular-automatic-lock-bot
Copy link

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 11, 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.

None yet

4 participants