OfficeDev / Office-Addin-TaskPane-Angular

Template to get start started writing a TaskPane Office Add-in for the Angular framework using TypeScript
Other
14 stars 19 forks source link

Add support for angular projects created with @angular/cli #115

Open ThorstenHans opened 6 years ago

ThorstenHans commented 6 years ago

Currently angular projects will be created based on a custom webpack build. It would be nice to see integration with @angular/cli based projects

danboh commented 6 years ago

How could I add angular-cli support for this project? Instead of creating a new one with cli

ThorstenHans commented 6 years ago

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.

danboh commented 6 years ago

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

igor-ribeiiro commented 2 years ago

I will be closing this issue as it appears to be solved already.

igor-ribeiiro commented 2 years ago

Reopening as the support is not yet available.