I extracted sample template code from this tutorial and did below two steps to get started -
npm install // worked fine and created node_modules folder
Add "noStrictGenericChecks": true in tsconfig.json file under "compilerOptions" node as shown in below image & build application. I have faced same error after adding this error resolved.