Property 'mysql' has no initializer and is not definitely assigned in the constructor. mysql/@types code example
Example: Property 'firstName' has no initializer and is not definitely assigned in the constructor
"angularCompilerOptions": {
// ...
"strictPropertyInitialization": false
// ...
}