In my simple web application on Angular 4, I have static pages like about us, contact us etc and if this static pages included as component the size of angular app will increase.
Is there any way to display this static pages via angular app on demand?