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