src/app/fragments/card-pokemon-header/card-pokemon-header.component.ts
Showing 2 of 2 total issues
The name of the class CardPokemonHeader should end with the suffix Component (https://angular.io/styleguide#style-02-03) Open
Open
export class CardPokemonHeader implements OnInit {
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Type boolean trivially inferred from a boolean literal, remove type annotation Open
Open
public disabled: boolean = false;
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks