Skip to content

Commit 8a8756d

Browse files
ADjenkovADjenkov
ADjenkov
authored and
ADjenkov
committed
chore(livesync): make livesync method public
1 parent 6ab1cac commit 8a8756d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nativescript-angular/platform-common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export class NativeScriptPlatformRef extends PlatformRef {
210210
}
211211

212212
@profile
213-
private livesync() {
213+
public livesync() {
214214
bootstrapLog("Angular livesync started.");
215215
onBeforeLivesync.next(lastBootstrappedModule ? lastBootstrappedModule.get() : null);
216216

0 commit comments

Comments
 (0)