Alexander Vakrilov

Results 18 comments of Alexander Vakrilov

This issue should be resolved - check https://github.com/angular/angular-cli/issues/13681

Hi @codeback - I managed to reproduce the issue with your project. What's interesting is that there are no exceptions thrown and navigation to another page still works. Navigation onside...

We are some big router-related improvements for the `6.0.0` release. We will try resolve this as well, if possible.

We import all helpers from `tslib` and inject them in the global scope [here](https://github.com/NativeScript/NativeScript/blob/2b58caedfee5e2c38f7d5b21f39a794680b4ab4e/tns-core-modules/globals/ts-helpers.ts#L14-L30). This should be one fo the fist things that should happen in a NS app -...

The `` is not intended to be nested. The reason for that is that page navigation is global and only one - thus nesting will lead to different outlets dealing...

Hey @rowdyrabouw, Can you please share you project here or try to reproduce the issue in a sample project? This way anyone from the community would be able to help....

I see - isolating the issue in a project will be the best option. Keep in mind that it might be something related to `livesync` which works slightly differently in...

I still think this one is quite relevant (especially in angular where the screen-size-qualifiers do not work: NativeScript/nativescript-angular#404). It gets pushed back in the back log, due to more urgent...

@NathanaelA This look pretty neat. Just a side note: When using DIPs, the size of the text will have (nearly) the same physical size, no matter the device. It is...

@NathanaelA I don't think exposing delegates will help in this case as I can't see how the `prefersStatusBarHidden` can be set trough a delegate.