Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created October 9, 2018 16:21
Show Gist options
  • Save vsavkin/e4675304c05e4aa9bb05a5dbce8647e4 to your computer and use it in GitHub Desktop.
Save vsavkin/e4675304c05e4aa9bb05a5dbce8647e4 to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
selector: 'myorg-shell',
template: `
<h1>Tuskdesk admin app!</h1>
<div>
<a href="learn-more">Learn more about Tuskdesk</a>
<a href="learn-more-about-myorg">Learn more about MyOrg</a>
Copyright stuff is in here as well.
</div>
`,
styles: []
})
export class ShellComponent {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment