cryptic-game / frontend

The official frontend of Cryptic

Home Page:https://play.cryptic-game.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initialize everything in OnInit, not in Constructor (Angular 13)

Tristan-H11 opened this issue · comments

Everything, that has no important reason to be initialized in the constructor, has to be moved to the OnInit().