Skip to content

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

@aliatsis

Description

@aliatsis

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>
})

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions