I am working on an Angular library, which I make compatible with AOT compilation. I ran it with some gulp tasks around ngc , but I would prefer to use @ngtools/webpack as it allows me a simpler method to use SASS and PUG for my styles and templates. However, I cannot find a way to get the declaration or metadata files from my virtual file system. Is there any way to emit these files?
angular webpack angular-cli angular2-aot
Daniel Schaffer
source share