
Force the TypeScript Compiler to Ignore Errors
Use the “@ts-ignore” comment before the code and the compiler will no longer generate errors. // @ts-ignoreimport mathUnit from ‘mathjs/lib/type/unit’ Related Articles ngSwitch in Angular Activate Event Handlers for HTML