Skip to content

Instantly share code, notes, and snippets.

@tatums
Created December 14, 2017 00:42
Show Gist options
  • Select an option

  • Save tatums/b4e090b0bd9201dc66fe03276e8e09ad to your computer and use it in GitHub Desktop.

Select an option

Save tatums/b4e090b0bd9201dc66fe03276e8e09ad to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core'
import template from './index.html'
@Component({
template: template
})
export class ScholasticaNavigation { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment