package router
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- router
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
ActivatedRoute
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/router" , "ActivatedRoute" )
-
class
ActivatedRouteSnapshot
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/router" , "ActivatedRouteSnapshot" )
- trait CanActivate extends AnyRef
- trait CanActivateChild extends AnyRef
- trait CanDeactivate [T] extends AnyRef
- trait CanLoad extends AnyRef
- type Data = Dictionary[Any]
-
trait
LoadChildren
extends Object
- Annotations
- @RawJSType() @native()
-
trait
NavigationExtras
extends Object
- Annotations
- @RawJSType() @native()
- type Params = Dictionary[String]
- trait Resolve [T] extends AnyRef
-
trait
ResolveData
extends Object
- Annotations
- @RawJSType() @native()
-
trait
Route
extends Object
- Annotations
- @RawJSType() @native()
-
class
Router
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/router" , "Router" )
-
class
RouterModule
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/router" , "RouterModule" )
-
class
RouterState
extends Tree[ActivatedRoute]
- Annotations
- @RawJSType() @native() @JSImport( "@angular/router" , "RouterState" )
-
class
RouterStateSnapshot
extends Tree[ActivatedRouteSnapshot]
- Annotations
- @RawJSType() @native() @JSImport( "@angular/router" , "routerState" )
- type Routes = Array[Route]
-
class
Tree
[T] extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/router" , "Tree" )
-
class
TreeNode
[T] extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/router" , "TreeNode" )
- type UrlMatcher = (Dynamic, Dynamic, Route) ⇒ Dynamic
-
class
UrlSegment
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/router" , "UrlSegment" )
-
class
UrlSegmentGroup
extends Object
- Annotations
- @RawJSType() @native() @JSImport( "@angular/router" , "UrlSegmentGroup" )
- type UrlTree = Object
Value Members
- object ActivatedRoute
- object CanActivate
- object CanActivateChild
- object CanDeactivate
- object CanLoad
- object NavigationExtras
- object Resolve
- object Route
- object Router
-
object
RouterModule
extends Object
- Annotations
- @native() @JSImport( "@angular/router" , "RouterModule" )