@angular-wave/angular.ts 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/@types/core/scope/scope.d.ts +1 -4
  2. package/@types/interface.d.ts +17 -3
  3. package/@types/shared/interface.d.ts +17 -0
  4. package/@types/shared/utils.d.ts +4 -19
  5. package/dist/angular-ts.esm.js +29 -152
  6. package/dist/angular-ts.umd.js +29 -152
  7. package/dist/angular-ts.umd.min.js +1 -1
  8. package/docs/layouts/shortcodes/version.html +1 -1
  9. package/docs/static/typedoc/assets/hierarchy.js +1 -1
  10. package/docs/static/typedoc/assets/main.js +2 -2
  11. package/docs/static/typedoc/assets/navigation.js +1 -1
  12. package/docs/static/typedoc/assets/search.js +1 -1
  13. package/docs/static/typedoc/classes/Location.html +20 -20
  14. package/docs/static/typedoc/classes/LocationProvider.html +5 -5
  15. package/docs/static/typedoc/classes/LogProvider.html +3 -3
  16. package/docs/static/typedoc/classes/PubSub.html +21 -21
  17. package/docs/static/typedoc/classes/PubSubProvider.html +1 -1
  18. package/docs/static/typedoc/classes/TemplateCacheProvider.html +2 -2
  19. package/docs/static/typedoc/hierarchy.html +1 -1
  20. package/docs/static/typedoc/index.html +1 -1
  21. package/docs/static/typedoc/interfaces/ChangesObject.html +3 -3
  22. package/docs/static/typedoc/interfaces/ComponentOptions.html +8 -8
  23. package/docs/static/typedoc/interfaces/Controller.html +6 -6
  24. package/docs/static/typedoc/interfaces/DefaultPorts.html +1 -1
  25. package/docs/static/typedoc/interfaces/Directive.html +18 -18
  26. package/docs/static/typedoc/interfaces/DirectivePrePost.html +1 -1
  27. package/docs/static/typedoc/interfaces/Html5Mode.html +1 -1
  28. package/docs/static/typedoc/interfaces/HttpProviderDefaults.html +7 -7
  29. package/docs/static/typedoc/interfaces/HttpService.html +21 -21
  30. package/docs/static/typedoc/interfaces/LogService.html +6 -6
  31. package/docs/static/typedoc/interfaces/NgModelController.html +15 -15
  32. package/docs/static/typedoc/interfaces/NgModelOptions.html +8 -8
  33. package/docs/static/typedoc/interfaces/Provider.html +17 -17
  34. package/docs/static/typedoc/interfaces/RequestConfig.html +15 -15
  35. package/docs/static/typedoc/interfaces/RequestShortcutConfig.html +11 -11
  36. package/docs/static/typedoc/interfaces/ServiceProvider.html +1 -1
  37. package/docs/static/typedoc/interfaces/TemplateCache.html +1 -1
  38. package/docs/static/typedoc/interfaces/TranscludeFunctionObject.html +4 -4
  39. package/docs/static/typedoc/interfaces/UrlParts.html +4 -4
  40. package/docs/static/typedoc/types/AnnotatedFactory.html +1 -1
  41. package/docs/static/typedoc/types/CloneAttachFunction.html +1 -1
  42. package/docs/static/typedoc/types/ControllerConstructor.html +1 -1
  43. package/docs/static/typedoc/types/DirectiveCompileFn.html +1 -1
  44. package/docs/static/typedoc/types/DirectiveController.html +1 -1
  45. package/docs/static/typedoc/types/DirectiveFactoryFn.html +1 -1
  46. package/docs/static/typedoc/types/DirectiveLinkFn.html +1 -1
  47. package/docs/static/typedoc/types/Expression.html +1 -1
  48. package/docs/static/typedoc/types/FilterFactory.html +1 -1
  49. package/docs/static/typedoc/types/FilterFn.html +1 -1
  50. package/docs/static/typedoc/types/Injectable.html +1 -1
  51. package/docs/static/typedoc/types/InjectableFactory.html +1 -1
  52. package/docs/static/typedoc/types/LogCall.html +1 -1
  53. package/docs/static/typedoc/types/LogServiceFactory.html +1 -1
  54. package/docs/static/typedoc/types/OnChangesObject.html +1 -1
  55. package/docs/static/typedoc/types/SwapModeType.html +1 -1
  56. package/docs/static/typedoc/types/TController.html +1 -1
  57. package/docs/static/typedoc/types/UrlChangeListener.html +4 -4
  58. package/docs/static/typedoc/variables/SwapMode.html +10 -10
  59. package/legacy.d.ts +0 -82
  60. package/package.json +2 -2
  61. package/src/animations/animate-js.js +2 -1
  62. package/src/animations/animate-queue.js +7 -6
  63. package/src/core/scope/scope.js +8 -10
  64. package/src/directive/http/form-router-test.html +44 -0
  65. package/src/directive/options/options-example.html +7 -3
  66. package/src/directive/options/options.js +1 -0
  67. package/src/directive/options/options.spec.js +117 -170
  68. package/src/interface.ts +20 -3
  69. package/src/router/directives/view-directive.js +0 -1
  70. package/src/router/resolve/resolve-context.js +0 -19
  71. package/src/router/state/state-registry.js +3 -10
  72. package/src/router/state/state-service.js +5 -5
  73. package/src/router/transition/transition.js +1 -86
  74. package/src/router/view-hook.spec.js +1 -1
  75. package/src/shared/interface.ts +19 -0
  76. package/src/shared/utils.js +3 -12
  77. package/tsconfig.types.json +2 -2
  78. package/@types/angular.d.ts +0 -150
  79. package/@types/animations/animate-cache.d.ts +0 -50
  80. package/@types/animations/animate-children-directive.d.ts +0 -10
  81. package/@types/animations/animate-css-driver.d.ts +0 -18
  82. package/@types/animations/animate-css.d.ts +0 -18
  83. package/@types/animations/animate-js-driver.d.ts +0 -14
  84. package/@types/animations/animate-js.d.ts +0 -23
  85. package/@types/animations/animate-queue.d.ts +0 -28
  86. package/@types/animations/animate-runner.d.ts +0 -31
  87. package/@types/animations/animate-swap.d.ts +0 -9
  88. package/@types/animations/animate.d.ts +0 -450
  89. package/@types/animations/animation.d.ts +0 -14
  90. package/@types/animations/interface.d.ts +0 -17
  91. package/@types/animations/raf-scheduler.d.ts +0 -37
  92. package/@types/animations/shared.d.ts +0 -74
  93. package/@types/core/compile/compile.d.ts +0 -201
  94. package/@types/core/controller/controller.d.ts +0 -54
  95. package/@types/core/di/injector.d.ts +0 -22
  96. package/@types/core/filter/filter.d.ts +0 -23
  97. package/@types/core/interpolate/interpolate.d.ts +0 -38
  98. package/@types/core/parse/ast/ast-node.d.ts +0 -56
  99. package/@types/core/parse/ast/ast.d.ts +0 -164
  100. package/@types/core/parse/lexer/lexer.d.ts +0 -119
  101. package/@types/core/parse/lexer/token.d.ts +0 -17
  102. package/@types/core/parse/parse.d.ts +0 -33
  103. package/@types/core/parse/parser/parser.d.ts +0 -41
  104. package/@types/core/sanitize/interface.d.ts +0 -10
  105. package/@types/core/sanitize/sanitize-uri.d.ts +0 -40
  106. package/@types/directive/aria/aria.d.ts +0 -104
  107. package/@types/directive/attrs/attrs.d.ts +0 -8
  108. package/@types/directive/bind/bind.d.ts +0 -18
  109. package/@types/directive/channel/channel.d.ts +0 -10
  110. package/@types/directive/class/class.d.ts +0 -3
  111. package/@types/directive/cloak/cloak.d.ts +0 -4
  112. package/@types/directive/controller/controller.d.ts +0 -4
  113. package/@types/directive/events/events.d.ts +0 -21
  114. package/@types/directive/form/form.d.ts +0 -264
  115. package/@types/directive/http/http.d.ts +0 -46
  116. package/@types/directive/if/if.d.ts +0 -10
  117. package/@types/directive/include/include.d.ts +0 -28
  118. package/@types/directive/init/init.d.ts +0 -4
  119. package/@types/directive/input/input.d.ts +0 -70
  120. package/@types/directive/messages/messages.d.ts +0 -63
  121. package/@types/directive/model/model.d.ts +0 -515
  122. package/@types/directive/model-options/model-options.d.ts +0 -56
  123. package/@types/directive/non-bindable/non-bindable.d.ts +0 -4
  124. package/@types/directive/observe/observe.d.ts +0 -9
  125. package/@types/directive/options/options.d.ts +0 -13
  126. package/@types/directive/ref/ref.d.ts +0 -11
  127. package/@types/directive/repeat/repeat.d.ts +0 -11
  128. package/@types/directive/script/script.d.ts +0 -10
  129. package/@types/directive/select/select.d.ts +0 -15
  130. package/@types/directive/setter/setter.d.ts +0 -12
  131. package/@types/directive/show-hide/show-hide.d.ts +0 -19
  132. package/@types/directive/style/style.d.ts +0 -4
  133. package/@types/directive/switch/switch.d.ts +0 -18
  134. package/@types/directive/transclude/transclude.d.ts +0 -10
  135. package/@types/directive/validators/validators.d.ts +0 -149
  136. package/@types/filters/filter.d.ts +0 -4
  137. package/@types/filters/filters.d.ts +0 -38
  138. package/@types/filters/limit-to.d.ts +0 -4
  139. package/@types/filters/order-by.d.ts +0 -7
  140. package/@types/index.d.ts +0 -2
  141. package/@types/ng.d.ts +0 -8
  142. package/@types/router/common/trace.d.ts +0 -66
  143. package/@types/router/directives/state-directives.d.ts +0 -46
  144. package/@types/router/directives/view-directive.d.ts +0 -138
  145. package/@types/router/glob/glob.d.ts +0 -81
  146. package/@types/router/hooks/core-resolvables.d.ts +0 -2
  147. package/@types/router/hooks/ignored-transition.d.ts +0 -1
  148. package/@types/router/hooks/invalid-transition.d.ts +0 -1
  149. package/@types/router/hooks/lazy-load.d.ts +0 -42
  150. package/@types/router/hooks/on-enter-exit-retain.d.ts +0 -3
  151. package/@types/router/hooks/redirect-to.d.ts +0 -4
  152. package/@types/router/hooks/resolve.d.ts +0 -4
  153. package/@types/router/hooks/update-globals.d.ts +0 -1
  154. package/@types/router/hooks/url.d.ts +0 -5
  155. package/@types/router/hooks/views.d.ts +0 -5
  156. package/@types/router/params/interface.d.ts +0 -606
  157. package/@types/router/params/param-factory.d.ts +0 -16
  158. package/@types/router/params/param-type.d.ts +0 -59
  159. package/@types/router/params/param-types.d.ts +0 -36
  160. package/@types/router/params/param.d.ts +0 -71
  161. package/@types/router/params/state-params.d.ts +0 -12
  162. package/@types/router/path/path-node.d.ts +0 -38
  163. package/@types/router/path/path-utils.d.ts +0 -88
  164. package/@types/router/resolve/interface.d.ts +0 -200
  165. package/@types/router/resolve/resolvable.d.ts +0 -50
  166. package/@types/router/resolve/resolve-context.d.ts +0 -102
  167. package/@types/router/router.d.ts +0 -47
  168. package/@types/router/state/interface.d.ts +0 -983
  169. package/@types/router/state/state-builder.d.ts +0 -95
  170. package/@types/router/state/state-matcher.d.ts +0 -7
  171. package/@types/router/state/state-object.d.ts +0 -83
  172. package/@types/router/state/state-queue-manager.d.ts +0 -29
  173. package/@types/router/state/state-registry.d.ts +0 -134
  174. package/@types/router/state/state-service.d.ts +0 -419
  175. package/@types/router/state/target-state.d.ts +0 -102
  176. package/@types/router/state/views.d.ts +0 -58
  177. package/@types/router/state-filters.d.ts +0 -39
  178. package/@types/router/template-factory.d.ts +0 -117
  179. package/@types/router/transition/hook-builder.d.ts +0 -45
  180. package/@types/router/transition/hook-registry.d.ts +0 -102
  181. package/@types/router/transition/interface.d.ts +0 -880
  182. package/@types/router/transition/reject-factory.d.ts +0 -43
  183. package/@types/router/transition/transition-event-type.d.ts +0 -24
  184. package/@types/router/transition/transition-hook.d.ts +0 -86
  185. package/@types/router/transition/transition-service.d.ts +0 -116
  186. package/@types/router/transition/transition.d.ts +0 -396
  187. package/@types/router/url/url-config.d.ts +0 -99
  188. package/@types/router/url/url-matcher.d.ts +0 -174
  189. package/@types/router/url/url-rule.d.ts +0 -161
  190. package/@types/router/url/url-rules.d.ts +0 -249
  191. package/@types/router/url/url-service.d.ts +0 -254
  192. package/@types/router/view/interface.d.ts +0 -44
  193. package/@types/router/view/view.d.ts +0 -149
  194. package/@types/router/view-scroll.d.ts +0 -10
  195. package/@types/services/anchor-scroll.d.ts +0 -25
  196. package/@types/services/cookie-reader.d.ts +0 -4
  197. package/@types/services/http/http.d.ts +0 -134
  198. package/@types/services/http-backend/http-backend.d.ts +0 -58
  199. package/@types/services/sce/sce.d.ts +0 -238
  200. package/@types/services/template-request.d.ts +0 -55
  201. package/@types/shared/common.d.ts +0 -197
  202. package/@types/shared/hof.d.ts +0 -108
  203. package/@types/shared/predicates.d.ts +0 -17
  204. package/@types/shared/queue.d.ts +0 -64
  205. package/@types/shared/strings.d.ts +0 -58
  206. package/@types/shared/test-utils.d.ts +0 -18
  207. package/docs/static/typedoc/classes/NgModule.html +0 -32
  208. package/src/router/params/README.md +0 -8
@@ -1,138 +0,0 @@
1
- export function $ViewDirectiveFill(
2
- $compile: any,
3
- $controller: any,
4
- $transitions: any,
5
- ): {
6
- priority: number;
7
- compile: (tElement: any) => (scope: any, $element: any) => void;
8
- };
9
- export namespace $ViewDirectiveFill {
10
- let $inject: string[];
11
- }
12
- /**
13
- * `ng-view`: A viewport directive which is filled in by a view from the active state.
14
- *
15
- * ### Attributes
16
- *
17
- * - `name`: (Optional) A view name.
18
- * The name should be unique amongst the other views in the same state.
19
- * You can have views of the same name that live in different states.
20
- * The ng-view can be targeted in a View using the name ([[StateDeclaration.views]]).
21
- *
22
- * - `autoscroll`: an expression. When it evaluates to true, the `ng-view` will be scrolled into view when it is activated.
23
- * Uses [[$viewScroll]] to do the scrolling.
24
- *
25
- * - `onload`: Expression to evaluate whenever the view updates.
26
- *
27
- * #### Example:
28
- * A view can be unnamed or named.
29
- * ```html
30
- * <!-- Unnamed -->
31
- * <div ng-view></div>
32
- *
33
- * <!-- Named -->
34
- * <div ng-view="viewName"></div>
35
- *
36
- * <!-- Named (different style) -->
37
- * <ng-view name="viewName"></ng-view>
38
- * ```
39
- *
40
- * You can only have one unnamed view within any template (or root html). If you are only using a
41
- * single view and it is unnamed then you can populate it like so:
42
- *
43
- * ```html
44
- * <div ng-view></div>
45
- * $stateProvider.state("home", {
46
- * template: "<h1>HELLO!</h1>"
47
- * })
48
- * ```
49
- *
50
- * The above is a convenient shortcut equivalent to specifying your view explicitly with the
51
- * [[StateDeclaration.views]] config property, by name, in this case an empty name:
52
- *
53
- * ```js
54
- * $stateProvider.state("home", {
55
- * views: {
56
- * "": {
57
- * template: "<h1>HELLO!</h1>"
58
- * }
59
- * }
60
- * })
61
- * ```
62
- *
63
- * But typically you'll only use the views property if you name your view or have more than one view
64
- * in the same template. There's not really a compelling reason to name a view if its the only one,
65
- * but you could if you wanted, like so:
66
- *
67
- * ```html
68
- * <div ng-view="main"></div>
69
- * ```
70
- *
71
- * ```js
72
- * $stateProvider.state("home", {
73
- * views: {
74
- * "main": {
75
- * template: "<h1>HELLO!</h1>"
76
- * }
77
- * }
78
- * })
79
- * ```
80
- *
81
- * Really though, you'll use views to set up multiple views:
82
- *
83
- * ```html
84
- * <div ng-view></div>
85
- * <div ng-view="chart"></div>
86
- * <div ng-view="data"></div>
87
- * ```
88
- *
89
- * ```js
90
- * $stateProvider.state("home", {
91
- * views: {
92
- * "": {
93
- * template: "<h1>HELLO!</h1>"
94
- * },
95
- * "chart": {
96
- * template: "<chart_thing/>"
97
- * },
98
- * "data": {
99
- * template: "<data_thing/>"
100
- * }
101
- * }
102
- * })
103
- * ```
104
- *
105
- * #### Examples for `autoscroll`:
106
- * ```html
107
- * <!-- If autoscroll present with no expression,
108
- * then scroll ng-view into view -->
109
- * <ng-view autoscroll/>
110
- *
111
- * <!-- If autoscroll present with valid expression,
112
- * then scroll ng-view into view if expression evaluates to true -->
113
- * <ng-view autoscroll='true'/>
114
- * <ng-view autoscroll='false'/>
115
- * <ng-view autoscroll='scopeVariable'/>
116
- * ```
117
- *
118
- * Resolve data:
119
- *
120
- * The resolved data from the state's `resolve` block is placed on the scope as `$resolve` (this
121
- * can be customized using [[ViewDeclaration.resolveAs]]). This can be then accessed from the template.
122
- *
123
- * Note that when `controllerAs` is being used, `$resolve` is set on the controller instance *after* the
124
- * controller is instantiated. The `$onInit()` hook can be used to perform initialization code which
125
- * depends on `$resolve` data.
126
- *
127
- * #### Example:
128
- * ```js
129
- * $stateProvider.state('home', {
130
- * template: '<my-component user="$resolve.user"></my-component>',
131
- * resolve: {
132
- * user: function(UserService) { return UserService.fetchUser(); }
133
- * }
134
- * });
135
- * ```
136
- */
137
- /** @type {import("../../interface.js").AnnotatedDirectiveFactory} */
138
- export let ngView: import("../../interface.js").AnnotatedDirectiveFactory;
@@ -1,81 +0,0 @@
1
- /** Returns true if the string has glob-like characters in it
2
- * @param {string} text
3
- * @returns {boolean}
4
- */
5
- export function hasGlobs(text: string): boolean;
6
- /**
7
- * Matches state names using glob-like pattern strings.
8
- *
9
- * Globs can be used in specific APIs including:
10
- *
11
- * - [[StateService.is]]
12
- * - [[StateService.includes]]
13
- * - The first argument to Hook Registration functions like [[TransitionService.onStart]]
14
- * - [[HookMatchCriteria]] and [[HookMatchCriterion]]
15
- *
16
- * A `Glob` string is a pattern which matches state names.
17
- * Nested state names are split into segments (separated by a dot) when processing.
18
- * The state named `foo.bar.baz` is split into three segments ['foo', 'bar', 'baz']
19
- *
20
- * Globs work according to the following rules:
21
- *
22
- * ### Exact match:
23
- *
24
- * The glob `'A.B'` matches the state named exactly `'A.B'`.
25
- *
26
- * | Glob |Matches states named|Does not match state named|
27
- * |:------------|:--------------------|:---------------------|
28
- * | `'A'` | `'A'` | `'B'` , `'A.C'` |
29
- * | `'A.B'` | `'A.B'` | `'A'` , `'A.B.C'` |
30
- * | `'foo'` | `'foo'` | `'FOO'` , `'foo.bar'`|
31
- *
32
- * ### Single star (`*`)
33
- *
34
- * A single star (`*`) is a wildcard that matches exactly one segment.
35
- *
36
- * | Glob |Matches states named |Does not match state named |
37
- * |:------------|:---------------------|:--------------------------|
38
- * | `'*'` | `'A'` , `'Z'` | `'A.B'` , `'Z.Y.X'` |
39
- * | `'A.*'` | `'A.B'` , `'A.C'` | `'A'` , `'A.B.C'` |
40
- * | `'A.*.*'` | `'A.B.C'` , `'A.X.Y'`| `'A'`, `'A.B'` , `'Z.Y.X'`|
41
- *
42
- * ### Double star (`**`)
43
- *
44
- * A double star (`'**'`) is a wildcard that matches *zero or more segments*
45
- *
46
- * | Glob |Matches states named |Does not match state named |
47
- * |:------------|:----------------------------------------------|:----------------------------------|
48
- * | `'**'` | `'A'` , `'A.B'`, `'Z.Y.X'` | (matches all states) |
49
- * | `'A.**'` | `'A'` , `'A.B'` , `'A.C.X'` | `'Z.Y.X'` |
50
- * | `'**.X'` | `'X'` , `'A.X'` , `'Z.Y.X'` | `'A'` , `'A.login.Z'` |
51
- * | `'A.**.X'` | `'A.X'` , `'A.B.X'` , `'A.B.C.X'` | `'A'` , `'A.B.C'` |
52
- *
53
- */
54
- export class Glob {
55
- /** Returns a glob from the string, or null if the string isn't Glob-like
56
- * @param {string} text
57
- * @returns {?Glob}
58
- */
59
- static fromString(text: string): Glob | null;
60
- /**
61
- * @param {string} text
62
- */
63
- constructor(text: string);
64
- /**
65
- * @type {string}
66
- */
67
- text: string;
68
- /**
69
- * @type {string[]}
70
- */
71
- glob: string[];
72
- /**
73
- * @type {RegExp}
74
- */
75
- regexp: RegExp;
76
- /**
77
- * @param {string} name
78
- * @return {boolean}
79
- */
80
- matches(name: string): boolean;
81
- }
@@ -1,2 +0,0 @@
1
- export function registerAddCoreResolvables(transitionService: any): void;
2
- export function treeChangesCleanup(trans: any): void;
@@ -1 +0,0 @@
1
- export function registerIgnoredTransitionHook(transitionService: any): any;
@@ -1 +0,0 @@
1
- export function registerInvalidTransitionHook(transitionService: any): any;
@@ -1,42 +0,0 @@
1
- /**
2
- * A [[TransitionHookFn]] that performs lazy loading
3
- *
4
- * When entering a state "abc" which has a `lazyLoad` function defined:
5
- * - Invoke the `lazyLoad` function (unless it is already in process)
6
- * - Flag the hook function as "in process"
7
- * - The function should return a promise (that resolves when lazy loading is complete)
8
- * - Wait for the promise to settle
9
- * - If the promise resolves to a [[LazyLoadResult]], then register those states
10
- * - Flag the hook function as "not in process"
11
- * - If the hook was successful
12
- * - Remove the `lazyLoad` function from the state declaration
13
- * - If all the hooks were successful
14
- * - Retry the transition (by returning a TargetState)
15
- *
16
- * ```
17
- * .state('abc', {
18
- * component: 'fooComponent',
19
- * lazyLoad: () => import('./fooComponent')
20
- * });
21
- * ```
22
- *
23
- * See [[StateDeclaration.lazyLoad]]
24
- */
25
- export function registerLazyLoadHook(
26
- transitionService: any,
27
- stateService: any,
28
- urlService: any,
29
- stateRegistry: any,
30
- ): any;
31
- /**
32
- * Invokes a state's lazy load function
33
- *
34
- * @param transition a Transition context
35
- * @param state the state to lazy load
36
- * @returns A promise for the lazy load result
37
- */
38
- export function lazyLoadState(
39
- transition: any,
40
- state: any,
41
- stateRegistry: any,
42
- ): any;
@@ -1,3 +0,0 @@
1
- export function registerOnExitHook(transitionService: any): any;
2
- export function registerOnRetainHook(transitionService: any): any;
3
- export function registerOnEnterHook(transitionService: any): any;
@@ -1,4 +0,0 @@
1
- export function registerRedirectToHook(
2
- transitionService: any,
3
- stateService: any,
4
- ): void;
@@ -1,4 +0,0 @@
1
- export const RESOLVE_HOOK_PRIORITY: 1000;
2
- export function registerEagerResolvePath(transitionService: any): any;
3
- export function registerLazyResolveState(transitionService: any): any;
4
- export function registerResolveRemaining(transitionService: any): any;
@@ -1 +0,0 @@
1
- export function registerUpdateGlobalState(transitionService: any): any;
@@ -1,5 +0,0 @@
1
- export function registerUpdateUrl(
2
- transitionService: any,
3
- stateService: any,
4
- urlService: any,
5
- ): void;
@@ -1,5 +0,0 @@
1
- export function registerLoadEnteringViews(transitionService: any): any;
2
- export function registerActivateViews(
3
- transitionService: any,
4
- viewService: any,
5
- ): void;