332 new problems found by Qodana for JS
Qodana for JS
332 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Unresolved TypeScript reference |
🔴 Failure | 34 |
Missing or invalid component, directive or pipe declaration in a module |
🔴 Failure | 25 |
Invalid imported or declared symbol |
🔴 Failure | 16 |
Inaccessible component member or directive input |
🔴 Failure | 13 |
Non-iterable type in @for block |
🔴 Failure | 4 |
Attempt to assign to const or readonly variable |
🔴 Failure | 4 |
Import can be shortened |
🔶 Warning | 9 |
Unused local symbol |
🔶 Warning | 6 |
Unused import |
🔶 Warning | 4 |
Redundant local variable |
🔶 Warning | 3 |
Angular CLI add dependency |
🔶 Warning | 1 |
Void function return value used |
🔶 Warning | 1 |
Undefined binding |
◽️ Notice | 211 |
Missing await for an async function call |
◽️ Notice | 1 |
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check warning on line 15 in package.json
github-actions / Qodana for JS
Angular CLI add dependency
"@angular/cdk" can be installed using 'ng add' command
Check failure on line 144 in src/app/components/campaign-settings/campaign-settings.component.html
github-actions / Qodana for JS
Non-iterable type in @for block
Type boolean must have a [Symbol.iterator]() method that returns an iterator.
Check failure on line 155 in src/app/components/campaign-settings/campaign-settings.component.html
github-actions / Qodana for JS
Non-iterable type in @for block
Type boolean must have a [Symbol.iterator]() method that returns an iterator.
Check failure on line 166 in src/app/components/campaign-settings/campaign-settings.component.html
github-actions / Qodana for JS
Non-iterable type in @for block
Type boolean must have a [Symbol.iterator]() method that returns an iterator.
Check failure on line 197 in src/app/components/campaign-settings/campaign-settings.component.html
github-actions / Qodana for JS
Non-iterable type in @for block
Type boolean must have a [Symbol.iterator]() method that returns an iterator.
Check failure on line 7 in src/app/components/connections-form/connections-form.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input acountLoading because it is a read-only property
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input totalCredits because it is a read-only property
Check failure on line 122 in src/app/pages/wallet/wallet.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input initialCurrency because it is a read-only property
Check failure on line 8 in src/app/components/connections-form/connections-form.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input telegramBotUrl because it is a read-only property
Check failure on line 41 in src/app/pages/campaign/campaign.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input campaign because it is a read-only property
Check failure on line 30 in src/app/pages/campaign/campaign.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input campaign because it is a read-only property
Check failure on line 8 in src/app/components/connections-form/connections-form.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input submitting because it is a read-only property
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input campaign because it is a read-only property
Check failure on line 1 in src/app/pages/analytics/analytics.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input recaptchaKey because it is a read-only property
Check failure on line 7 in src/app/components/connections-form/connections-form.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input telegramConnection because it is a read-only property
Check failure on line 296 in src/app/components/campaign-settings/campaign-settings.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input code because it is a read-only property
Check failure on line 5 in src/app/components/connections-form/connections-form.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input disconnecting because it is a read-only property
Check failure on line 37 in src/app/components/payment-method-registration/momo/momo.component.html
github-actions / Qodana for JS
Inaccessible component member or directive input
Cannot assign to input code because it is a read-only property
github-actions / Qodana for JS
Invalid imported or declared symbol
Component PublicationFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Check failure on line 20 in src/app/pages/settings/settings.component.ts
github-actions / Qodana for JS
Invalid imported or declared symbol
Component PrefsFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Check failure on line 83 in src/app/components/campaign-settings/campaign-settings.component.ts
github-actions / Qodana for JS
Invalid imported or declared symbol
Directive PhoneDirective is not standalone and cannot be imported directly. It must be imported via an NgModule.
Check failure on line 34 in src/app/components/payment-method-registration/momo/momo.component.ts
github-actions / Qodana for JS
Invalid imported or declared symbol
Directive PhoneDirective is not standalone and cannot be imported directly. It must be imported via an NgModule.
Check failure on line 22 in src/app/pages/settings/settings.component.ts
github-actions / Qodana for JS
Invalid imported or declared symbol
Component PaymentMethodRegistrationComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Check failure on line 12 in src/app/components/connections-form/connections-form.component.ts
github-actions / Qodana for JS
Invalid imported or declared symbol
Component TelegramConnectionFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Check failure on line 16 in src/app/pages/login/login.component.ts
github-actions / Qodana for JS
Invalid imported or declared symbol
Component GoogleButton is not standalone and cannot be imported directly. It must be imported via an NgModule.