diff --git a/components/typography/nz-text-copy.component.ts b/components/typography/nz-text-copy.component.ts index 79d69d39019..2a961662c30 100644 --- a/components/typography/nz-text-copy.component.ts +++ b/components/typography/nz-text-copy.component.ts @@ -6,7 +6,7 @@ import { Input, OnDestroy, ViewEncapsulation } from '@angular/core'; -import { NzCopyToClipboardService } from '../core/services'; +import { NzCopyToClipboardService } from '../core/services/nz-copy-to-clipboard.service'; @Component({ selector : 'nz-text-copy',