Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2017 14:20
Show Gist options
  • Save brunokrebs/b169bd7305dc09a6419116e7f35c54d4 to your computer and use it in GitHub Desktop.
Save brunokrebs/b169bd7305dc09a6419116e7f35c54d4 to your computer and use it in GitHub Desktop.
import { Component } from '@angular/core';
import { AuthService } from './auth.service';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
constructor(private authService: AuthService) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment