Property 'users' has no initializer and is not definitely assigned in the constructor. 11 users: Object; code example
Example: Property 'firstName' has no initializer and is not definitely assigned in the constructor
"angularCompilerOptions": {
// ...
"strictPropertyInitialization": false
// ...
}