Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

docs(dependency-injection): add Dart version, tweak TS version#972

Closed
kwalrath wants to merge 20 commits intoangular:masterfrom
kwalrath:dart-dependency-injection-2
Closed

docs(dependency-injection): add Dart version, tweak TS version#972
kwalrath wants to merge 20 commits intoangular:masterfrom
kwalrath:dart-dependency-injection-2

Conversation

@kwalrath
Copy link
Copy Markdown
Contributor

Continuation of changes started in #951.

I've finished incorporating @thso's initial feedback, but we're not done yet. (See the PENDINGs.)

class AppComponent {
UserService _userService;
final UserService _userService;
String title;
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.

Cleaner to have title final since we should set it only once for the lifetime of the app.

@kwalrath kwalrath force-pushed the dart-dependency-injection-2 branch from 1cf6d2f to a28000a Compare March 21, 2016 18:27
@kwalrath
Copy link
Copy Markdown
Contributor Author

@thso & @wardbell, I've incorporated more feedback. The remaining work depends on sample changes.

@kwalrath kwalrath force-pushed the dart-dependency-injection-2 branch from a28000a to e51f569 Compare March 25, 2016 05:24
@kwalrath
Copy link
Copy Markdown
Contributor Author

@wardbell: This might be done, but I'm going to take another look tomorrow before committing it.

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.

3 participants