Re: [Angular] Where to create header and side-nav components

2022-09-25 Thread Manjari Singh
I think A mixture of HTML and components will be good Thanks 🙏🏻 On Mon, 26 Sep 2022 at 3:29 AM, Adam Evanovich < the.trumpet.player.ajetrum...@gmail.com> wrote: > why the fuck are you emailing me!? > > On Sun, Sep 25, 2022 at 2:27 AM Sai Kumar Duggana > wrote: > >> In my project I have header an

Re: [Angular] npm build angular project in a sub directory

2022-09-25 Thread Adam Evanovich
why the fuck are you emailing me!? On Sun, Sep 25, 2022 at 12:30 PM Vishnu Bidarakundi < bidarakundi.vis...@gmail.com> wrote: > In package.json you can configure the build command > > On Sun, 25 Sep, 2022, 12:57 pm Pierre Kengne, > wrote: > >> I have an angular project. The angular project is a

Re: [Angular] Where to create header and side-nav components

2022-09-25 Thread Adam Evanovich
why the fuck are you emailing me!? On Sun, Sep 25, 2022 at 2:27 AM Sai Kumar Duggana wrote: > In my project I have header and side-nav sections. Header section contains > 4 category items and based on selection of each item those list of items > will show in side-nav section as item links. Also

Re: [Angular] npm build angular project in a sub directory

2022-09-25 Thread Vishnu Bidarakundi
In package.json you can configure the build command On Sun, 25 Sep, 2022, 12:57 pm Pierre Kengne, wrote: > I have an angular project. The angular project is a subdirectory of an > overall package. > The angular project directory includes angular.json, scr folder etc... > > I have to build the pr

[Angular] Where to create header and side-nav components

2022-09-25 Thread Sai Kumar Duggana
In my project I have header and side-nav sections. Header section contains 4 category items and based on selection of each item those list of items will show in side-nav section as item links. Also header section having search textbox and account menu. I have a doubt like where to place header

[Angular] npm build angular project in a sub directory

2022-09-25 Thread Pierre Kengne
I have an angular project. The angular project is a subdirectory of an overall package. The angular project directory includes angular.json, scr folder etc... I have to build the project using npm build running from the package root directory (outside of the project directory). Can someone tell