Do you have / What's your plan to support Angular 6 ?
This issue follow the comment on this issue by @vsavkin .
The main issue I see for now is the dependency to TypeScript 2.6, given that Angular 6 require TS 2.7. This is blocked by ngrx/platform/issues/926 for data persistence, but their is also an issue with schematics (nrwl/nx/issues/261).
We'll try to release as close to the final release of Angular v6 as possible, once all dependencies can play together nicely.
@jeffbcross thanks for this efficient response :D If you have the time to give more informations about the current issues on this, I would be happy to help if possible, given that I wanted to try to use angular elements in one of my Nx project. But I could also just wait
will this also support the ng add <package> command? Thanks!
@lexcaraig Yes it will! ng add @nrwl/schematics is available in the RC right now actually!
What you would do right now is
ng new new-project
ng add @nrwl/[email protected]
Most helpful comment
@lexcaraig Yes it will!
ng add @nrwl/schematicsis available in the RC right now actually!What you would do right now is