We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
is there any official documentation about skipTemplateCodegen? only found this: https://www.reddit.com/r/Angular2/comments/52vz2b/how_to_publish_component_as_library/
Sorry, something went wrong.
will be coverd in #110
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: