Open ThorstenHans opened 6 years ago
How could I add angular-cli support for this project? Instead of creating a new one with cli
Hi @danboh,
the current version of the generator
just generates a plain Angular project which will use webpack instead of @angular/cli
. But you can follow this Lab to get it integrated into an existing Angular CLI application.
Thank you! The lab worked.
On Tue, Oct 23, 2018 at 2:35 AM Thorsten Hans notifications@github.com wrote:
Hi @danboh https://github.com/danboh, the current version of the generator just generates a plain Angular project which will use webpack instead of @angular/cli. But you can follow this Lab https://github.com/OfficeDev/TrainingContent/tree/master/OfficeAddin/05%20Using%20modern%20JavaScript/Demos/02%20Office%20Add-in%20using%20Angular to get it integrated into an existing Angular CLI application.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OfficeDev/Office-Addin-TaskPane-Angular/issues/115, or mute the thread https://github.com/notifications/unsubscribe-auth/AKRExNajuZgsPc2ashpVZ5NPiSKRLcQGks5unriwgaJpZM4W-R2r .
--
Daniel Bohorquez Mobile: +1 917 495 9051
I will be closing this issue as it appears to be solved already.
Reopening as the support is not yet available.
Currently angular projects will be created based on a custom webpack build. It would be nice to see integration with
@angular/cli
based projects