Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Oct 22, 2023
1 parent f8926ae commit a0a8494
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/abc/qr/qr.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ import { QR_DEFULAT_CONFIG } from './qr.config';
import { QROptions } from './qr.types';

/**
* Will be removed in 18.0.0, please use [nz-qrcode](https://ng.ant.design/components/qr-code) instead.
* @deprecated
* @deprecated Will be removed in 18.0.0, please use [nz-qrcode](https://ng.ant.design/components/qr-code) instead.
*/
@Component({
selector: 'qr',
Expand Down
3 changes: 1 addition & 2 deletions packages/abc/qr/qr.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { QRComponent } from './qr.component';
const COMPONENTS = [QRComponent];

/**
* Will be removed in 18.0.0, please use [nz-qrcode](https://ng.ant.design/components/qr-code) instead.
* @deprecated
* @deprecated Will be removed in 18.0.0, please use [nz-qrcode](https://ng.ant.design/components/qr-code) instead.
*/
@NgModule({
imports: [CommonModule],
Expand Down

0 comments on commit a0a8494

Please sign in to comment.