Skip to content

Instantly share code, notes, and snippets.

@michaelchadwick
Created June 14, 2017 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelchadwick/b988c6cf25463e02d8496afc2060f171 to your computer and use it in GitHub Desktop.
Save michaelchadwick/b988c6cf25463e02d8496afc2060f171 to your computer and use it in GitHub Desktop.
angular 2 testing - AppComponent template
...
<div class="jumbotron">
<div class="container">
<div class="col-sm-8 col-sm-offset-2">
<router-outlet></router-outlet>
</div>
</div>
</div>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment