Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit261eb85

Browse files
committed
fix(testapp): remove Ivy incompatible ngx-perfect-scrollbar
1 parentd59b1f2 commit261eb85

File tree

4 files changed

+1
-40
lines changed

4 files changed

+1
-40
lines changed

‎package-lock.json‎

Lines changed: 0 additions & 29 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"karma-jasmine":"~5.1.0",
6161
"karma-jasmine-html-reporter":"^2.1.0",
6262
"ng-packagr":"^15.2.2",
63-
"ngx-perfect-scrollbar":"^10.1.1",
6463
"protractor":"~7.0.0",
6564
"shelljs":"^0.8.5",
6665
"simple-line-icons":"^2.5.5",

‎src/app/app.module.ts‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ import { NgModule } from '@angular/core';
33
import{LocationStrategy,HashLocationStrategy}from'@angular/common';
44
import{BrowserAnimationsModule}from'@angular/platform-browser/animations';
55

6-
import{PerfectScrollbarModule}from'ngx-perfect-scrollbar';
7-
import{PERFECT_SCROLLBAR_CONFIG}from'ngx-perfect-scrollbar';
8-
import{PerfectScrollbarConfigInterface}from'ngx-perfect-scrollbar';
9-
10-
constDEFAULT_PERFECT_SCROLLBAR_CONFIG:PerfectScrollbarConfigInterface={
11-
suppressScrollX:true
12-
};
13-
146
import{AppComponent}from'./app.component';
157

168
// Import containers
@@ -43,7 +35,6 @@ import { AppRoutingModule } from './app.routing';
4335
AppFooterModule,
4436
AppHeaderModule,
4537
AppSidebarModule,
46-
PerfectScrollbarModule
4738
],
4839
declarations:[
4940
AppComponent,

‎src/app/containers/default-layout/default-layout.component.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</app-header>
1111
<divclass="app-body">
1212
<app-sidebar[fixed]="true"[display]="'lg'"[minimized]="minimized"#sidebar(minimizedChange)="toggleMinimize($event)">
13-
<app-sidebar-nav[navItems]="navItems"[perfectScrollbar][disabled]="sidebar.minimized"></app-sidebar-nav>
13+
<app-sidebar-nav[navItems]="navItems"></app-sidebar-nav>
1414
<app-sidebar-minimizer></app-sidebar-minimizer>
1515
</app-sidebar>
1616
<!-- Main content -->

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp