Rule name | Severity | Times occured |
---|---|---|
component-selector | ERROR | 2 |
no-access-missing-member | ERROR | 1 |
import-blacklist | ERROR | 1 |
● component-selector: The selector of the component "RequestErrorDialogComponent" should have prefix "app-manager" (https://angular.io/styleguide#style-02-07)
File: /src/config/requests/errors/request-error-dialog.component.ts
Line: 6
Position: 186
● no-access-missing-member: The property "appSearch" that you're trying to access does not exist in the class declaration.
File: /src/app/components/app-public/app-public-page.component.html
Line: 38
Position: 1457
● import-blacklist: This import is blacklisted, import a submodule instead
File: /src/app/components/app-list/app-list.component.ts
Line: 6
Position: 291
● component-selector: The selector of the component "ToggleButtonComponent" should have prefix "app-manager" (https://angular.io/styleguide#style-02-07)
File: /src/app/shared/components/ui-components/toggle-button/toggle-button.component.ts
Line: 3
Position: 104