Most voted "angular-routes" questions
73 questions
Sort by count of
-
0
votes0
answers159
viewsAngular 4 + Laravel 5 Error: The Resource you are Looking for has been Removed, had its name changed, or is temporarily unavailable
I have a project in which I am using Angular 4 and Laravel 5. Locally it is working locally but when I go up in production (I’m using Azure as a server) it doesn’t work properly. I have a…
php laravel-5 angular-routes angular azure-app-serviceasked 7 years, 1 month ago Leonardo Santos 63 -
0
votes2
answers1474
viewsRedirect a route from a "childModule" to another "childModule" with Angular 2 ( 4.0)
Hello, I’m working with Angular where I have a structure like this: |-app |-fooModule (fooPage1, fooPage2) |-barModule (barPage1, barPage2) These two modules are being loaded using lazyLoad in the…
-
0
votes1
answer761
viewsProblems with Lazy Load Angular 5
Error adding Lazy loading Any help is welcome because I’m new at angular. I need to set up some file for this to work? app.modulets. import { BrowserModule } from '@angular/platform-browser'; import…
-
0
votes1
answer1710
viewsProblem with more than two router-outlet in the app
[...] <header> <a routerLink="/lista-empresa" href="javascript:;">Empresa</a> </header> [...] <main> <router-outlet name="conteudo"></router-outlet>…
-
0
votes0
answers597
viewsHide menu items using Routes
I want to get information like the menu for a different route, for example, the customer "Mkt Place" is not seen as "Seller" customer options, provided by the menu when the user enters the login in…
-
0
votes1
answer600
viewsChild component of other component does not load
I configured the routes, but the component does not render when the application is initialized. I need the component posts render inside the component blog, and the blog already loads correctly.…
-
0
votes1
answer89
viewsHow to place a variable in the middle of the route at the angle
Hello, I am developing a front end that will connect with several equal API’s, but with distinct banks( The Client has the API installed, but this front is for employee access, and for the sake of…
-
0
votes1
answer147
viewsDynamic mounted Angular 5 track
I have a dynamic menu mount at the angle. The setup is done as follows: <ul class="pcoded-item pcoded-left-item" item-border="none" item-border-style="solid" subitem-border="solid" *ngFor="let…
-
0
votes1
answer31
viewsLink breaking by typing directly into the browser
I am developing an angular project that is breaking the link when it has parameter and is typed directly in the browser, only occurs when it is published in IIS, if I do the same in the published in…
-
0
votes1
answer70
viewsFunction running before my request response
In a modal I have a form with data that can be edited. If the user confirms the update the data is updated and then it will be forwarding the new page. But on this new page the information that…
-
0
votes1
answer1608
viewsPass more than one parameter on the Angular route
I have an application that uses angular V6, I have a route system where I can pass a parameter, in order to access another component, an id for example, however, I need to pass two parameters in…
-
0
votes0
answers48
viewsangular Component
Include a module login-home, in the app.html, on my machine is running normally, but on the production server appears this error: ERROR IN: Type Logincomponenthome in C:…
angular-routesasked 5 years, 4 months ago Miquéias 1 -
0
votes1
answer327
viewsProblems with angular routes
I’m making an application using angular with/cli, but I find myself in a problem, I finished my home screen in app.Component and I want to redirect to the login screen. But I find where the…
-
0
votes1
answer684
viewsI cannot navigate correctly using ion-tabs (IONIC 4)
I have the following code structure: app-routing.module.ts import { NgModule } from '@angular/core'; import { PreloadAllModules, RouterModule, Routes } from '@angular/router'; const routes: Routes =…
-
0
votes1
answer57
viewsHow to Resolve Ionic Accentuation Problem
Guys, I went to pass a data through the routes in Ionic, Angular, only the data is a string with accent, when I put the variable that receives the value to show in the title it shows good, however,…
-
0
votes2
answers40
viewsError when exporting custom component
I’m working with Angular, and a pro template I bought. However I am trying to export a custom component, but I was not successful in trying to export this my component, I did it also to the examples…
-
-1
votes1
answer496
viewsDocument.ready using routes in Angularjs
I’m trying to run the . Parallax() function of the Materialize framework using routes in Angularjs. I set up Document.ready for each template because I thought that every call of the template per…
-
-1
votes1
answer505
viewsDoubt routerLink and route.navigate(<route I want>)?
'Cause when I use the routerLink the destination tab executes the commands inside the ngOnInit() and when I use the this.route.navigate([<rota de acesso>]) is not executed? I wonder if you…
-
-1
votes0
answers8
viewsApp structure with various USER_HOLES
I need to develop an angular design that will have various types of user. My question is whether to create two/more applications in the same angular Workspace, using the library system for the…
-
-1
votes2
answers954
viewsHow to load a page into a div with Angular
Talk to the guys!! I have a huge question and I can’t solve it. I’m developing a TCC application for my Angular College. I have a menu and within this menu there are options to browse the site, but…
-
-1
votes1
answer171
viewsHow do I make the endpoints of an API, made with Spring Boot, visible only to the application pages?
I have an application where the back-end was done in Java with Spring Boot, and the front was done in Angular. I deploy the Angular project built into the folder src/main/Resources/Static. In the…
angular spring spring-boot spring-mvc angular-routesasked 5 years, 4 months ago Gerson Ferreira Junior 59 -
-1
votes1
answer411
viewsHow to protect routes at angle 8?
I am migrating an application from Angular 8 and a great difficulty that I am having is in the routing system, in my application and mandatory this logged in for all routes except for login and…
-
-1
votes1
answer110
viewsHow to reload an Angularcomponent when I navigate to the same route?
I’m doing a school project, and in it I have a navbar that has several buttons with routerLinks at the angle, when I click on them, they take me to a route with the path: 'busca/:type/:id'. When…