Skip to content

Instantly share code, notes, and snippets.

@MikeRyanDev
Created January 22, 2016 03:14
Show Gist options
  • Save MikeRyanDev/53e14cd6b862de164aef to your computer and use it in GitHub Desktop.
Save MikeRyanDev/53e14cd6b862de164aef to your computer and use it in GitHub Desktop.
import {bootstrap} from 'angular2/core';
import {routerConfig, HashLocationStrategy} from 'angula2/router';
import {App} from './app';
bootstrap(App, [
routerConfig({
locationStrategy: HashLocationStrategy
})
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment