I'm designing a website in which there will be multiple pages. At the moment, I'm planning to use to MEAN stack (since I have some good amount of experience with JS) for the development but not sure whether it would be ideal to use Angular to solve my problem since my website will involve multiple pages whereas Angular is considered ideal for Single Page Applications (SPAs). If Angular is not a viable option for this purpose, then please suggest other alternatives.
Also, it would be really great if someone could shed some light on the pros and cons of using MEAN stack for web development purposes like what sort of problems I can face etc. Thanks!