mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
!wip
This commit is contained in:
parent
78f8cdd802
commit
af12979883
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue