TJ VanToll
TJ VanToll
Here’s a concrete test case for this using Vue. All you need to recreate this is to start a new {N}-Vue app with `tns create`, `tns plugin add nativescript-checkbox`, and...
We could either add this content to this page (https://docs.nativescript.org/angular/app-and-screen-templates/app-templates), or just build a brand-new page in that folder.
@pointdeveloper Gotcha. In that case you may want to add your use case to [this issue](https://github.com/NativeScript/NativeScript/issues/412) 😃
Really we should totally rewrite these pages to use the new `tns resources generate` commands the CLI now has.
A warning on this page with an explanation seems like a decent idea to me: https://docs.nativescript.org/angular/ui/ng-ui-widgets/dialogs.
Hey @sis0k0, I think I like the second approach, since we’ve set that pattern as a way you configure other important paths in your {N} apps. Overall, this is a...
Here’s a link to the ng version for reference: https://docs.nativescript.org/angular/ui/ng-ui-widgets/web-view. It could definitely use a few more examples.
That sounds like a bug in the modules to me, but I’ll leave this open until we can research this further. I’m adding some community help labels as this would...
Ah, ok! Then I definitely agree this should be documented. The tricky thing is this documentation is in the cookbook, and that content is somewhat hidden in the main NativeScript/NativeScript...
This page seems like a reasonable place for this sort of example https://docs.nativescript.org/angular/ui/ng-ui-widgets/tab-view.