-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
Description
To be able to compile project in aot mode all 3rd party libs need to publish metadata.json file.
Therefore, you need to compile this project with ngc.
"angularCompilerOptions": {
"skipTemplateCodegen": true
}
Add that to tsconfig and ngc will only generate metadata files and not ngfactories.
Examples: material2.
Reactions are currently unavailable