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
|
||||
//import { DragulaModule, DragulaService } from 'ng2-dragula/ng2-dragula';
|
||||
1import { CookieService } from "ng2-cookies";
|
||||
import { NgbModule } from "@ng-bootstrap/ng-bootstrap";
|
||||
import { TranslateLoader, TranslateModule } from "@ngx-translate/core";
|
||||
import { TranslateHttpLoader } from "@ngx-translate/http-loader";
|
||||
import { CookieService } from "ng2-cookies";
|
||||
import { GrowlModule } from "primeng/components/growl/growl";
|
||||
import { ButtonModule, CaptchaModule,ConfirmationService, ConfirmDialogModule, DataTableModule,DialogModule, SharedModule, TooltipModule } from "primeng/primeng";
|
||||
|
||||
|
@ -23,12 +23,12 @@ import { ButtonModule, CaptchaModule,ConfirmationService, ConfirmDialogModule, D
|
|||
// Components
|
||||
import { AppComponent } from "./app.component";
|
||||
|
||||
import { CookieComponent } from "./auth/cookie.component";
|
||||
import { PageNotFoundComponent } from "./errors/not-found.component";
|
||||
import { LandingPageComponent } from "./landingpage/landingpage.component";
|
||||
import { LoginComponent } from "./login/login.component";
|
||||
import { ResetPasswordComponent } from "./login/resetpassword.component";
|
||||
import { TokenResetPasswordComponent } from "./login/tokenresetpassword.component";
|
||||
import { CookieComponent } from "./auth/cookie.component";
|
||||
|
||||
// Services
|
||||
import { AuthGuard } from "./auth/auth.guard";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue