I am seeking advice on Angular 2+ Webapps and have a few questions.
What is the recommended approach for managing a publicly available info page, an authentication page, and a protected page for signed-in users? Should I consider separate Angular Apps or modules, or is using route guards sufficient?
In what scenarios should I utilize more than one module in an Angular App?
Can you recommend a plugin for responsive tables that offer user interaction capabilities such as sorting and deleting rows?
Thank you in advance for your assistance!