Defaults to very old Angular version
steveblue opened this issue · 4 comments
steveblue commented
This is based off a very old version of Angular. If you are intending to provide an example of how to use parcel with Angular, you should be using @angular packages ^5.0.0. There is a lot missing to this example as well. Angular apps are compiled AOT using the AOT Compiler (ngc
) which is a wrapper for TypeScript.
DeMoorJasper commented
I just noticed this today as well, kinda got puzzled by the docs though but i'll look into it one time
steveblue commented
@DeMoorJasper checkout parcel-plugin-typescript develop branch, latest commit has support for JIT
DeMoorJasper commented
Thanks, i'll update and refactor this example once the release of those changes land
DeMoorJasper commented
@steveblue This should now be fixed