We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab1cac commit a9712e0Copy full SHA for a9712e0
nativescript-angular/platform-common.ts
@@ -119,7 +119,7 @@ export class NativeScriptPlatformRef extends PlatformRef {
119
@profile
120
private bootstrapApp() {
121
(<any>global).__onLiveSyncCore = () => {
122
- this.livesync();
+ this._livesync();
123
};
124
125
if (this.appOptions && typeof this.appOptions.cssFile === "string") {
@@ -210,7 +210,7 @@ export class NativeScriptPlatformRef extends PlatformRef {
210
}
211
212
213
- private livesync() {
+ public _livesync() {
214
bootstrapLog("Angular livesync started.");
215
onBeforeLivesync.next(lastBootstrappedModule ? lastBootstrappedModule.get() : null);
216
0 commit comments