Browse Source

Update core.module.ts

pull/22619/head
Masum ULU 9 months ago
committed by GitHub
parent
commit
7f26390ce5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      npm/ng-packs/packages/core/src/lib/core.module.ts

1
npm/ng-packs/packages/core/src/lib/core.module.ts

@ -32,7 +32,6 @@ import { ShortDatePipe } from './pipes/short-date.pipe';
import { SafeHtmlPipe } from './pipes/safe-html.pipe';
import { provideAbpCoreChild, provideAbpCore, withOptions } from './providers';
import { UtcToLocalPipe } from './pipes';
import { TimezoneInterceptor } from './interceptors';
const standaloneDirectives = [
AutofocusDirective,

Loading…
Cancel
Save