Skip to content

Lower-case-dashed Component Declaration does not work in angular2 component template #29

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

Closed
aliatsis opened this issue Jan 8, 2016 · 0 comments
Assignees

Comments

@aliatsis
Copy link

aliatsis commented Jan 8, 2016

The angular2 component below uses lower-case-dashed nativescript components and does not render properly (renders only button 3 centered on the page).
The capital case declarations work fine.

@component({
selector: 'testing',
template: <stack-layout> <button text="button 1"></button> <button text="button 2"></button> <button text="button 3"></button> </stack-layout>
})

@vakrilov vakrilov self-assigned this Apr 12, 2016
SvetoslavTsenov pushed a commit that referenced this issue May 13, 2019
- easier to locate with functional-tests-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants