Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

refactor(angular5): Declare the app.module.ngfactory.d.ts generated by ngc with AoT #361

Merged
merged 1 commit into from
Dec 19, 2017

Conversation

PanayotCankov
Copy link
Contributor

The angular compiler will generate dynamically the app.module.ngfactory.d.ts.
For plain tsc to compile without errors the main.aot.ts should be compiled without errors,
so app.module.ngfactory.d.ts will provide the necessary type information.

…y ngc with AoT

The angular compiler will generate dynamically the app.module.ngfactory.d.ts.
For plain tsc to compile without errors the main.aot.ts should be compiled without errors,
so app.module.ngfactory.d.ts will provide the necessary type information.
@vchimev vchimev merged commit dc777a2 into master Dec 19, 2017
@vchimev vchimev deleted the dts-ngmodule-factory branch December 19, 2017 03:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants