Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuanxyz committed Mar 19, 2019
1 parent bae298f commit de02203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/typography/nz-text-copy.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit de02203

Please sign in to comment.