junebug12851/pokered-save-editor

View on GitHub
src/app/fragments/card-pokemon-header/card-pokemon-header.component.ts

Summary

Maintainability
A
0 mins
Test Coverage

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

export class CardPokemonHeader implements OnInit {

Type boolean trivially inferred from a boolean literal, remove type annotation
Open

public disabled: boolean = false;
Category
Status