Nathan Walker
Nathan Walker
Best reference is probably the source sass here: https://github.com/NativeScript/theme/tree/c1f8b50cd53f611c58b526cf14955a972d35c787/app/scss That's the latest of the 1.x series that we still use to this day.
@navneetsharmaui Complete agree. Now that Nx has React support it definitely makes this more easily possible. I'd be curious if you had an OSS repo you wouldn't mind sharing or...
Thanks for this note, correct - the component would be generated for the web app since Electron target is just a shell for any web app target in the workspace....
@vakrilov Ran into this today as well - is this a regression in the latest? Don't believe it always worked this way?
@nativescript/angular ^11.0.0 Then all @angular deps to ~11.2.0 @nativescript/core ~7.3.0 I mean that’s about it.
Another good practice that’s easy to do is: npm install -g nativescript To make sure you have latest cli installed and then: ns create sample —ng and just compare it...
You can definitely add a Vue app in the apps folder using the other app generations as guide before it’s officially supported. Give it a shot and if you manage...
Those same steps result in electron app here, you could try naming the app when generating electron: ``` nx generate app Choose web, name it myapp nx generate app desktop...
* NativeScript - can use [@nativescript/unit-test-runner](https://blog.nativescript.org/unit-testing-with-v3-runner) for unit testing, [Detox](https://docs.nativescript.org/plugins/det) for e2e testing. * Electron - use standard angular unit testing for the app - e2e testing could be done...
The sandbox option would be pretty nice with web apps. Right now it can be used to build up a style guide for several {N} apps in the workspace in...