-
-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: changes for Content-Security-Policy CSP #255
- Loading branch information
Showing
13 changed files
with
1,610 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ npm install [email protected] --save | |
# Or with yarn | ||
yarn add [email protected] | ||
``` | ||
|
||
**Angular 16 and Ionic with angularx-qrcode 16** | ||
|
||
``` | ||
|
@@ -47,17 +48,11 @@ npm install [email protected] --save | |
yarn add [email protected] | ||
``` | ||
|
||
**Angular 15 and Ionic with angularx-qrcode 15** | ||
|
||
``` | ||
npm install [email protected] --save | ||
# Or with yarn | ||
yarn add [email protected] | ||
``` | ||
|
||
**Older supported angular versions** | ||
|
||
``` | ||
# angular 15 and Ionic | ||
npm install [email protected] --save | ||
# angular 14 and Ionic | ||
npm install [email protected] --save | ||
# angular 13 and Ionic | ||
|
Oops, something went wrong.