mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-12-23 04:05:12 +00:00
wip: DragScrollModule removed as it caused some dependencies-conflict.
This commit is contained in:
parent
7313de0c6d
commit
13939a91ca
31739
Frontend/package-lock.json
generated
31739
Frontend/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -38,7 +38,7 @@
|
|||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^12.0.1",
|
||||
"@angular-devkit/build-angular": "^0.1100.2",
|
||||
"@angular/cli": "^10.2.0",
|
||||
"@angular/compiler-cli": "^10.2.3",
|
||||
"@types/jasmine": "~3.5.0",
|
||||
|
|
|
@ -31,7 +31,6 @@ import {MatListModule} from "@angular/material/list";
|
|||
import {BottomBarComponent} from './components/bottom-bar/bottom-bar.component';
|
||||
import { HotDealsWidgetComponent } from './components/hot-deals-widget/hot-deals-widget.component';
|
||||
import { SliderForProductsComponent } from './components/slider-for-products/slider-for-products.component';
|
||||
import { DragScrollModule } from 'ngx-drag-scroll';
|
||||
|
||||
// For cookie popup
|
||||
const cookieConfig: NgcCookieConsentConfig = {
|
||||
|
@ -107,7 +106,6 @@ const cookieConfig: NgcCookieConsentConfig = {
|
|||
MatListModule,
|
||||
MatButtonModule,
|
||||
MatIconModule,
|
||||
DragScrollModule,
|
||||
RouterModule.forRoot([
|
||||
{path: '', component: LandingpageComponent},
|
||||
]),
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
.drag-scroll {
|
||||
width: 1640px;
|
||||
height: 100px;
|
||||
}
|
|
@ -1,3 +1 @@
|
|||
<drag-scroll class="drag-scroll">
|
||||
Big text goes here...
|
||||
</drag-scroll>
|
||||
<p>Jegor</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import {Injectable} from '@angular/core';
|
||||
import {HttpClient, HttpHeaders, HttpParams} from '@angular/common/http';
|
||||
import process from 'process';
|
||||
import {process} from 'process';
|
||||
import {Product} from '../models/product';
|
||||
import {Price} from '../models/price';
|
||||
import {Observable, of} from 'rxjs';
|
||||
|
|
Loading…
Reference in New Issue
Block a user