Skip to content

fix(ci): undefined ORIGIN env in CI #37

fix(ci): undefined ORIGIN env in CI

fix(ci): undefined ORIGIN env in CI #37

Triggered via push January 19, 2025 21:47
Status Success
Total duration 2m 24s
Artifacts
Build and deploy to Netlify
2m 15s
Build and deploy to Netlify
Fit to window
Zoom out
Zoom in

Annotations

88 errors, 33 warnings, and 199 notices
Non-iterable type in @for block: src/app/components/campaign-settings/campaign-settings.component.html#L144
Type boolean must have a [Symbol.iterator]() method that returns an iterator.
Non-iterable type in @for block: src/app/components/campaign-settings/campaign-settings.component.html#L197
Type boolean must have a [Symbol.iterator]() method that returns an iterator.
Non-iterable type in @for block: src/app/components/campaign-settings/campaign-settings.component.html#L166
Type boolean must have a [Symbol.iterator]() method that returns an iterator.
Non-iterable type in @for block: src/app/components/campaign-settings/campaign-settings.component.html#L155
Type boolean must have a [Symbol.iterator]() method that returns an iterator.
Inaccessible component member or directive input: src/app/components/connections-form/connections-form.component.html#L7
Cannot assign to input acountLoading because it is a read-only property
Inaccessible component member or directive input: src/app/pages/wallet/wallet.component.html#L86
Cannot assign to input initialCurrency because it is a read-only property
Inaccessible component member or directive input: src/app/components/campaign-publications/campaign-publications.component.html#L76
Cannot assign to input totalCredits because it is a read-only property
Inaccessible component member or directive input: src/app/components/connections-form/connections-form.component.html#L8
Cannot assign to input telegramBotUrl because it is a read-only property
Inaccessible component member or directive input: src/app/pages/campaign/campaign.component.html#L41
Cannot assign to input campaign because it is a read-only property
Inaccessible component member or directive input: src/app/pages/campaign/campaign.component.html#L30
Cannot assign to input campaign because it is a read-only property
Inaccessible component member or directive input: src/app/components/connections-form/connections-form.component.html#L8
Cannot assign to input submitting because it is a read-only property
Inaccessible component member or directive input: src/app/components/connections-form/connections-form.component.html#L7
Cannot assign to input telegramConnection because it is a read-only property
Inaccessible component member or directive input: src/app/components/connections-form/connections-form.component.html#L5
Cannot assign to input disconnecting because it is a read-only property
Invalid imported or declared symbol: src/app/pages/settings/settings.component.ts#L19
Component PrefsFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/components/campaign-publications/campaign-publications.component.ts#L30
Component PublicationFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/components/campaign-settings/campaign-settings.component.ts#L80
Directive PhoneDirective is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/components/payment-method-registration/momo/momo.component.ts#L33
Directive PhoneDirective is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/pages/campaigns/campaigns.component.ts#L46
Component CampaignFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/components/connections-form/connections-form.component.ts#L12
Component TelegramConnectionFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/pages/login/login.component.ts#L16
Component GoogleButton is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/pages/settings/settings.component.ts#L21
Component PaymentMethodRegistrationComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/pages/wallet/wallet.component.ts#L34
Component TopUpFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/pages/campaign/campaign.component.ts#L33
Component CampaignPublications is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/pages/settings/settings.component.ts#L20
Component ConnectionsFormComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/pages/campaign/campaign.component.ts#L34
Component CampaignSettings is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/components/payment-method-registration/payment-method-registration.component.ts#L13
Component MomoComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/pages/campaign/campaign.component.ts#L31
Component CampaignAnalytics is not standalone and cannot be imported directly. It must be imported via an NgModule.
Invalid imported or declared symbol: src/app/app.component.ts#L17
Component TopBarComponent is not standalone and cannot be imported directly. It must be imported via an NgModule.
Missing or invalid component, directive or pipe declaration in a module: src/app/app.component.ts#L22
AppComponent is not declared in any Angular module
Attempt to assign to const or readonly variable: src/app/pages/wallet/wallet.component.html#L82
Attempt to assign to const or readonly variable
Unresolved TypeScript reference: src/app/pages/campaigns/campaigns.component.html#L5
Unresolved function or method value()
Unresolved TypeScript reference: src/app/pages/campaigns/campaigns.component.html#L6
Unresolved function or method value()
Unresolved TypeScript reference: src/app/pages/campaigns/campaigns.component.html#L17
Unresolved function or method filter()
Unresolved TypeScript reference: src/app/pages/campaigns/campaigns.component.html#L7
Unresolved function or method value()
Unresolved TypeScript reference: src/app/pages/campaigns/campaigns.component.html#L6
Unresolved function or method isLoading()
Unresolved TypeScript reference: src/app/components/top-bar/top-bar.component.html#L29
Unresolved function or method toggle()
Angular CLI add dependency: package.json#L23
"@angular/cdk" can be installed using 'ng add' command
Import can be shortened: db/seed/users.ts#L2
Import can be shortened
Import can be shortened: src/app/app.component.ts#L11
Import can be shortened
Import can be shortened: src/main.ts#L3
Import can be shortened
Import can be shortened: src/main.ts#L2
Import can be shortened
Unused import: src/app/state/user/index.ts#L12
Unused import specifier provideStates
Unused import: src/app/pages/campaigns/campaigns.component.ts#L21
Unused import { Drawer } from 'primeng/drawer';
Unused import: src/app/components/top-up-form/top-up-form.component.ts#L6
Unused import specifier preferences
Unused import: src/app/pages/campaigns/campaigns.component.ts#L14
Unused ``` import { CountryData } from '@lib/models/country-data'; ```
Unused import: src/app/state/user/index.ts#L2
Unused import specifier EnvironmentProviders
Unused import: src/app/app.component.ts#L6
Unused import specifier dt
Unused import: server/handlers/payment.mts#L13
Unused ``` import { currencyExistsByCode } from "./countries.mjs"; ```
Unused import: src/app/guards/auth.guard.ts#L1
Unused ``` import { HttpErrorResponse } from '@angular/common/http'; ```
Unused import: src/app/pages/campaigns/campaigns.component.ts#L13
Unused ``` import { Category } from '@lib/models/category'; ```
Unused import: db/schema/users.ts#L3
Unused import specifier alias
Exception used for local control-flow: server/handlers/wallet.mts#L99
'throw' of exception caught locally
Unused local symbol: db/seed/users.ts#L9
Unused constant db
Unused local symbol: server/middleware/auth.mts#L73
Unused constant error
Unused local symbol: server/handlers/webhooks/telegram.ts#L15
Unused constant error
Void function return value used: db/schema/campaigns.ts#L66
Void function return value is used
Void function return value used: db/schema/campaigns.ts#L36
Void function return value is used
Redundant local variable: src/app/state/user/index.ts#L250
Local variable ans is redundant
Redundant local variable: src/app/state/user/index.ts#L261
Local variable ans is redundant
Redundant local variable: server/handlers/payment.mts#L110
Local variable paymentMethods is redundant
Build and deploy to Netlify
Could not determine node version from /home/runner/work/tellthem/tellthem/package.json. Falling back
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L40
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L66
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L9
Property value is not provided by any applicable directives nor by <p-tag> element
Undefined binding: src/app/components/publication-form/publication-form.component.html#L42
Property minDate is not provided by any applicable directives nor by <p-date-picker> element
Undefined binding: src/app/components/campaign-form/campaign-form.component.html#L1
Event ngSubmit is not emitted by any applicable directives nor by <form> element
Undefined binding: src/app/pages/settings/settings.component.html#L39
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L20
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L28
Property currency is not provided by any applicable directives nor by <p-inputnumber> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L29
Property showButtons is not provided by any applicable directives nor by <p-inputnumber> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L18
Property filterFields is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L1
Event ngSubmit is not emitted by any applicable directives nor by <form> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L45
Property filter is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/publication-form/publication-form.component.html#L8
Property formGroup is not provided by any applicable directives nor by <form> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L96
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L15
Event ngSubmit is not emitted by any applicable directives nor by <form> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L33
Property routerLink is not provided by any applicable directives nor by <a> element
Undefined binding: src/app/components/top-bar/top-bar.component.html#L8
Property image is not provided by any applicable directives nor by <p-avatar> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L71
Can't bind to visible since it is not provided by any applicable directives
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L212
Property rounded is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-form/campaign-form.component.html#L16
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L277
Property filterFields is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/publication-form/publication-form.component.html#L46
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L8
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L41
Property loading is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L40
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L242
Property rounded is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L276
Property filter is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/publication-form/publication-form.component.html#L15
Property min is not provided by any applicable directives nor by <p-inputnumber> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L255
Property formControl is not provided by any applicable directives nor by <input> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L53
Property breakpoints is not provided by any applicable directives nor by <p-dialog> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L45
Property loading is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L82
Event onHide is not emitted by any applicable directives nor by <p-drawer> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L7
Property options is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L6
Property rows is not provided by any applicable directives nor by <p-table> element
Undefined binding: src/app/components/campaign-form/campaign-form.component.html#L1
Property formGroup is not provided by any applicable directives nor by <form> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L279
Property loading is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L9
Property checkmark is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/publication-form/publication-form.component.html#L15
Property showButtons is not provided by any applicable directives nor by <p-inputnumber> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L55
Property closeButtonProps is not provided by any applicable directives nor by <p-dialog> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L33
Property rows is not provided by any applicable directives nor by <p-table> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L44
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L267
Property rounded is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L83
Property loading is not provided by any applicable directives nor by <p-multi-select> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L7
Property rounded is not provided by any applicable directives nor by <p-tag> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L7
Property severity is not provided by any applicable directives nor by <p-tag> element
Undefined binding: src/app/pages/settings/settings.component.html#L40
Property outlined is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L19
Property virtualScroll is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L6
Property paginator is not provided by any applicable directives nor by <p-table> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L17
Property virtualScrollItemSize is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L19
Property loading is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L34
Property totalRecords is not provided by any applicable directives nor by <p-table> element
Undefined binding: src/app/components/top-bar/top-bar.component.html#L4
Property popup is not provided by any applicable directives nor by <p-menu> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L2
Property value is not provided by any applicable directives nor by <p-dataView> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L40
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L37
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L30
Property step is not provided by any applicable directives nor by <p-inputnumber> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L46
Property value is not provided by any applicable directives nor by <p-progress-bar> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L53
Property outlined is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L189
Event onError is not emitted by any applicable directives nor by <p-fileupload> element
Undefined binding: src/app/app.component.html#L9
Property position is not provided by any applicable directives nor by <p-toast> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L81
Event onShow is not emitted by any applicable directives nor by <p-drawer> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L13
Can't bind to ngModel since it is not provided by any applicable directives
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L20
Property virtualScrollItemSize is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L16
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L8
Property value is not provided by any applicable directives nor by <p-tag> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L7
Property options is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L324
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaign/campaign.component.html#L18
Property value is not provided by any applicable directives nor by <p-tabpanel> element
Undefined binding: src/app/pages/campaign/campaign.component.html#L4
Property relativeTo is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L72
Property severity is not provided by any applicable directives nor by <p-tag> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L241
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L67
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L7
Property totalRecords is not provided by any applicable directives nor by <p-table> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L40
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L10
Property outlined is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L70
Property ngPlural is not provided by any applicable directives nor by <p> element
Undefined binding: src/app/pages/campaign/campaign.component.html#L28
Property value is not provided by any applicable directives nor by <p-tabpanel> element
Undefined binding: src/app/components/top-bar/top-bar.component.html#L19
Can't bind to ngModel since it is not provided by any applicable directives
Undefined binding: src/app/components/publication-form/publication-form.component.html#L16
Property max is not provided by any applicable directives nor by <p-inputnumber> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L2
Property rows is not provided by any applicable directives nor by <p-dataView> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L63
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L28
Property min is not provided by any applicable directives nor by <p-inputnumber> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L244
Property rounded is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L69
Property modal is not provided by any applicable directives nor by <p-dialog> element
Undefined binding: src/app/components/top-bar/top-bar.component.html#L4
Property model is not provided by any applicable directives nor by <p-menu> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L33
Property filter is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L181
Property chooseButtonProps is not provided by any applicable directives nor by <p-fileupload> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L70
Property breakpoints is not provided by any applicable directives nor by <p-dialog> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L44
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L244
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L56
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L17
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L279
Property checkmark is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/pages/campaign/campaign.component.html#L11
Property value is not provided by any applicable directives nor by <p-tabs> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L73
Property severity is not provided by any applicable directives nor by <p-tag> element
Undefined binding: src/app/pages/campaign/campaign.component.html#L4
Property routerLink is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L5
Property value is not provided by any applicable directives nor by <p-table> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L57
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L17
Property filter is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L279
Property virtualScroll is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L226
Property outlined is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/top-bar/top-bar.component.html#L29
Property image is not provided by any applicable directives nor by <p-avatar> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L37
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L20
Property loading is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L275
Property formGroup is not provided by any applicable directives nor by <div> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L325
Property rounded is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L16
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L34
Property value is not provided by any applicable directives nor by <p-table> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L59
Property label is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L6
Property loading is not provided by any applicable directives nor by <p-table> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L46
Property options is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L17
Property virtualScroll is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L241
Property loading is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L68
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaign/campaign.component.html#L38
Property value is not provided by any applicable directives nor by <p-tabpanel> element
Undefined binding: src/app/app.component.html#L8
Property position is not provided by any applicable directives nor by <p-toast> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L17
Property options is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L168
No directive is matched on attribute ngTemplateOutlet
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L41
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L54
Can't bind to visible since it is not provided by any applicable directives
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L15
Property formGroup is not provided by any applicable directives nor by <form> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L19
Property options is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L190
Event onSend is not emitted by any applicable directives nor by <p-fileupload> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L95
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L54
Property modal is not provided by any applicable directives nor by <p-dialog> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L53
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L9
Property severity is not provided by any applicable directives nor by <p-tag> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L305
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L34
Property options is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L63
Property closeButtonProps is not provided by any applicable directives nor by <p-dialog> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L63
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L6
Property loading is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L5
Property scrollable is not provided by any applicable directives nor by <p-table> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L127
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L27
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaign/campaign.component.html#L13
Property value is not provided by any applicable directives nor by <p-tab> element
Undefined binding: src/app/components/publication-form/publication-form.component.html#L40
Property minDate is not provided by any applicable directives nor by <p-date-picker> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L37
Property ngPlural is not provided by any applicable directives nor by <td> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L324
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L10
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L306
Property rounded is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L40
Property loading is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L226
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L18
Property virtualScroll is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L20
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L190
Event onUpload is not emitted by any applicable directives nor by <p-fileupload> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L82
Property modal is not provided by any applicable directives nor by <p-drawer> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L33
Property loading is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/top-bar/top-bar.component.html#L21
Property ngClass is not provided by any applicable directives nor by <i> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L9
Property rounded is not provided by any applicable directives nor by <p-tag> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L67
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L67
Property loading is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L1
Property formGroup is not provided by any applicable directives nor by <form> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L59
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L1
Property formGroup is not provided by any applicable directives nor by <form> element
Undefined binding: src/app/components/top-bar/top-bar.component.html#L2
Property model is not provided by any applicable directives nor by <p-menubar> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L24
Property queryParams is not provided by any applicable directives nor by <a> element
Undefined binding: src/app/pages/campaign/campaign.component.html#L14
Property value is not provided by any applicable directives nor by <p-tab> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L28
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-form/campaign-form.component.html#L16
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L157
No directive is matched on attribute ngTemplateOutlet
Undefined binding: src/app/pages/wallet/wallet.component.html#L33
Property paginator is not provided by any applicable directives nor by <p-table> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L211
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L1
Property formGroup is not provided by any applicable directives nor by <form> element
Undefined binding: src/app/components/top-bar/top-bar.component.html#L19
Event onChange is not emitted by any applicable directives nor by <p-toggle-switch> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L17
Property filter is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L279
Property virtualScrollItemSize is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L266
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L15
Property loading is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L18
Property checkmark is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L17
Property filter is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L243
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaign/campaign.component.html#L5
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L242
Event onClick is not emitted by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/top-up-form/top-up-form.component.html#L18
Property virtualScrollItemSize is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L16
Property loading is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L243
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L69
Property resizable is not provided by any applicable directives nor by <p-dialog> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L266
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L314
Property formControl is not provided by any applicable directives nor by <input> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L128
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L56
Property outlined is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/pages/campaign/campaign.component.html#L15
Property value is not provided by any applicable directives nor by <p-tab> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L83
Property options is not provided by any applicable directives nor by <p-multi-select> element
Undefined binding: src/app/components/connection-forms/telegram-connection-form/telegram-connection-form.component.html#L20
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L70
Property closeOnEscape is not provided by any applicable directives nor by <p-dialog> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L2
Property paginator is not provided by any applicable directives nor by <p-dataView> element
Undefined binding: src/app/components/prefs-form/prefs-form.component.html#L18
Property options is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/components/publication-form/publication-form.component.html#L8
Event ngSubmit is not emitted by any applicable directives nor by <form> element
Undefined binding: src/app/components/campaign-publications/campaign-publications.component.html#L69
Property dismissableMask is not provided by any applicable directives nor by <p-dialog> element
Undefined binding: src/app/pages/campaigns/campaigns.component.html#L31
Property pSelectableRow is not provided by any applicable directives nor by <tr> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L44
Property disabled is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L305
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L146
No directive is matched on attribute ngTemplateOutlet
Undefined binding: src/app/components/publication-form/publication-form.component.html#L16
Property step is not provided by any applicable directives nor by <p-inputnumber> element
Undefined binding: src/app/components/payment-method-registration/momo/momo.component.html#L66
Property text is not provided by any applicable directives nor by <p-button> element
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L278
Property options is not provided by any applicable directives nor by <p-select> element
Undefined binding: src/app/pages/wallet/wallet.component.html#L82
Can't bind to visible since it is not provided by any applicable directives
Undefined binding: src/app/components/campaign-settings/campaign-settings.component.html#L82
Property showClear is not provided by any applicable directives nor by <p-multi-select> element