p

angulate2

router

package router

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. router
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ActivatedRoute extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/router" , "ActivatedRoute" )
  2. class ActivatedRouteSnapshot extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/router" , "ActivatedRouteSnapshot" )
  3. trait CanActivate extends AnyRef
  4. trait CanActivateChild extends AnyRef
  5. trait CanDeactivate [T] extends AnyRef
  6. trait CanLoad extends AnyRef
  7. type Data = Dictionary[Any]
  8. trait LoadChildren extends Object
    Annotations
    @RawJSType() @native()
  9. trait NavigationExtras extends Object
    Annotations
    @RawJSType() @native()
  10. type Params = Dictionary[String]
  11. trait Resolve [T] extends AnyRef
  12. trait ResolveData extends Object
    Annotations
    @RawJSType() @native()
  13. trait Route extends Object
    Annotations
    @RawJSType() @native()
  14. class Router extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/router" , "Router" )
  15. class RouterModule extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/router" , "RouterModule" )
  16. class RouterState extends Tree[ActivatedRoute]
    Annotations
    @RawJSType() @native() @JSImport( "@angular/router" , "RouterState" )
  17. class RouterStateSnapshot extends Tree[ActivatedRouteSnapshot]
    Annotations
    @RawJSType() @native() @JSImport( "@angular/router" , "routerState" )
  18. type Routes = Array[Route]
  19. class Tree [T] extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/router" , "Tree" )
  20. class TreeNode [T] extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/router" , "TreeNode" )
  21. type UrlMatcher = (Dynamic, Dynamic, Route) ⇒ Dynamic
  22. class UrlSegment extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/router" , "UrlSegment" )
  23. class UrlSegmentGroup extends Object
    Annotations
    @RawJSType() @native() @JSImport( "@angular/router" , "UrlSegmentGroup" )
  24. type UrlTree = Object

Value Members

  1. object ActivatedRoute
  2. object CanActivate
  3. object CanActivateChild
  4. object CanDeactivate
  5. object CanLoad
  6. object NavigationExtras
  7. object Resolve
  8. object Route
  9. object Router
  10. object RouterModule extends Object
    Annotations
    @native() @JSImport( "@angular/router" , "RouterModule" )

Inherited from AnyRef

Inherited from Any

Ungrouped