PESDK/Web
Supported Angular Versions
PhotoEditor SDK will work in any Angular version with Typescript 3.x or higher. Angular version 6 and below uses Typescript 2.x which is incompatible with the typings for PhotoEditor SDK and will cause Typescript related compiler errors.
The only option to run v5 of PhotoEditor SDK in the older versions of Angular would be to disable the library type checks in the compilerOptions
of tsconfig.json
.
tsconfig.json
{"compilerOptions": {"skipLibCheck": true}}