Skip to content

Support AOT #109

@DzmitryShylovich

Description

@DzmitryShylovich

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions