As a newcomer to AngularJS, I am currently working on a small web application using ui-router for page routing. I have a landing page that consists of static content with clickable links covering the entire screen, while other pages only occupy the "ui-view
" div. I'm curious if it's possible to utilize AngularJS (ui-router) to display both the landing page (full HTML page) and other partial pages. If so, how can this be achieved? If not, are there any workarounds available? How do developers typically incorporate a landing page into their AngularJS applications?