Hi,
Here is what all I did -
1. Upgraded VS 2017 to the latest update.
2. VS 2017 ASP.NET core has a new template for Angular.
3. Went ahead and got npm packages for
4. Started modifying the code in nav-menu.component.ts, html and css files.
5. Modified app.component.html to add the top button and header for the page.
6. Added the imports in app.module.ts.
7. If I run it now I don't get a page and it seems as if the Angular Routing is now broken.
8. I removed the entire syncfusion code and started adding one code at a time. It now errors on app.module.ts as soon as I add the import for ej2-ng-navigation. It is erroring for dependency @angular/common.
Here is what I want to do on this project -
I want sidebar with listview that has grouping. The listview with grouping will pull the information from the database. The content area will have grids to manage data.
So, the list will have grouping like -
Employees -> Manage Employee
Employees -> Manage Compensation
Settings -> Manage Fiscal Years
Settings -> Manage Salary Tiers
So when they click on Manage Employees, they will be redirected to the Employees grid and they can manage the employees information. Compensation will allow them to manage salary, bonus structure etc.
So basically I have to replace the default side navigation with sidebar and listview.
Any help is greatly appreciated on how to do the above.
Thanks,
Ameet