Commit a0847195 authored by liujiaxin's avatar liujiaxin

jm 12

parent 4fdca23f
......@@ -19,7 +19,7 @@ import { FontAwesomeModule, FaIconLibrary } from '@fortawesome/angular-fontaweso
import { fas } from '@fortawesome/free-solid-svg-icons';
import { far } from '@fortawesome/free-regular-svg-icons';
import { ContentsPipe } from './pipes/contents.pipe';
import { TouchStrategy } from './play/touch-strategy';
// import { TouchStrategy } from './play/touch-strategy';
import { CustomScrollBarDirective } from './play/scrollbar.directive';
registerLocaleData(zh);
......@@ -46,15 +46,6 @@ registerLocaleData(zh);
ReactiveFormsModule
],
providers: [
{
provide: NZ_CAROUSEL_CUSTOM_STRATEGIES,
useValue: [
{
name: 'touch',
strategy: TouchStrategy,
},
],
},
{provide: ErrorHandler, useClass: MyErrorHandler},
{ provide: NZ_I18N, useValue: zh_CN }
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment