DeMoorJasper/Angular-Parcel-Boilerplate

Defaults to very old Angular version

steveblue opened this issue · 4 comments

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.

I just noticed this today as well, kinda got puzzled by the docs though but i'll look into it one time

@DeMoorJasper checkout parcel-plugin-typescript develop branch, latest commit has support for JIT

Thanks, i'll update and refactor this example once the release of those changes land

@steveblue This should now be fixed