Skip to content

Commit

Permalink
Fixed line of code in Bootstrap the app section
Browse files Browse the repository at this point in the history
Fixed line of code in Bootstrap the app section of README.md that was syntactically incorrect.  Used code from https://github.com/ui-router/sample-app-angular-hybrid/blob/878095bc7ed1948bb8ebf6e67d77724354393455/app/main.ts
  • Loading branch information
ahardin13 committed Jul 23, 2019
1 parent e778831 commit f61361b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -147,7 +147,7 @@ platformBrowserDynamic()
urlService.sync();
}

platformRef.injector.get < NgZone > NgZone.run(startUIRouter);
platformRef.injector.get<NgZone>(NgZone).run(startUIRouter);
});
```

Expand Down

0 comments on commit f61361b

Please sign in to comment.