create folder at startup #20
Annotations
6 errors and 1 warning
lint-format-build (22.x):
src/app/client/client.component.ts#L1
'OnInit' is defined but never used
|
lint-format-build (22.x):
src/app/client/client.component.ts#L1
'OnDestroy' is defined but never used
|
lint-format-build (22.x):
src/app/client/client.component.ts#L17
Type number trivially inferred from a number literal, remove type annotation
|
lint-format-build (22.x):
src/app/client/client.component.ts#L79
'team' is never reassigned. Use 'const' instead
|
lint-format-build (22.x):
src/app/match-create-advanced/match-create-advanced.component.ts#L81
'err' is defined but never used
|
lint-format-build (22.x)
Process completed with exit code 1.
|
lint-format-build (22.x):
src/app/client/client.component.ts#L207
Lifecycle interface 'OnDestroy' should be implemented for method 'ngOnDestroy'. (https://angular.dev/style-guide#style-09-01)
|