Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

error TS2531

// you should add this code below tsconfig.json
{
 ...
 "angularCompilerOptions": {
 "strictNullChecks": false,
 ...
 }
}
 
PREVIOUS NEXT
Tagged: #error
ADD COMMENT
Topic
Name
4+3 =