You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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>
})
The text was updated successfully, but these errors were encountered: