angular-routing

Angular + Laravel PHP Routing in.htaccess

Good time of day. Have some trouble. There is a website in Angular and a server in PHP (Laravel). The customer asked to re ... ixLogs')->name('admin.soap.fix'); Route::get('/postman', function () { return view('welcome'); })->name('index');

How to properly configure $stateProvider in ui-router (angular) to work with two ui-views?

There are two named ui-views on the form <div ui-view="form"></div> <div ui-view="body"></div> In ... ;/div> is empty. Tell me how to properly configure $stateProvider, so that the content from the body does not disappeared.