mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Fixed dev deps
This commit is contained in:
parent
17da10959d
commit
29facf2021
3 changed files with 2080 additions and 853 deletions
|
@ -15,7 +15,6 @@
|
||||||
"@angular/compiler": "^8.0.0",
|
"@angular/compiler": "^8.0.0",
|
||||||
"@angular/core": "^8.0.0",
|
"@angular/core": "^8.0.0",
|
||||||
"@angular/forms": "^8.0.0",
|
"@angular/forms": "^8.0.0",
|
||||||
"@angular/http": "^7.2.15",
|
|
||||||
"@angular/material": "^8.0.0",
|
"@angular/material": "^8.0.0",
|
||||||
"@angular/platform-browser": "^8.0.0",
|
"@angular/platform-browser": "^8.0.0",
|
||||||
"@angular/platform-browser-dynamic": "^8.0.0",
|
"@angular/platform-browser-dynamic": "^8.0.0",
|
||||||
|
|
|
@ -2,7 +2,6 @@ import { CommonModule, PlatformLocation, APP_BASE_HREF } from "@angular/common";
|
||||||
import { HttpClient, HttpClientModule } from "@angular/common/http";
|
import { HttpClient, HttpClientModule } from "@angular/common/http";
|
||||||
import { NgModule } from "@angular/core";
|
import { NgModule } from "@angular/core";
|
||||||
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
|
||||||
import { HttpModule } from "@angular/http";
|
|
||||||
import { BrowserModule } from "@angular/platform-browser";
|
import { BrowserModule } from "@angular/platform-browser";
|
||||||
import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
|
import { BrowserAnimationsModule } from "@angular/platform-browser/animations";
|
||||||
import { RouterModule, Routes } from "@angular/router";
|
import { RouterModule, Routes } from "@angular/router";
|
||||||
|
@ -106,7 +105,6 @@ export function JwtTokenGetter() {
|
||||||
BrowserModule,
|
BrowserModule,
|
||||||
HttpClientModule,
|
HttpClientModule,
|
||||||
BrowserAnimationsModule,
|
BrowserAnimationsModule,
|
||||||
HttpModule,
|
|
||||||
GrowlModule,
|
GrowlModule,
|
||||||
ButtonModule,
|
ButtonModule,
|
||||||
FormsModule,
|
FormsModule,
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue