Project

General

Profile

« Previous | Next » 

Revision 51240

almost finished login!

View differences:

app.module.ts
28 28
import { MonitorService } from './services/monitor.service';
29 29
import { ReusableComponentsModule } from './shared/reusablecomponents/reusable-components.module';
30 30
import { HelpContentService } from './services/help-content.service';
31
import {CookieService} from "angular2-cookie/core";
31 32

  
32 33

  
33 34
@NgModule({
......
62 63
    RepositoryService,
63 64
    ValidatorService,
64 65
    AuthGuardService,
65
    AuthenticationService
66
    AuthenticationService,
67
    CookieService
66 68
  ],
67 69
  bootstrap: [AppComponent]
68 70
})

Also available in: Unified diff