Questions tagged [angular-new-router]

A new router for Angular 1.5 and 2.0, written with TypeScript. Deprecated / Defunct / Non-working.

A new router for Angular 1.5 and 2.0, written with TypeScript. Deprecated / Defunct / Non-working.

https://github.com/angular/router

If you are interested in the recommended component router, please look in the Angular 2 repository at https://github.com/angular/angular/tree/2.4.x/modules/%40angular/router

33 questions
0
votes
1 answer

how to get the alias from the angular-new-router?

in angular-new-router, user can specify an alias for a component: MyController.$routeConfig = [ { path: '/', component: 'user', as: 'myUser' } ]; and we can activate it : link to user component link to…
AngeloC
  • 3,213
  • 10
  • 31
  • 51
0
votes
1 answer

angularjs new router not working on first time of page load

I'm a newbie in angularjs world & working on a angular js app with angularjs version 1.4 with the new router. Till now all are working fine with 1 small issue. That is, When i go to any particular link it's not working. But, just after that if i…
Suresh
  • 5,687
  • 12
  • 51
  • 80
0
votes
1 answer

NgNewRouter viewport and navigation

Hello Angular Community: I'm use the ngNewRouter with Angular 1.4 for my applications and I found a series of problems or maybe not, and it is my ignorance .... When you define a nested router, the viewport is searched only in the direct parent…
Cristian Rinaldi
  • 329
  • 4
  • 15
1 2
3