>> Is it possible to organize interaction between Angular4 and my backend via REST API?
Angular allows you to communicate through a REST API. These days, almost any fancy framework can do this out of the box.
>> I read that Angular is only used for one-pages
This does not mean that you will have only one page at all. Angular allows you to display the content you want, depending on the current path in the browser.
Angular allows you to communicate through a REST API. These days, almost any fancy framework can do this out of the box.
>> I read that Angular is only used for one-pages
This does not mean that you will have only one page at all. Angular allows you to display the content you want, depending on the current path in the browser.