Created
December 14, 2017 00:42
-
-
Save tatums/b4e090b0bd9201dc66fe03276e8e09ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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