Top "Angular-routing" questions

The ngRoute module provides routing and deeplinking services and directives for AngularJS apps.

Deploy single page application Angular: 404 Not Found nginx

I Have an Angular application. I run the command ng build --prod --aot to generate the dist folder. In the …

angular nginx single-page-application angular-routing cloud-foundry
How to remove the hash # from the angularjs ng-route

I am trying to use the locationProvider to remove the hashtag from the url routes in angular js but it …

javascript angularjs angular-routing
How to trace routing in Angular 2?

I have component with separated file of routing settings: import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@…

angular angular-routing
Redirect index page if user is logged in AngularJS

I am trying to vary the page a user sees when they go to my website. If they are anonymous …

angularjs angular-routing
How to apply canActivate guard on all the routes?

I have a angular2 active guard which handle if the user is not logged in, redirect it to login page: …

angular typescript angular-routing
angular 4 unit testing error `TypeError: ctor is not a constructor`

I am trying to test my route resolver and while testing I got TypeError: ctor is not a constructor and …

angular karma-runner angular-routing
Angular ng-view/routing not working in PhoneGap

I'm having a problem with ngView in PhoneGap. Everything seems to be loading just fine and I can even get …

cordova routing angularjs angular-routing
RouterLink with multiple params in Angular

I want to create a link to the route with multiple parameters and bind them in tempalte. Until now, I've …

angular router angular-routing angular-router angular-routerlink
How to apply jquery after AngularJS partial template is loaded

I have a simple website that implements jQuery in order to create a Slider with some images in the Index.…

jquery angularjs angular-routing
how to pass route params in [routerLink] angular 2

I'm trying to create an application with angular 2,And Want pass params to tag a in [routerLink],i want craete …

angular angular-routing angular-routerlink