Please delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.
//Angular
//ERROR: "Please delete and rebuild the package with Ivy partial compilation mode, before attempting to publish."
//on tsconfig.json add the compilation mode
"angularCompilerOptions": {
"compilationMode": "partial"
}