Skip to content

Instantly share code, notes, and snippets.

@realtomaszkula
Created January 11, 2019 09:57
Show Gist options
  • Save realtomaszkula/0c6a43067fdaa4e6c55201297e7ce5e6 to your computer and use it in GitHub Desktop.
Save realtomaszkula/0c6a43067fdaa4e6c55201297e7ce5e6 to your computer and use it in GitHub Desktop.
@Component({
selector: 'my-app',
template: `
<a routerLink="/details" [state]="{ hello: 'world' }">Go</a>`,
})
export class AppComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment