Dimitar Kerezov
Dimitar Kerezov
### Brief description **Methods** declared inside a **JavaScript** class which are constructed using the following template: (where `MyClass` is some `JavaScript` class extending some `Objective-C` class (with `__extends`)) ```JS Object.defineProperty(MyClass,...
Suppose I have `my-service.tns` and `my-service.tns.ts` and I have `core.module.ts` and `core.module.tns.ts` respectively. In `core.module.ts` I have: ```TS import { NgModule, NO_ERRORS_SCHEMA, ModuleWithProviders } from '@angular/core'; import { NativeScriptRouterModule }...
CLI is able to execute `tns run` without a platform which will build and deploy to both platforms and execute LiveSync for each of them. This is currently not possible...