Skip to content

Instantly share code, notes, and snippets.

Created November 15, 2016 23:43
Show Gist options
  • Save anonymous/d6940887480a6501a539fa15f8de6b9f to your computer and use it in GitHub Desktop.
Save anonymous/d6940887480a6501a539fa15f8de6b9f to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
@Component({
moduleId: module.id,
selector: 'my-app',
template: `
<login></login>
`,
styleUrls: ['app.component.css'],
})
export class AppComponent {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment