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

ng2: support shorthand for named views' components #3065

Closed
christopherthielen opened this issue Oct 5, 2016 · 1 comment
Closed

ng2: support shorthand for named views' components #3065

christopherthielen opened this issue Oct 5, 2016 · 1 comment
Labels

Comments

@christopherthielen
Copy link
Contributor

#3063

Named views in ng2 currently look like this:

views: {
  foo: { component: FooCompoent }
}

We should also support the same shorthand as we do in ng1:

views: {
  foo: FooCompoent
}
@christopherthielen
Copy link
Contributor Author

Moved to: ui-router/angular#19

@christopherthielen christopherthielen removed this from the 1.0.0-beta.4 milestone Jan 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant