pull/1778/head
Jamie 7 years ago
parent 78f8cdd802
commit af12979883

@ -12,10 +12,10 @@ import { JwtModule } from "@auth0/angular-jwt";
// Third Party // Third Party
//import { DragulaModule, DragulaService } from 'ng2-dragula/ng2-dragula'; //import { DragulaModule, DragulaService } from 'ng2-dragula/ng2-dragula';
1import { CookieService } from "ng2-cookies";
import { NgbModule } from "@ng-bootstrap/ng-bootstrap"; import { NgbModule } from "@ng-bootstrap/ng-bootstrap";
import { TranslateLoader, TranslateModule } from "@ngx-translate/core"; import { TranslateLoader, TranslateModule } from "@ngx-translate/core";
import { TranslateHttpLoader } from "@ngx-translate/http-loader"; import { TranslateHttpLoader } from "@ngx-translate/http-loader";
import { CookieService } from "ng2-cookies";
import { GrowlModule } from "primeng/components/growl/growl"; import { GrowlModule } from "primeng/components/growl/growl";
import { ButtonModule, CaptchaModule,ConfirmationService, ConfirmDialogModule, DataTableModule,DialogModule, SharedModule, TooltipModule } from "primeng/primeng"; import { ButtonModule, CaptchaModule,ConfirmationService, ConfirmDialogModule, DataTableModule,DialogModule, SharedModule, TooltipModule } from "primeng/primeng";
@ -23,12 +23,12 @@ import { ButtonModule, CaptchaModule,ConfirmationService, ConfirmDialogModule, D
// Components // Components
import { AppComponent } from "./app.component"; import { AppComponent } from "./app.component";
import { CookieComponent } from "./auth/cookie.component";
import { PageNotFoundComponent } from "./errors/not-found.component"; import { PageNotFoundComponent } from "./errors/not-found.component";
import { LandingPageComponent } from "./landingpage/landingpage.component"; import { LandingPageComponent } from "./landingpage/landingpage.component";
import { LoginComponent } from "./login/login.component"; import { LoginComponent } from "./login/login.component";
import { ResetPasswordComponent } from "./login/resetpassword.component"; import { ResetPasswordComponent } from "./login/resetpassword.component";
import { TokenResetPasswordComponent } from "./login/tokenresetpassword.component"; import { TokenResetPasswordComponent } from "./login/tokenresetpassword.component";
import { CookieComponent } from "./auth/cookie.component";
// Services // Services
import { AuthGuard } from "./auth/auth.guard"; import { AuthGuard } from "./auth/auth.guard";

Loading…
Cancel
Save