Skip to content

Instantly share code, notes, and snippets.

View galexandrov's full-sized avatar
😈
Focusing

Georgi Alexandrov galexandrov

😈
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am galexandrov on github.
  • I am galexandrov (https://keybase.io/galexandrov) on keybase.
  • I have a public key ASAY33e0t_eS79Wt_-uiR0aWGnNz60Wm-qeRe0SSat3W2Qo

To claim this, I am signing this object:

@galexandrov
galexandrov / nativescript-ng2-url-navigation.ts
Created December 22, 2016 15:33
nativescript-ng2-url-navigation
import { NgModule, NO_ERRORS_SCHEMA, APP_INITIALIZER, Injector } from "@angular/core";
import { Router } from '@angular/router';
import { platformNativeScriptDynamic, NativeScriptModule } from "nativescript-angular/platform";
import * as application from "application";
var router: any;
function onInit(inj: Injector) {
setTimeout(() => {
router = inj.get(Router);
@galexandrov
galexandrov / v.json
Created September 21, 2016 11:27
NativeScript Developer App Versioning
{
"version": "3.5.0"
}