Guest User

Untitled

a guest
Jan 24th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. import { AuthService } from './shared/auth.service';
  2. import { BrowserModule } from '@angular/platform-browser';
  3. import { NgModule } from '@angular/core';
  4.  
  5.  
  6. import { AppComponent } from './app.component';
  7.  
  8.  
  9. @NgModule({
  10. declarations: [
  11. AppComponent
  12. ],
  13. imports: [
  14. BrowserModule
  15. ],
  16. providers: [AuthService],
  17. bootstrap: [AppComponent]
  18. })
  19. export class AppModule { }
Add Comment
Please, Sign In to add comment