@angular-wave/angular.ts 0.7.0-beta.0 → 0.7.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.
- package/.github/workflows/ci.yml +58 -14
- package/.github/workflows/gh-pages.yml +75 -0
- package/.husky/pre-commit +2 -0
- package/@types/animations/animate-children-directive.d.ts +4 -2
- package/@types/animations/animate-swap.d.ts +2 -2
- package/@types/animations/animate.d.ts +12 -5
- package/@types/animations/interface.d.ts +17 -0
- package/@types/animations/raf-scheduler.d.ts +29 -16
- package/@types/core/compile/attributes.d.ts +6 -3
- package/@types/core/compile/compile.d.ts +26 -19
- package/@types/core/controller/controller.d.ts +1 -1
- package/@types/core/di/injector.d.ts +1 -2
- package/@types/core/di/internal-injector.d.ts +15 -8
- package/@types/core/di/ng-module.d.ts +3 -4
- package/@types/core/error-handler.d.ts +7 -0
- package/@types/core/exception-handler.d.ts +5 -10
- package/@types/core/filter/filter.d.ts +20 -4
- package/@types/core/interpolate/interpolate.d.ts +3 -3
- package/@types/core/location/location.d.ts +1 -1
- package/@types/core/parse/interface.d.ts +79 -0
- package/@types/core/parse/interpreter.d.ts +19 -8
- package/@types/core/parse/parse.d.ts +2 -94
- package/@types/core/parse/parser/parser.d.ts +2 -2
- package/@types/core/pubsub/pubsub.d.ts +21 -0
- package/@types/core/sanitize/interface.d.ts +10 -0
- package/@types/core/sanitize/sanitize-uri.d.ts +31 -44
- package/@types/core/sce/sce.d.ts +107 -33
- package/@types/core/scope/scope.d.ts +26 -39
- package/@types/core/task-tracker-factory.d.ts +10 -5
- package/@types/directive/aria/aria.d.ts +4 -1
- package/@types/directive/bind/bind.d.ts +6 -6
- package/@types/directive/channel/channel.d.ts +2 -2
- package/@types/directive/class/class.d.ts +3 -3
- package/@types/directive/cloak/cloak.d.ts +2 -2
- package/@types/directive/controller/controller.d.ts +2 -2
- package/@types/directive/events/events.d.ts +4 -4
- package/@types/directive/form/form.d.ts +1 -1
- package/@types/directive/if/if.d.ts +2 -2
- package/@types/directive/include/include.d.ts +6 -20
- package/@types/directive/init/init.d.ts +2 -2
- package/@types/directive/input/input.d.ts +4 -4
- package/@types/directive/model/model.d.ts +10 -10
- package/@types/directive/model-options/model-options.d.ts +1 -1
- package/@types/directive/non-bindable/non-bindable.d.ts +2 -2
- package/@types/directive/observe/observe.d.ts +2 -2
- package/@types/directive/options/options.d.ts +2 -2
- package/@types/directive/repeat/repeat.d.ts +2 -2
- package/@types/directive/script/script.d.ts +2 -2
- package/@types/directive/select/select.d.ts +2 -2
- package/@types/directive/setter/setter.d.ts +6 -3
- package/@types/directive/show-hide/show-hide.d.ts +4 -4
- package/@types/directive/style/style.d.ts +2 -2
- package/@types/directive/switch/switch.d.ts +6 -6
- package/@types/directive/transclude/transclude.d.ts +3 -1
- package/@types/directive/validators/validators.d.ts +14 -14
- package/@types/filters/filter.d.ts +2 -7
- package/@types/filters/filters.d.ts +2 -2
- package/@types/filters/limit-to.d.ts +2 -6
- package/@types/filters/order-by.d.ts +4 -3
- package/@types/injection-tokens.d.ts +20 -0
- package/@types/interface.d.ts +302 -0
- package/@types/loader.d.ts +16 -18
- package/@types/public.d.ts +7 -8
- package/@types/router/common/glob.d.ts +25 -8
- package/@types/router/common/queue.d.ts +62 -13
- package/@types/router/common/trace.d.ts +8 -14
- package/@types/router/directives/state-directives.d.ts +11 -10
- package/@types/router/directives/view-directive.d.ts +3 -5
- package/@types/router/globals.d.ts +25 -7
- package/@types/router/params/interface.d.ts +606 -0
- package/@types/router/params/param.d.ts +1 -1
- package/@types/router/resolve/interface.d.ts +200 -0
- package/@types/router/state/interface.d.ts +983 -0
- package/@types/router/state/state-builder.d.ts +9 -2
- package/@types/router/state/state-object.d.ts +13 -3
- package/@types/router/state/state-registry.d.ts +18 -4
- package/@types/router/state/state-service.d.ts +18 -10
- package/@types/router/state/views.d.ts +14 -8
- package/@types/router/state-filters.d.ts +8 -4
- package/@types/router/template-factory.d.ts +4 -4
- package/@types/router/transition/interface.d.ts +876 -11
- package/@types/router/transition/transition-service.d.ts +4 -3
- package/@types/router/transition/transition.d.ts +25 -15
- package/@types/router/view/interface.d.ts +44 -0
- package/@types/router/view/view.d.ts +17 -5
- package/@types/services/anchor-scroll.d.ts +0 -1
- package/@types/shared/interface.d.ts +6 -0
- package/@types/shared/utils.d.ts +19 -44
- package/CHANGELOG.md +38 -38
- package/CODE_OF_CONDUCT.md +1 -1
- package/CONTRIBUTING.md +9 -9
- package/DEVELOPERS.md +30 -30
- package/Makefile +1 -1
- package/README.md +24 -26
- package/RELEASE.md +3 -3
- package/TRIAGING.md +3 -3
- package/dist/angular-ts.esm.js +4218 -3743
- package/dist/angular-ts.umd.js +4223 -3748
- package/dist/angular-ts.umd.min.js +1 -1
- package/docs/.cspell.yml +2 -2
- package/docs/.github/dependabot.yml +12 -12
- package/docs/README.md +10 -7
- package/docs/assets/icons/logo.svg +1 -0
- package/docs/assets/scss/_variables_project.scss +1 -0
- package/docs/content/en/_index.md +5 -64
- package/docs/content/en/docs/_index.md +3 -4
- package/docs/docker-compose.yaml +1 -0
- package/docs/go.mod +1 -1
- package/docs/go.sum +6 -6
- package/docs/hugo-disabled.toml +6 -7
- package/docs/hugo.yaml +45 -64
- package/docs/layouts/404.html +2 -8
- package/docs/layouts/_markup/render-heading.html +1 -0
- package/docs/package-lock.json +2293 -0
- package/docs/package.json +18 -7
- package/index.html +3 -12
- package/package.json +3 -3
- package/src/angular.spec.js +1 -99
- package/src/animations/animate-children-directive.js +4 -3
- package/src/animations/animate-css.js +2 -2
- package/src/animations/animate-css.md +1 -1
- package/src/animations/animate-queue.js +1 -1
- package/src/animations/animate-runner.js +3 -3
- package/src/animations/animate-swap.js +2 -2
- package/src/animations/animate.js +4 -2
- package/src/animations/animate.md +8 -8
- package/src/animations/animation.js +1 -0
- package/src/animations/interface.ts +19 -0
- package/src/animations/raf-scheduler.js +70 -54
- package/src/animations/raf-scheduler.spec.js +6 -0
- package/src/animations/shared.js +1 -1
- package/src/core/compile/attributes.js +17 -16
- package/src/core/compile/compile.js +2742 -2631
- package/src/core/compile/compile.md +13 -13
- package/src/core/compile/compile.spec.js +376 -479
- package/src/core/controller/controller.js +1 -1
- package/src/core/controller/controller.spec.js +27 -20
- package/src/core/di/injector.js +36 -11
- package/src/core/di/injector.md +6 -6
- package/src/core/di/internal-injector.js +21 -21
- package/src/core/di/ng-module.js +23 -10
- package/src/core/di/ng-module.spec.js +16 -16
- package/src/core/error-handler.ts +7 -0
- package/src/core/exception-handler.js +4 -9
- package/src/core/filter/filter.js +12 -4
- package/src/core/filter/filter.md +5 -5
- package/src/core/interpolate/interpolate.js +6 -6
- package/src/core/interpolate/interpolate.spec.js +1 -1
- package/src/core/location/location.js +3 -3
- package/src/core/parse/ast/ast.js +2 -2
- package/src/core/parse/ast/ast.spec.js +1 -9
- package/src/core/parse/interface.ts +84 -0
- package/src/core/parse/interpreter.js +33 -28
- package/src/core/parse/parse.js +14 -61
- package/src/core/parse/parse.md +6 -6
- package/src/core/parse/parser/parser.js +1 -1
- package/src/core/pubsub/pubsub.js +20 -0
- package/src/core/pubsub/pubsub.spec.js +14 -1
- package/src/core/sanitize/interface.ts +10 -0
- package/src/core/sanitize/sanitize-uri.js +47 -56
- package/src/core/sanitize/sanitize-uri.spec.js +1 -1
- package/src/core/sce/sce.js +376 -307
- package/src/core/sce/sce.md +13 -13
- package/src/core/scope/scope.js +121 -122
- package/src/core/scope/scope.spec.js +11 -11
- package/src/core/task-tracker-factory.js +7 -0
- package/src/directive/aria/aria.js +20 -21
- package/src/directive/attrs/attrs.js +2 -1
- package/src/directive/attrs/attrs.md +7 -7
- package/src/directive/bind/bind.js +7 -8
- package/src/directive/bind/bind.md +3 -3
- package/src/directive/channel/channel.js +1 -2
- package/src/directive/class/class.js +1 -2
- package/src/directive/cloak/cloak.js +1 -2
- package/src/directive/cloak/cloak.md +1 -1
- package/src/directive/controller/controller.js +1 -1
- package/src/directive/controller/controller.md +2 -2
- package/src/directive/events/events.js +3 -3
- package/src/directive/events/events.md +2 -2
- package/src/directive/form/form.js +5 -5
- package/src/directive/if/if.js +1 -1
- package/src/directive/include/include.js +23 -12
- package/src/directive/include/include.md +2 -2
- package/src/directive/include/include.spec.js +1 -0
- package/src/directive/init/init.js +1 -1
- package/src/directive/input/input-example.html +15 -0
- package/src/directive/input/input.js +15 -9
- package/src/directive/input/input.md +54 -54
- package/src/directive/input/input.spec.js +12 -14
- package/src/directive/messages/messages.js +4 -4
- package/src/directive/messages/messages.md +2 -2
- package/src/directive/model/model.js +3 -3
- package/src/directive/model-options/model-options.js +3 -3
- package/src/directive/model-options/model-options.md +1 -1
- package/src/directive/non-bindable/non-bindable.js +1 -2
- package/src/directive/non-bindable/non-bindable.md +1 -1
- package/src/directive/observe/observe.js +1 -1
- package/src/directive/observe/test.html +1 -1
- package/src/directive/options/options-example.html +13 -0
- package/src/directive/options/options.js +36 -26
- package/src/directive/options/options.md +1 -1
- package/src/directive/options/options.spec.js +207 -146
- package/src/directive/ref/ref.js +9 -4
- package/src/directive/repeat/repeat.js +15 -15
- package/src/directive/repeat/repeat.md +3 -3
- package/src/directive/script/script.js +3 -3
- package/src/directive/select/select.js +2 -2
- package/src/directive/select/select.md +3 -3
- package/src/directive/select/select.spec.js +1 -1
- package/src/directive/setter/setter.js +9 -7
- package/src/directive/setter/setter.spec.js +5 -4
- package/src/directive/show-hide/show-hide.js +2 -2
- package/src/directive/show-hide/show-hide.md +4 -4
- package/src/directive/style/style.js +2 -2
- package/src/directive/style/style.spec.js +1 -1
- package/src/directive/switch/switch.js +7 -8
- package/src/directive/transclude/transclude.js +2 -3
- package/src/directive/validators/validators.js +41 -40
- package/src/examples/counter.html +20 -0
- package/src/filters/filter.js +1 -1
- package/src/filters/filters.js +1 -1
- package/src/filters/limit-to.js +1 -1
- package/src/filters/order-by.js +5 -1
- package/src/filters/order-by.md +1 -1
- package/src/filters/order-by.spec.js +4 -4
- package/src/index.spec.js +11 -0
- package/src/injection-tokens.js +71 -0
- package/src/interface.ts +329 -0
- package/src/loader.js +22 -19
- package/src/loader.md +7 -7
- package/src/public.js +13 -8
- package/src/public.spec.js +1 -0
- package/src/router/common/{glob.html → common.html} +1 -0
- package/src/router/common/{glob.test.js → common.test.js} +1 -1
- package/src/router/common/glob.js +29 -7
- package/src/router/common/glob.spec.js +31 -1
- package/src/router/common/queue.js +69 -14
- package/src/router/common/queue.spec.js +80 -0
- package/src/router/common/trace.js +21 -15
- package/src/router/directives/component-example.html +37 -0
- package/src/router/directives/state-directives.js +14 -13
- package/src/router/directives/state-directives.spec.js +49 -46
- package/src/router/directives/view-directive.js +7 -8
- package/src/router/directives/view-directive.spec.js +1 -1
- package/src/router/globals.js +24 -5
- package/src/router/hooks/update-globals.js +2 -0
- package/src/router/params/interface.ts +626 -0
- package/src/router/params/param-types.js +2 -2
- package/src/router/params/param.js +1 -1
- package/src/router/resolve/interface.ts +208 -0
- package/src/router/resolve/resolvable.js +2 -2
- package/src/router/state/interface.ts +1007 -0
- package/src/router/state/state-builder.js +6 -2
- package/src/router/state/state-builder.spec.js +21 -15
- package/src/router/state/state-object.js +19 -5
- package/src/router/state/state-queue-manager.js +3 -5
- package/src/router/state/state-registry.js +21 -9
- package/src/router/state/state-service.js +14 -8
- package/src/router/state/views.js +9 -4
- package/src/router/state-filters.js +6 -0
- package/src/router/template-factory.js +2 -2
- package/src/router/template-factory.spec.js +15 -9
- package/src/router/transition/interface.ts +922 -0
- package/src/router/transition/transition-service.js +2 -1
- package/src/router/transition/transition.js +17 -7
- package/src/router/url/url-matcher.js +2 -2
- package/src/router/view/interface.ts +51 -0
- package/src/router/view/view.js +17 -10
- package/src/router/view/view.spec.js +3 -3
- package/src/router/view-scroll.spec.js +3 -4
- package/src/services/anchor-scroll.html +1 -1
- package/src/services/anchor-scroll.js +0 -4
- package/src/services/http/http.md +8 -8
- package/src/services/log.md +1 -1
- package/src/services/template-request.js +12 -8
- package/src/shared/dom.js +2 -2
- package/src/shared/interface.ts +6 -0
- package/src/shared/noderef.js +1 -3
- package/src/shared/utils.js +21 -53
- package/src/src.html +2 -1
- package/tsconfig.json +2 -1
- package/tsconfig.types.json +1 -0
- package/typedoc/assets/hierarchy.js +1 -1
- package/typedoc/assets/navigation.js +1 -1
- package/typedoc/assets/search.js +1 -1
- package/typedoc/classes/animations_animate-cache.AnimateCacheProvider.html +4 -40
- package/typedoc/classes/animations_animate-css-driver.AnimateCssDriverProvider.html +4 -58
- package/typedoc/classes/animations_animate-css.AnimateCssProvider.html +8 -44
- package/typedoc/classes/animations_animate-js-driver.AnimateJsDriverProvider.html +4 -58
- package/typedoc/classes/animations_animate-js.AnimateJsProvider.html +4 -58
- package/typedoc/classes/animations_animate-queue.AnimateQueueProvider.html +4 -69
- package/typedoc/classes/animations_animate-runner.AnimateAsyncRunFactoryProvider.html +4 -40
- package/typedoc/classes/animations_animate-runner.AnimateRunner.html +4 -263
- package/typedoc/classes/animations_animate-runner.AnimateRunnerFactoryProvider.html +4 -40
- package/typedoc/classes/animations_animate.AnimateProvider.html +42 -108
- package/typedoc/classes/animations_animation.AnimationProvider.html +8 -55
- package/typedoc/classes/animations_raf-scheduler.RafSchedulerProvider.html +246 -86
- package/typedoc/classes/core_cache_cache-factory.TemplateCacheProvider.html +4 -29
- package/typedoc/classes/core_compile_attributes.Attributes.html +22 -230
- package/typedoc/classes/core_compile_compile.CompileProvider.html +83 -160
- package/typedoc/classes/core_controller_controller.ControllerProvider.html +5 -74
- package/typedoc/classes/core_di_internal-injector.InjectorService.html +12 -144
- package/typedoc/classes/core_di_internal-injector.ProviderInjector.html +7 -119
- package/typedoc/classes/core_di_ng-module.NgModule.html +8 -260
- package/typedoc/classes/core_exception-handler.ExceptionHandlerProvider.html +9 -74
- package/typedoc/classes/core_filter_filter.FilterProvider.html +146 -76
- package/typedoc/classes/core_interpolate_interpolate.InterpolateProvider.html +12 -92
- package/typedoc/classes/core_location_location.Location.html +6 -388
- package/typedoc/classes/core_location_location.LocationHashbangUrl.html +6 -341
- package/typedoc/classes/core_location_location.LocationHtml5Url.html +6 -341
- package/typedoc/classes/core_location_location.LocationProvider.html +4 -113
- package/typedoc/classes/core_parse_ast_ast.AST.html +4 -359
- package/typedoc/classes/core_parse_interpreter.ASTInterpreter.html +60 -337
- package/typedoc/classes/core_parse_lexer_lexer.Lexer.html +4 -238
- package/typedoc/classes/core_parse_parse.ParseProvider.html +9 -57
- package/typedoc/classes/core_parse_parser_parser.Parser.html +6 -75
- package/typedoc/classes/core_pubsub_pubsub.PubSub.html +4 -146
- package/typedoc/classes/core_pubsub_pubsub.PubSubProvider.html +576 -0
- package/typedoc/classes/core_sanitize_sanitize-uri.SanitizeUriProvider.html +172 -344
- package/typedoc/classes/core_sce_sce.SceDelegateProvider.html +10 -146
- package/typedoc/classes/core_sce_sce.SceProvider.html +10 -63
- package/typedoc/classes/core_scope_scope.RootScopeProvider.html +6 -53
- package/typedoc/classes/core_scope_scope.Scope.html +179 -1493
- package/typedoc/classes/core_task-tracker-factory.TaskTracker.html +4 -84
- package/typedoc/classes/core_task-tracker-factory.TaskTrackerFactoryProvider.html +23 -128
- package/typedoc/classes/directive_aria_aria.AriaProvider.html +4 -51
- package/typedoc/classes/directive_form_form.FormController.html +5 -430
- package/typedoc/classes/directive_model_model.NgModelController.html +17 -996
- package/typedoc/classes/loader.Angular.html +72 -209
- package/typedoc/classes/router_common_glob.Glob.html +198 -171
- package/typedoc/classes/router_common_queue.Queue.html +252 -198
- package/typedoc/classes/router_common_trace.Trace.html +4 -249
- package/typedoc/classes/{router_globals.UIRouterGlobals.html → router_globals.RouterGlobals.html} +222 -109
- package/typedoc/classes/router_params_param-factory.ParamFactory.html +4 -73
- package/typedoc/classes/router_params_param-type.ParamType.html +4 -150
- package/typedoc/classes/router_params_param-types.ParamTypes.html +4 -95
- package/typedoc/classes/router_params_param.Param.html +4 -260
- package/typedoc/classes/router_params_state-params.StateParams.html +4 -40
- package/typedoc/classes/router_path_path-node.PathNode.html +4 -174
- package/typedoc/classes/router_path_path-utils.PathUtils.html +4 -128
- package/typedoc/classes/router_resolve_resolvable.Resolvable.html +4 -256
- package/typedoc/classes/router_resolve_resolve-context.ResolveContext.html +4 -150
- package/typedoc/classes/router_state-provider.StateProvider.html +4 -84
- package/typedoc/classes/router_state_state-builder.StateBuilder.html +4 -106
- package/typedoc/classes/router_state_state-matcher.StateMatcher.html +4 -73
- package/typedoc/classes/router_state_state-object.StateObject.html +155 -224
- package/typedoc/classes/router_state_state-queue-manager.StateQueueManager.html +4 -128
- package/typedoc/classes/router_state_state-registry.StateRegistryProvider.html +36 -334
- package/typedoc/classes/router_state_state-service.StateProvider.html +66 -336
- package/typedoc/classes/router_state_target-state.TargetState.html +4 -252
- package/typedoc/classes/{router_state_views.Ng1ViewConfig.html → router_state_views.ViewConfig.html} +58 -183
- package/typedoc/classes/router_template-factory.TemplateFactoryProvider.html +8 -209
- package/typedoc/classes/router_transition_hook-builder.HookBuilder.html +13 -75
- package/typedoc/classes/router_transition_hook-registry.RegisteredHook.html +4 -201
- package/typedoc/classes/router_transition_reject-factory.Rejection.html +4 -183
- package/typedoc/classes/router_transition_transition-event-type.TransitionEventType.html +4 -117
- package/typedoc/classes/router_transition_transition-hook.TransitionHook.html +4 -280
- package/typedoc/classes/router_transition_transition-service.TransitionProvider.html +11 -244
- package/typedoc/classes/router_transition_transition.Transition.html +412 -604
- package/typedoc/classes/router_url_url-config.UrlConfigProvider.html +4 -149
- package/typedoc/classes/router_url_url-matcher.UrlMatcher.html +4 -274
- package/typedoc/classes/router_url_url-rule.BaseUrlRule.html +4 -95
- package/typedoc/classes/router_url_url-rule.UrlRuleFactory.html +4 -124
- package/typedoc/classes/router_url_url-rules.UrlRules.html +4 -222
- package/typedoc/classes/router_url_url-service.UrlService.html +4 -373
- package/typedoc/classes/router_view-scroll.ViewScrollProvider.html +4 -69
- package/typedoc/classes/router_view_view.ViewService.html +166 -369
- package/typedoc/classes/services_anchor-scroll.AnchorScrollProvider.html +4 -164
- package/typedoc/classes/services_browser.Browser.html +4 -276
- package/typedoc/classes/services_browser.BrowserProvider.html +4 -29
- package/typedoc/classes/services_http-backend_http-backend.HttpBackendProvider.html +4 -40
- package/typedoc/classes/services_http_http.HttpParamSerializerProvider.html +4 -40
- package/typedoc/classes/services_http_http.HttpProvider.html +4 -84
- package/typedoc/classes/services_log.LogProvider.html +4 -91
- package/typedoc/classes/services_template-request.TemplateRequestProvider.html +8 -55
- package/typedoc/classes/shared_noderef.NodeRef.html +4 -301
- package/typedoc/enums/core_parse_ast-type.ASTType.html +4 -212
- package/typedoc/enums/router_common_trace.Category.html +492 -0
- package/typedoc/enums/router_transition_interface.TransitionHookPhase.html +10 -94
- package/typedoc/enums/router_transition_interface.TransitionHookScope.html +390 -0
- package/typedoc/enums/router_transition_reject-factory.RejectType.html +4 -80
- package/typedoc/functions/animations_animate-cache.animateCache.html +4 -84
- package/typedoc/functions/animations_animate-children-directive.__AnimateChildrenDirective.html +6 -31
- package/typedoc/functions/animations_animate-swap.ngAnimateSwapDirective.html +6 -31
- package/typedoc/functions/animations_shared.applyAnimationClassesFactory.html +4 -18
- package/typedoc/functions/animations_shared.applyAnimationFromStyles.html +4 -18
- package/typedoc/functions/animations_shared.applyAnimationStyles.html +4 -18
- package/typedoc/functions/animations_shared.applyAnimationToStyles.html +4 -18
- package/typedoc/functions/animations_shared.applyGeneratedPreparationClasses.html +4 -18
- package/typedoc/functions/animations_shared.applyInlineStyle.html +4 -18
- package/typedoc/functions/animations_shared.assertArg.html +4 -18
- package/typedoc/functions/animations_shared.blockKeyframeAnimations.html +4 -18
- package/typedoc/functions/animations_shared.clearGeneratedClasses.html +4 -18
- package/typedoc/functions/animations_shared.concatWithSpace.html +4 -18
- package/typedoc/functions/animations_shared.extractElementNode.html +4 -18
- package/typedoc/functions/animations_shared.mergeAnimationDetails.html +4 -18
- package/typedoc/functions/animations_shared.mergeClasses.html +4 -18
- package/typedoc/functions/animations_shared.packageStyles.html +4 -18
- package/typedoc/functions/animations_shared.pendClasses.html +4 -18
- package/typedoc/functions/animations_shared.prepareAnimationOptions.html +4 -18
- package/typedoc/functions/animations_shared.removeFromArray.html +4 -18
- package/typedoc/functions/animations_shared.resolveElementClasses.html +4 -18
- package/typedoc/functions/animations_shared.stripCommentsFromElement.html +4 -18
- package/typedoc/functions/core_controller_controller.identifierForController.html +4 -18
- package/typedoc/functions/core_di_injector.annotate.html +4 -18
- package/typedoc/functions/core_di_injector.createInjector.html +4 -18
- package/typedoc/functions/core_location_location.serverBase.html +4 -18
- package/typedoc/functions/core_location_location.stripBaseUrl.html +4 -18
- package/typedoc/functions/core_location_location.stripFile.html +4 -18
- package/typedoc/functions/core_location_location.stripHash.html +4 -18
- package/typedoc/functions/core_parse_interpreter.isAssignable.html +4 -18
- package/typedoc/functions/core_parse_parse.constantWatchDelegate.html +4 -18
- package/typedoc/functions/core_sce_sce.adjustMatcher.html +4 -18
- package/typedoc/functions/core_sce_sce.escapeForRegexp.html +4 -18
- package/typedoc/functions/core_scope_scope.createScope.html +4 -18
- package/typedoc/functions/core_scope_scope.nextId.html +4 -18
- package/typedoc/functions/core_url-utils_url-utils.getBaseUrl.html +4 -18
- package/typedoc/functions/core_url-utils_url-utils.urlIsAllowedOriginFactory.html +4 -18
- package/typedoc/functions/core_url-utils_url-utils.urlIsSameOrigin.html +4 -18
- package/typedoc/functions/core_url-utils_url-utils.urlIsSameOriginAsBaseUrl.html +4 -18
- package/typedoc/functions/core_url-utils_url-utils.urlResolve.html +4 -18
- package/typedoc/functions/core_url-utils_url-utils.urlsAreSameOrigin.html +4 -18
- package/typedoc/functions/directive_aria_aria.ngCheckedAriaDirective.html +4 -29
- package/typedoc/functions/directive_aria_aria.ngClickAriaDirective.html +6 -31
- package/typedoc/functions/directive_aria_aria.ngDblclickAriaDirective.html +4 -29
- package/typedoc/functions/directive_aria_aria.ngDisabledAriaDirective.html +4 -29
- package/typedoc/functions/directive_aria_aria.ngHideAriaDirective.html +4 -29
- package/typedoc/functions/directive_aria_aria.ngMessagesAriaDirective.html +4 -18
- package/typedoc/functions/directive_aria_aria.ngModelAriaDirective.html +4 -29
- package/typedoc/functions/directive_aria_aria.ngReadonlyAriaDirective.html +4 -29
- package/typedoc/functions/directive_aria_aria.ngRequiredAriaDirective.html +4 -29
- package/typedoc/functions/directive_aria_aria.ngShowAriaDirective.html +4 -29
- package/typedoc/functions/directive_aria_aria.ngValueAriaDirective.html +4 -29
- package/typedoc/functions/directive_bind_bind.ngBindDirective.html +6 -20
- package/typedoc/functions/directive_bind_bind.ngBindHtmlDirective.html +6 -31
- package/typedoc/functions/directive_bind_bind.ngBindTemplateDirective.html +6 -20
- package/typedoc/functions/directive_channel_channel.ngChannelDirective.html +6 -20
- package/typedoc/functions/directive_cloak_cloak.ngCloakDirective.html +6 -20
- package/typedoc/functions/directive_controller_controller.ngControllerDirective.html +6 -20
- package/typedoc/functions/directive_events_events.createEventDirective.html +10 -24
- package/typedoc/functions/directive_form_form.setupValidity.html +4 -18
- package/typedoc/functions/directive_if_if.ngIfDirective.html +6 -31
- package/typedoc/functions/directive_include_include.ngIncludeDirective.html +33 -178
- package/typedoc/functions/directive_include_include.ngIncludeFillContentDirective.html +6 -31
- package/typedoc/functions/directive_init_init.ngInitDirective.html +6 -20
- package/typedoc/functions/directive_input_input.badInputChecker.html +4 -18
- package/typedoc/functions/directive_input_input.countDecimals.html +4 -18
- package/typedoc/functions/directive_input_input.createDateInputType.html +4 -18
- package/typedoc/functions/directive_input_input.createDateParser.html +4 -18
- package/typedoc/functions/directive_input_input.hiddenInputBrowserCacheDirective.html +6 -20
- package/typedoc/functions/directive_input_input.inputDirective.html +4 -29
- package/typedoc/functions/directive_input_input.isNumberInteger.html +4 -18
- package/typedoc/functions/directive_input_input.isValidForStep.html +4 -18
- package/typedoc/functions/directive_input_input.ngValueDirective.html +6 -20
- package/typedoc/functions/directive_input_input.numberFormatterParser.html +4 -18
- package/typedoc/functions/directive_input_input.numberInputType.html +4 -18
- package/typedoc/functions/directive_input_input.rangeInputType.html +4 -18
- package/typedoc/functions/directive_input_input.weekParser.html +4 -18
- package/typedoc/functions/directive_messages_messages.ngMessagesDirective.html +4 -29
- package/typedoc/functions/directive_messages_messages.ngMessagesIncludeDirective.html +4 -29
- package/typedoc/functions/directive_model-options_model-options.ngModelOptionsDirective.html +6 -20
- package/typedoc/functions/directive_model_model.ngModelDirective.html +4 -18
- package/typedoc/functions/directive_non-bindable_non-bindable.ngNonBindableDirective.html +6 -20
- package/typedoc/functions/directive_observe_observe.ngObserveDirective.html +6 -20
- package/typedoc/functions/directive_ref_ref.ngRefDirective.html +4 -29
- package/typedoc/functions/directive_repeat_repeat.ngRepeatDirective.html +6 -31
- package/typedoc/functions/directive_script_script.scriptDirective.html +6 -31
- package/typedoc/functions/directive_select_select.optionDirective.html +4 -29
- package/typedoc/functions/directive_select_select.selectDirective.html +6 -20
- package/typedoc/functions/directive_setter_setter.ngSetterDirective.html +34 -33
- package/typedoc/functions/directive_show-hide_show-hide.ngHideDirective.html +6 -31
- package/typedoc/functions/directive_show-hide_show-hide.ngShowDirective.html +6 -31
- package/typedoc/functions/directive_style_style.ngStyleDirective.html +6 -20
- package/typedoc/functions/directive_switch_switch.ngSwitchDefaultDirective.html +6 -20
- package/typedoc/functions/directive_switch_switch.ngSwitchDirective.html +6 -31
- package/typedoc/functions/directive_switch_switch.ngSwitchWhenDirective.html +6 -20
- package/typedoc/functions/filters_filter.filterFilter.html +13 -92
- package/typedoc/functions/filters_filters.formatNumber.html +4 -18
- package/typedoc/functions/filters_filters.jsonFilter.html +14 -40
- package/typedoc/functions/filters_limit-to.limitToFilter.html +13 -106
- package/typedoc/functions/filters_order-by.orderByFilter.html +18 -80
- package/typedoc/functions/public.publishExternalAPI.html +12 -30
- package/typedoc/{types/types.Injectable.html → functions/router_common_glob.hasGlobs.html} +53 -41
- package/typedoc/functions/router_directives_state-directives._StateRefActiveDirective.html +15 -33
- package/typedoc/functions/router_directives_state-directives._StateRefDirective.html +4 -29
- package/typedoc/functions/router_directives_state-directives._StateRefDynamicDirective.html +17 -102
- package/typedoc/functions/router_directives_view-directive._ViewDirectiveFill.html +4 -39
- package/typedoc/functions/router_hooks_core-resolvables.registerAddCoreResolvables.html +4 -18
- package/typedoc/functions/router_hooks_core-resolvables.treeChangesCleanup.html +4 -18
- package/typedoc/functions/router_hooks_ignored-transition.registerIgnoredTransitionHook.html +4 -18
- package/typedoc/functions/router_hooks_invalid-transition.registerInvalidTransitionHook.html +4 -18
- package/typedoc/functions/router_hooks_lazy-load.lazyLoadState.html +4 -18
- package/typedoc/functions/router_hooks_lazy-load.registerLazyLoadHook.html +4 -18
- package/typedoc/functions/router_hooks_on-enter-exit-retain.registerOnEnterHook.html +4 -18
- package/typedoc/functions/router_hooks_on-enter-exit-retain.registerOnExitHook.html +4 -18
- package/typedoc/functions/router_hooks_on-enter-exit-retain.registerOnRetainHook.html +4 -18
- package/typedoc/functions/router_hooks_redirect-to.registerRedirectToHook.html +4 -18
- package/typedoc/functions/router_hooks_resolve.registerEagerResolvePath.html +4 -18
- package/typedoc/functions/router_hooks_resolve.registerLazyResolveState.html +4 -18
- package/typedoc/functions/router_hooks_resolve.registerResolveRemaining.html +4 -18
- package/typedoc/functions/router_hooks_update-globals.registerUpdateGlobalState.html +4 -18
- package/typedoc/functions/router_hooks_url.registerUpdateUrl.html +4 -18
- package/typedoc/functions/router_hooks_views.registerActivateViews.html +4 -18
- package/typedoc/functions/router_hooks_views.registerLoadEnteringViews.html +4 -18
- package/typedoc/functions/router_path_path-utils.makeTargetState.html +4 -18
- package/typedoc/functions/router_state-filters._IncludedByStateFilter.html +18 -65
- package/typedoc/functions/router_state-filters._IsStateFilter.html +15 -59
- package/typedoc/functions/router_state_state-builder.resolvablesBuilder.html +4 -18
- package/typedoc/functions/router_state_state-registry.getLocals.html +4 -18
- package/typedoc/functions/{router_state_views.getNg1ViewConfigFactory.html → router_state_views.getViewConfigFactory.html} +14 -30
- package/typedoc/functions/router_state_views.ng1ViewsBuilder.html +4 -18
- package/typedoc/functions/router_transition_hook-registry.makeEvent.html +4 -18
- package/typedoc/functions/router_transition_hook-registry.matchState.html +4 -18
- package/typedoc/functions/services_browser.trimEmptyHash.html +4 -18
- package/typedoc/functions/services_cookie-reader.getCookies.html +4 -18
- package/typedoc/functions/services_http-backend_http-backend.createHttpBackend.html +4 -18
- package/typedoc/functions/services_http_http.defaultHttpResponseTransform.html +4 -18
- package/typedoc/functions/shared_common._removeFrom.html +4 -18
- package/typedoc/functions/shared_common.allTrueR.html +4 -18
- package/typedoc/functions/shared_common.ancestors.html +4 -18
- package/typedoc/functions/shared_common.anyTrueR.html +4 -18
- package/typedoc/functions/shared_common.applyPairs.html +4 -18
- package/typedoc/functions/shared_common.arrayTuples.html +4 -18
- package/typedoc/functions/shared_common.assertFn.html +4 -18
- package/typedoc/functions/shared_common.copy.html +4 -18
- package/typedoc/functions/shared_common.createProxyFunctions.html +4 -18
- package/typedoc/functions/shared_common.defaults.html +4 -18
- package/typedoc/functions/shared_common.deregAll.html +4 -18
- package/typedoc/functions/shared_common.equals.html +4 -18
- package/typedoc/functions/shared_common.filter.html +4 -18
- package/typedoc/functions/shared_common.find.html +4 -18
- package/typedoc/functions/shared_common.flatten.html +4 -18
- package/typedoc/functions/shared_common.flattenR.html +4 -18
- package/typedoc/functions/shared_common.inherit.html +4 -18
- package/typedoc/functions/shared_common.map.html +4 -18
- package/typedoc/functions/shared_common.omit.html +4 -18
- package/typedoc/functions/shared_common.pairs.html +4 -18
- package/typedoc/functions/shared_common.pick.html +4 -18
- package/typedoc/functions/shared_common.pushR.html +4 -18
- package/typedoc/functions/shared_common.silenceUncaughtInPromise.html +4 -18
- package/typedoc/functions/shared_common.silentRejection.html +4 -18
- package/typedoc/functions/shared_common.tail.html +4 -18
- package/typedoc/functions/shared_common.uniqR.html +4 -18
- package/typedoc/functions/shared_common.unnest.html +4 -18
- package/typedoc/functions/shared_common.unnestR.html +4 -18
- package/typedoc/functions/shared_dom.appendNodesToElement.html +4 -18
- package/typedoc/functions/shared_dom.buildFragment.html +4 -18
- package/typedoc/functions/shared_dom.cleanElementData.html +4 -18
- package/typedoc/functions/shared_dom.createElementFromHTML.html +4 -18
- package/typedoc/functions/shared_dom.createNodelistFromHTML.html +4 -18
- package/typedoc/functions/shared_dom.dealoc.html +4 -18
- package/typedoc/functions/shared_dom.deleteCacheData.html +4 -18
- package/typedoc/functions/shared_dom.domInsert.html +4 -18
- package/typedoc/functions/shared_dom.emptyElement.html +4 -18
- package/typedoc/functions/shared_dom.getBlockNodes.html +4 -18
- package/typedoc/functions/shared_dom.getBooleanAttrName.html +4 -18
- package/typedoc/functions/shared_dom.getCacheData.html +4 -18
- package/typedoc/functions/shared_dom.getController.html +4 -18
- package/typedoc/functions/shared_dom.getExpando.html +4 -18
- package/typedoc/functions/shared_dom.getInheritedData.html +4 -18
- package/typedoc/functions/shared_dom.getInjector.html +4 -18
- package/typedoc/functions/shared_dom.getIsolateScope.html +4 -18
- package/typedoc/functions/shared_dom.getOrSetCacheData.html +4 -18
- package/typedoc/functions/shared_dom.getScope.html +4 -18
- package/typedoc/functions/shared_dom.isRoot.html +4 -18
- package/typedoc/functions/shared_dom.isTextNode.html +4 -18
- package/typedoc/functions/shared_dom.kebabToCamel.html +4 -18
- package/typedoc/functions/shared_dom.parseHtml.html +4 -18
- package/typedoc/functions/shared_dom.removeElement.html +4 -18
- package/typedoc/functions/shared_dom.removeElementData.html +4 -18
- package/typedoc/functions/shared_dom.setCacheData.html +4 -18
- package/typedoc/functions/shared_dom.setInheritedData.html +4 -18
- package/typedoc/functions/shared_dom.setIsolateScope.html +4 -18
- package/typedoc/functions/shared_dom.setScope.html +4 -18
- package/typedoc/functions/shared_dom.snakeToCamel.html +4 -18
- package/typedoc/functions/shared_dom.startingTag.html +4 -18
- package/typedoc/functions/shared_hof.all.html +4 -18
- package/typedoc/functions/shared_hof.compose.html +4 -18
- package/typedoc/functions/shared_hof.curry.html +4 -18
- package/typedoc/functions/shared_hof.is.html +4 -18
- package/typedoc/functions/shared_hof.or.html +4 -18
- package/typedoc/functions/shared_hof.parse.html +4 -18
- package/typedoc/functions/shared_hof.pattern.html +4 -18
- package/typedoc/functions/shared_hof.pipe.html +4 -18
- package/typedoc/functions/shared_hof.val.html +4 -18
- package/typedoc/functions/shared_predicates.isInjectable.html +4 -18
- package/typedoc/functions/shared_predicates.isPromise.html +4 -18
- package/typedoc/functions/shared_strings.beforeAfterSubstr.html +4 -18
- package/typedoc/functions/shared_strings.fnToString.html +4 -18
- package/typedoc/functions/shared_strings.functionToString.html +4 -18
- package/typedoc/functions/shared_strings.joinNeighborsR.html +4 -18
- package/typedoc/functions/shared_strings.kebobString.html +4 -18
- package/typedoc/functions/shared_strings.maxLength.html +4 -18
- package/typedoc/functions/shared_strings.padString.html +4 -18
- package/typedoc/functions/shared_strings.splitOnDelim.html +4 -18
- package/typedoc/functions/shared_strings.stringify.html +4 -18
- package/typedoc/functions/shared_strings.stripLastPathElement.html +4 -18
- package/typedoc/functions/shared_strings.trimHashVal.html +4 -18
- package/typedoc/functions/shared_test-utils.bootstrap.html +4 -18
- package/typedoc/functions/shared_test-utils.browserTrigger.html +4 -18
- package/typedoc/functions/shared_test-utils.wait.html +4 -18
- package/typedoc/functions/shared_utils.addDateMinutes.html +4 -18
- package/typedoc/functions/shared_utils.arrayRemove.html +4 -18
- package/typedoc/functions/shared_utils.assert.html +4 -18
- package/typedoc/functions/shared_utils.assertArg.html +4 -18
- package/typedoc/functions/shared_utils.assertArgFn.html +4 -18
- package/typedoc/functions/shared_utils.assertNotHasOwnProperty.html +4 -18
- package/typedoc/functions/shared_utils.baseExtend.html +4 -18
- package/typedoc/functions/shared_utils.bind.html +4 -18
- package/typedoc/functions/shared_utils.concat.html +4 -18
- package/typedoc/functions/shared_utils.convertTimezoneToLocal.html +4 -18
- package/typedoc/functions/shared_utils.csp.html +4 -18
- package/typedoc/functions/shared_utils.directiveNormalize.html +4 -18
- package/typedoc/functions/shared_utils.encodeUriQuery.html +4 -18
- package/typedoc/functions/shared_utils.encodeUriSegment.html +4 -18
- package/typedoc/functions/shared_utils.equals.html +4 -18
- package/typedoc/functions/shared_utils.errorHandlingConfig.html +4 -18
- package/typedoc/functions/shared_utils.extend.html +5 -19
- package/typedoc/functions/shared_utils.fromJson.html +4 -18
- package/typedoc/functions/shared_utils.getNgAttribute.html +4 -18
- package/typedoc/functions/shared_utils.getNodeName.html +4 -18
- package/typedoc/functions/shared_utils.hasAnimate.html +4 -18
- package/typedoc/functions/shared_utils.hasCustomToString.html +4 -18
- package/typedoc/functions/{shared_utils.merge.html → shared_utils.hasOwn.html} +45 -106
- package/typedoc/functions/shared_utils.hashKey.html +4 -18
- package/typedoc/functions/shared_utils.includes.html +4 -18
- package/typedoc/functions/shared_utils.inherit.html +4 -18
- package/typedoc/functions/shared_utils.isArrayBuffer.html +4 -18
- package/typedoc/functions/shared_utils.isArrayLike.html +7 -18
- package/typedoc/functions/shared_utils.isBlankObject.html +8 -18
- package/typedoc/functions/shared_utils.isBlob.html +4 -18
- package/typedoc/functions/shared_utils.isBoolean.html +4 -18
- package/typedoc/functions/shared_utils.isDate.html +4 -18
- package/typedoc/functions/shared_utils.isDefined.html +4 -18
- package/typedoc/functions/shared_utils.isElement.html +4 -18
- package/typedoc/functions/shared_utils.isError.html +4 -18
- package/typedoc/functions/shared_utils.isFile.html +4 -18
- package/typedoc/functions/shared_utils.isFormData.html +4 -18
- package/typedoc/functions/shared_utils.isFunction.html +4 -18
- package/typedoc/functions/shared_utils.isNull.html +4 -18
- package/typedoc/functions/shared_utils.isNullOrUndefined.html +4 -18
- package/typedoc/functions/shared_utils.isNumber.html +4 -18
- package/typedoc/functions/shared_utils.isNumberNaN.html +4 -18
- package/typedoc/functions/shared_utils.isObject.html +4 -18
- package/typedoc/functions/shared_utils.isObjectEmpty.html +4 -18
- package/typedoc/functions/shared_utils.isPromiseLike.html +4 -18
- package/typedoc/functions/shared_utils.isProxy.html +4 -18
- package/typedoc/functions/shared_utils.isRegExp.html +4 -18
- package/typedoc/functions/shared_utils.isScope.html +4 -18
- package/typedoc/functions/shared_utils.isString.html +4 -18
- package/typedoc/functions/shared_utils.isTypedArray.html +4 -18
- package/typedoc/functions/shared_utils.isUndefined.html +4 -18
- package/typedoc/functions/shared_utils.isValidObjectMaxDepth.html +4 -18
- package/typedoc/functions/shared_utils.isWindow.html +4 -18
- package/typedoc/functions/shared_utils.lowercase.html +4 -18
- package/typedoc/functions/shared_utils.mergeClasses.html +4 -18
- package/typedoc/functions/shared_utils.minErr.html +5 -19
- package/typedoc/functions/shared_utils.nextUid.html +4 -18
- package/typedoc/functions/shared_utils.parseKeyValue.html +4 -18
- package/typedoc/functions/shared_utils.setHashKey.html +4 -18
- package/typedoc/functions/shared_utils.shallowCopy.html +4 -18
- package/typedoc/functions/shared_utils.simpleCompare.html +4 -18
- package/typedoc/functions/shared_utils.sliceArgs.html +4 -18
- package/typedoc/functions/shared_utils.snakeCase.html +4 -18
- package/typedoc/functions/shared_utils.stringify.html +4 -18
- package/typedoc/functions/shared_utils.timezoneToOffset.html +4 -18
- package/typedoc/functions/shared_utils.toDebugString.html +4 -18
- package/typedoc/functions/shared_utils.toInt.html +4 -18
- package/typedoc/functions/shared_utils.toJson.html +5 -19
- package/typedoc/functions/shared_utils.toKeyValue.html +4 -18
- package/typedoc/functions/shared_utils.trim.html +4 -18
- package/typedoc/functions/shared_utils.tryDecodeURIComponent.html +9 -19
- package/typedoc/functions/shared_utils.uppercase.html +4 -18
- package/typedoc/hierarchy.html +8 -11
- package/typedoc/index.html +29 -32
- package/typedoc/interfaces/animations_animate.AnimationOptions.html +4 -62
- package/typedoc/interfaces/{types.Annotated.html → animations_raf-scheduler.ServiceProvider.html} +47 -51
- package/typedoc/interfaces/core_cache_cache.ExpandoStore.html +4 -51
- package/typedoc/interfaces/core_compile_compile.LinkFnMapping.html +20 -67
- package/typedoc/interfaces/core_compile_compile.NodeLinkFnCtx.html +596 -0
- package/typedoc/interfaces/core_compile_compile.SimpleChange.html +4 -40
- package/typedoc/interfaces/core_location_location.DefaultPorts.html +4 -51
- package/typedoc/interfaces/core_location_location.Html5Mode.html +4 -51
- package/typedoc/interfaces/core_parse_ast_ast.Token.html +4 -84
- package/typedoc/interfaces/{core_parse_parse.CompiledExpressionHandlerMap.html → core_parse_interface.CompiledExpressionHandlerMap.html} +22 -75
- package/typedoc/interfaces/{core_parse_parse.CompiledExpressionProps.html → core_parse_interface.CompiledExpressionProps.html} +189 -137
- package/typedoc/interfaces/core_parse_lexer_lexer.LexerOptions.html +4 -40
- package/typedoc/interfaces/core_parse_parser_parser.ParsedAST.html +4 -29
- package/typedoc/interfaces/core_sanitize_interface.SanitizerFn.html +305 -0
- package/typedoc/interfaces/core_scope_scope.AsyncQueueTask.html +4 -51
- package/typedoc/interfaces/core_scope_scope.Listener.html +6 -108
- package/typedoc/interfaces/directive_model-options_model-options.ModelOptionsConfig.html +4 -73
- package/typedoc/interfaces/{types.ChangesObject.html → interface.ChangesObject.html} +29 -101
- package/typedoc/interfaces/interface.ComponentOptions.html +712 -0
- package/typedoc/interfaces/{types.Controller.html → interface.Controller.html} +19 -119
- package/typedoc/interfaces/{types.Directive.html → interface.Directive.html} +159 -323
- package/typedoc/interfaces/{types.DirectivePrePost.html → interface.DirectivePrePost.html} +18 -53
- package/typedoc/interfaces/interface.NgModelController.html +1362 -0
- package/typedoc/interfaces/{types.NgModelOptions.html → interface.NgModelOptions.html} +32 -105
- package/typedoc/interfaces/interface.Provider.html +1056 -0
- package/typedoc/interfaces/interface.TranscludeFunctionObject.html +723 -0
- package/typedoc/interfaces/loader.AngularBootstrapConfig.html +4 -29
- package/typedoc/interfaces/router_params_interface.ParamDeclaration.html +1211 -0
- package/typedoc/interfaces/router_params_interface.ParamTypeDefinition.html +1273 -0
- package/typedoc/interfaces/router_params_interface.RawParams.html +295 -0
- package/typedoc/interfaces/router_params_interface.Replace.html +429 -0
- package/typedoc/{types/animations_raf-scheduler.RafSchedulerFunction.html → interfaces/router_resolve_interface.CustomAsyncPolicy.html} +51 -26
- package/typedoc/interfaces/router_resolve_interface.ProviderLike.html +580 -0
- package/typedoc/interfaces/router_resolve_interface.ResolvableLiteral.html +601 -0
- package/typedoc/interfaces/router_resolve_interface.ResolvePolicy.html +638 -0
- package/typedoc/interfaces/router_state_interface.HrefOptions.html +530 -0
- package/typedoc/interfaces/{types.ServiceProviderClass.html → router_state_interface.LazyLoadResult.html} +46 -51
- package/typedoc/interfaces/router_state_interface.StateDeclaration.html +2461 -0
- package/typedoc/interfaces/router_state_interface.TargetStateDef.html +468 -0
- package/typedoc/interfaces/router_state_interface.TransitionPromise.html +1192 -0
- package/typedoc/interfaces/router_state_interface.ViewDeclaration.html +1499 -0
- package/typedoc/interfaces/router_template-factory.BindingTuple.html +4 -40
- package/typedoc/interfaces/router_transition_interface.HookMatchCriteria.html +719 -0
- package/typedoc/interfaces/router_transition_interface.HookRegOptions.html +482 -0
- package/typedoc/interfaces/router_transition_interface.IHookRegistry.html +2969 -0
- package/typedoc/interfaces/router_transition_interface.IMatchingNodes.html +594 -0
- package/typedoc/interfaces/{animations_raf-scheduler.RafSchedulerObject.html → router_transition_interface.PathType.html} +64 -52
- package/typedoc/interfaces/router_transition_interface.PathTypes.html +588 -0
- package/typedoc/{variables/core_di_ng-module.PROVIDE_LITERAL.html → interfaces/router_transition_interface.RegisteredHooks.html} +27 -24
- package/typedoc/{functions/shared_utils.replaceInline.html → interfaces/router_transition_interface.TransitionCreateHookFn.html} +44 -59
- package/typedoc/interfaces/router_transition_interface.TransitionHookFn.html +352 -0
- package/typedoc/interfaces/router_transition_interface.TransitionHookOptions.html +627 -0
- package/typedoc/interfaces/router_transition_interface.TransitionOptions.html +1096 -0
- package/typedoc/interfaces/router_transition_interface.TransitionStateHookFn.html +374 -0
- package/typedoc/interfaces/router_transition_interface.TreeChanges.html +769 -0
- package/typedoc/interfaces/{types.TranscludeFunctionObject.html → router_view_interface.ActiveUIView.html} +197 -199
- package/typedoc/interfaces/router_view_interface.ViewConfig.html +651 -0
- package/typedoc/interfaces/{types.OnChangesObject.html → router_view_interface.ViewContext.html} +65 -58
- package/typedoc/interfaces/services_anchor-scroll.AnchorScrollObject.html +4 -29
- package/typedoc/interfaces/services_log.LogService.html +4 -80
- package/typedoc/{types/core_parse_parse.CompiledExpressionFunction.html → interfaces/shared_interface.TypedMap.html} +28 -26
- package/typedoc/interfaces/shared_utils.ErrorHandlingConfig.html +4 -40
- package/typedoc/media/CONTRIBUTING.md +9 -9
- package/typedoc/media/DEVELOPERS.md +30 -30
- package/typedoc/modules/animations_animate-cache.html +4 -7
- package/typedoc/modules/animations_animate-children-directive.html +4 -9
- package/typedoc/modules/animations_animate-css-driver.html +4 -7
- package/typedoc/modules/animations_animate-css.html +4 -7
- package/typedoc/modules/animations_animate-js-driver.html +4 -7
- package/typedoc/modules/animations_animate-js.html +4 -7
- package/typedoc/modules/animations_animate-queue.html +4 -7
- package/typedoc/modules/animations_animate-runner.html +4 -7
- package/typedoc/modules/animations_animate-swap.html +4 -7
- package/typedoc/modules/animations_animate.html +4 -7
- package/typedoc/modules/animations_animation.html +4 -7
- package/typedoc/modules/animations_interface.html +322 -0
- package/typedoc/modules/animations_raf-scheduler.html +19 -52
- package/typedoc/modules/animations_shared.html +4 -7
- package/typedoc/modules/core_cache_cache-factory.html +4 -7
- package/typedoc/modules/core_cache_cache.html +4 -7
- package/typedoc/modules/core_compile_attributes.html +4 -7
- package/typedoc/modules/core_compile_compile.html +31 -7
- package/typedoc/modules/core_controller_controller.html +4 -7
- package/typedoc/modules/core_di_injector.html +4 -65
- package/typedoc/modules/core_di_internal-injector.html +4 -7
- package/typedoc/modules/core_di_ng-module.html +4 -34
- package/typedoc/{types/types.AnnotatedFunction.html → modules/core_error-handler.html} +86 -35
- package/typedoc/modules/core_exception-handler.html +52 -19
- package/typedoc/modules/core_filter_filter.html +4 -7
- package/typedoc/modules/core_interpolate_interpolate.html +4 -7
- package/typedoc/modules/core_location_location.html +4 -7
- package/typedoc/modules/core_parse_ast-type.html +4 -7
- package/typedoc/modules/core_parse_ast_ast-node.html +4 -7
- package/typedoc/modules/core_parse_ast_ast.html +4 -69
- package/typedoc/modules/core_parse_interface.html +470 -0
- package/typedoc/modules/core_parse_interpreter.html +4 -7
- package/typedoc/modules/core_parse_lexer_lexer.html +4 -7
- package/typedoc/modules/core_parse_lexer_token.html +4 -7
- package/typedoc/modules/core_parse_parse.html +4 -220
- package/typedoc/modules/core_parse_parser_parser.html +4 -7
- package/typedoc/modules/core_pubsub_pubsub.html +95 -7
- package/typedoc/modules/core_sanitize_interface.html +320 -0
- package/typedoc/modules/core_sanitize_sanitize-uri.html +68 -7
- package/typedoc/modules/core_sce_sce.html +5 -8
- package/typedoc/modules/core_scope_scope.html +4 -7
- package/typedoc/modules/core_task-tracker-factory.html +134 -7
- package/typedoc/modules/core_url-utils_url-utils.html +4 -7
- package/typedoc/modules/directive_aria_aria.html +4 -7
- package/typedoc/modules/directive_attrs_attrs.html +4 -7
- package/typedoc/modules/directive_bind_bind.html +4 -7
- package/typedoc/modules/directive_channel_channel.html +4 -7
- package/typedoc/modules/directive_class_class.html +4 -7
- package/typedoc/modules/directive_cloak_cloak.html +4 -7
- package/typedoc/modules/directive_controller_controller.html +4 -7
- package/typedoc/modules/directive_events_events.html +4 -7
- package/typedoc/modules/directive_form_form.html +4 -7
- package/typedoc/modules/directive_if_if.html +4 -7
- package/typedoc/modules/directive_include_include.html +4 -7
- package/typedoc/modules/directive_init_init.html +4 -7
- package/typedoc/modules/directive_input_input.html +4 -7
- package/typedoc/modules/directive_messages_messages.html +4 -7
- package/typedoc/modules/directive_model-options_model-options.html +4 -9
- package/typedoc/modules/directive_model_model.html +4 -7
- package/typedoc/modules/directive_non-bindable_non-bindable.html +4 -9
- package/typedoc/modules/directive_observe_observe.html +4 -7
- package/typedoc/modules/directive_options_options.html +4 -7
- package/typedoc/modules/directive_ref_ref.html +4 -7
- package/typedoc/modules/directive_repeat_repeat.html +4 -7
- package/typedoc/modules/directive_script_script.html +4 -7
- package/typedoc/modules/directive_select_select.html +4 -7
- package/typedoc/modules/directive_setter_setter.html +4 -7
- package/typedoc/modules/directive_show-hide_show-hide.html +4 -7
- package/typedoc/modules/directive_style_style.html +4 -7
- package/typedoc/modules/directive_switch_switch.html +4 -7
- package/typedoc/modules/directive_transclude_transclude.html +4 -7
- package/typedoc/modules/directive_validators_validators.html +4 -7
- package/typedoc/modules/filters_filter.html +4 -7
- package/typedoc/modules/filters_filters.html +4 -7
- package/typedoc/modules/filters_limit-to.html +4 -7
- package/typedoc/modules/filters_order-by.html +4 -7
- package/typedoc/modules/index.html +4 -84
- package/typedoc/{types/types.transcludeWithScope.html → modules/injection-tokens.html} +84 -27
- package/typedoc/modules/{types.html → interface.html} +111 -420
- package/typedoc/modules/loader.html +4 -7
- package/typedoc/modules/public.html +4 -7
- package/typedoc/modules/router_common_glob.html +66 -188
- package/typedoc/modules/router_common_queue.html +4 -7
- package/typedoc/modules/router_common_trace.html +69 -34
- package/typedoc/modules/router_directives_state-directives.html +4 -7
- package/typedoc/modules/router_directives_view-directive.html +4 -7
- package/typedoc/modules/router_globals.html +74 -13
- package/typedoc/modules/router_hooks_core-resolvables.html +4 -7
- package/typedoc/modules/router_hooks_ignored-transition.html +4 -7
- package/typedoc/modules/router_hooks_invalid-transition.html +4 -7
- package/typedoc/modules/router_hooks_lazy-load.html +4 -7
- package/typedoc/modules/router_hooks_on-enter-exit-retain.html +4 -7
- package/typedoc/modules/router_hooks_redirect-to.html +4 -7
- package/typedoc/modules/router_hooks_resolve.html +4 -7
- package/typedoc/modules/router_hooks_update-globals.html +4 -7
- package/typedoc/modules/router_hooks_url.html +4 -7
- package/typedoc/modules/router_hooks_views.html +4 -7
- package/typedoc/modules/router_params_interface.html +402 -0
- package/typedoc/modules/router_params_param-factory.html +4 -7
- package/typedoc/modules/router_params_param-type.html +4 -7
- package/typedoc/modules/router_params_param-types.html +4 -7
- package/typedoc/modules/router_params_param.html +4 -7
- package/typedoc/modules/router_params_state-params.html +4 -7
- package/typedoc/modules/router_path_path-node.html +4 -7
- package/typedoc/modules/router_path_path-utils.html +4 -7
- package/typedoc/modules/router_resolve_interface.html +521 -0
- package/typedoc/modules/router_resolve_resolvable.html +4 -7
- package/typedoc/modules/router_resolve_resolve-context.html +4 -7
- package/typedoc/modules/router_state-filters.html +4 -7
- package/typedoc/modules/router_state-provider.html +4 -7
- package/typedoc/modules/router_state_interface.html +606 -0
- package/typedoc/modules/router_state_state-builder.html +4 -7
- package/typedoc/modules/router_state_state-matcher.html +4 -7
- package/typedoc/modules/router_state_state-object.html +68 -7
- package/typedoc/modules/router_state_state-queue-manager.html +4 -7
- package/typedoc/modules/router_state_state-registry.html +68 -7
- package/typedoc/modules/router_state_state-service.html +4 -7
- package/typedoc/modules/router_state_target-state.html +4 -7
- package/typedoc/modules/router_state_views.html +16 -21
- package/typedoc/modules/router_template-factory.html +4 -7
- package/typedoc/modules/router_transition_hook-builder.html +4 -7
- package/typedoc/modules/router_transition_hook-registry.html +4 -7
- package/typedoc/modules/router_transition_interface.html +557 -21
- package/typedoc/modules/router_transition_reject-factory.html +4 -7
- package/typedoc/modules/router_transition_transition-event-type.html +4 -9
- package/typedoc/modules/router_transition_transition-hook.html +4 -7
- package/typedoc/modules/router_transition_transition-service.html +4 -9
- package/typedoc/modules/router_transition_transition.html +68 -7
- package/typedoc/modules/router_url_url-config.html +4 -7
- package/typedoc/modules/router_url_url-matcher.html +4 -7
- package/typedoc/modules/router_url_url-rule.html +4 -7
- package/typedoc/modules/router_url_url-rules.html +4 -7
- package/typedoc/modules/router_url_url-service.html +4 -7
- package/typedoc/modules/router_view-scroll.html +4 -7
- package/typedoc/modules/router_view_interface.html +373 -0
- package/typedoc/modules/router_view_view.html +4 -7
- package/typedoc/modules/services_anchor-scroll.html +4 -7
- package/typedoc/modules/services_browser.html +4 -7
- package/typedoc/modules/services_cookie-reader.html +4 -7
- package/typedoc/modules/services_http-backend_http-backend.html +4 -7
- package/typedoc/modules/services_http_http.html +4 -7
- package/typedoc/modules/services_log.html +4 -7
- package/typedoc/modules/services_template-request.html +4 -7
- package/typedoc/modules/shared_common.html +4 -7
- package/typedoc/modules/shared_constants.html +4 -7
- package/typedoc/modules/shared_dom.html +4 -7
- package/typedoc/modules/shared_hof.html +4 -7
- package/typedoc/modules/shared_interface.html +436 -0
- package/typedoc/modules/shared_noderef.html +4 -7
- package/typedoc/modules/shared_predicates.html +4 -7
- package/typedoc/modules/shared_strings.html +4 -7
- package/typedoc/modules/shared_test-utils.html +4 -7
- package/typedoc/modules/shared_utils.html +30 -60
- package/typedoc/modules.html +298 -31
- package/typedoc/types/animations_animate.AnimationMethod.html +4 -18
- package/typedoc/types/animations_interface.RafScheduler.html +602 -0
- package/typedoc/types/core_cache_cache-factory.TemplateCache.html +4 -18
- package/typedoc/types/core_compile_compile.ApplyDirectivesToNodeFn.html +4 -18
- package/typedoc/types/core_compile_compile.BoundTranscludeFn.html +4 -18
- package/typedoc/types/core_compile_compile.CompileFn.html +4 -18
- package/typedoc/types/core_compile_compile.CompileNodesFn.html +4 -18
- package/typedoc/types/core_compile_compile.CompositeLinkFn.html +4 -18
- package/typedoc/types/core_compile_compile.NodeLinkFn.html +6 -50
- package/typedoc/types/core_compile_compile.PublicLinkFn.html +13 -18
- package/typedoc/types/core_compile_compile.TranscludeFn.html +4 -18
- package/typedoc/types/{core_exception-handler.ErrorHandler.html → core_error-handler.ErrorHandler.html} +10 -21
- package/typedoc/types/core_exception-handler.LogService.html +4 -18
- package/typedoc/types/core_parse_ast_ast-node.ASTNode.html +4 -293
- package/typedoc/types/{core_parse_parse.CompiledExpression.html → core_parse_interface.CompiledExpression.html} +15 -21
- package/typedoc/types/core_parse_interface.CompiledExpressionFunction.html +347 -0
- package/typedoc/types/core_parse_interface.ParseService.html +474 -0
- package/typedoc/types/core_parse_interpreter.DecoratedASTNode.html +4 -18
- package/typedoc/types/core_scope_scope.ListenerFunction.html +4 -18
- package/typedoc/{variables/router_common_trace.Category.html → types/core_task-tracker-factory.AnnotatedFactory.html} +30 -32
- package/typedoc/types/core_url-utils_url-utils.HttpProtocol.html +4 -18
- package/typedoc/types/{types.CloneAttachFunction.html → interface.CloneAttachFunction.html} +8 -27
- package/typedoc/types/interface.ControllerConstructor.html +315 -0
- package/typedoc/types/interface.DirectiveCompileFn.html +406 -0
- package/typedoc/types/{types.DirectiveController.html → interface.DirectiveController.html} +11 -22
- package/typedoc/types/{types.DirectiveFactory.html → interface.DirectiveFactory.html} +14 -25
- package/typedoc/types/{types.DirectiveLinkFn.html → interface.DirectiveLinkFn.html} +62 -68
- package/typedoc/types/{types.Expression.html → interface.Expression.html} +16 -19
- package/typedoc/types/interface.FilterFactory.html +310 -0
- package/typedoc/types/interface.FilterFn.html +314 -0
- package/typedoc/types/{types.TAttributes.html → interface.Injectable.html} +16 -25
- package/typedoc/types/interface.InjectableFactory.html +309 -0
- package/typedoc/types/{types.Attributes.html → interface.OnChangesObject.html} +16 -24
- package/typedoc/types/{types.TController.html → interface.TController.html} +10 -21
- package/typedoc/types/{types.FilterFactory.html → router_resolve_interface.PolicyAsync.html} +21 -24
- package/typedoc/types/{types.TElement.html → router_resolve_interface.PolicyWhen.html} +15 -24
- package/typedoc/types/router_state_interface.RedirectToResult.html +287 -0
- package/typedoc/{variables/index.angular.html → types/router_state_interface.ResolveTypes.html} +27 -25
- package/typedoc/types/{types.TScope.html → router_state_interface.StateOrName.html} +22 -25
- package/typedoc/types/{animations_raf-scheduler.RafScheduler.html → router_state_interface._StateDeclaration.html} +28 -30
- package/typedoc/types/{types.ServiceProvider.html → router_transition_interface.HookFn.html} +28 -25
- package/typedoc/types/router_transition_interface.HookMatchCriterion.html +270 -0
- package/typedoc/{variables/router_transition_interface.TransitionHookScope.html → types/router_transition_interface.HookResult.html} +61 -50
- package/typedoc/types/{types.DirectiveCompileFn.html → router_transition_interface.IHookRegistration.html} +54 -68
- package/typedoc/{variables/core_parse_ast_ast.literals.html → types/router_transition_interface.IStateMatch.html} +28 -28
- package/typedoc/types/services_anchor-scroll.AnchorScrollFunction.html +4 -18
- package/typedoc/types/services_anchor-scroll.AnchorScrollService.html +4 -18
- package/typedoc/types/services_browser.UrlChangeListener.html +4 -18
- package/typedoc/types/services_log.LogCall.html +4 -18
- package/typedoc/types/shared_interface.Mapper.html +337 -0
- package/typedoc/types/shared_interface.Predicate.html +305 -0
- package/typedoc/types/shared_interface.PredicateBinary.html +330 -0
- package/typedoc/variables/animations_shared.ACTIVE_CLASS_SUFFIX.html +4 -18
- package/typedoc/variables/animations_shared.ADD_CLASS_SUFFIX.html +4 -18
- package/typedoc/variables/animations_shared.ANIMATIONEND_EVENT.html +4 -18
- package/typedoc/variables/animations_shared.ANIMATION_DELAY_PROP.html +4 -18
- package/typedoc/variables/animations_shared.ANIMATION_DURATION_PROP.html +4 -18
- package/typedoc/variables/animations_shared.ANIMATION_ITERATION_COUNT_KEY.html +4 -18
- package/typedoc/variables/animations_shared.ANIMATION_PLAYSTATE_KEY.html +4 -18
- package/typedoc/variables/animations_shared.ANIMATION_PROP.html +4 -18
- package/typedoc/variables/animations_shared.CSS_PREFIX.html +4 -18
- package/typedoc/variables/animations_shared.DELAY_KEY.html +4 -18
- package/typedoc/variables/animations_shared.DURATION_KEY.html +4 -18
- package/typedoc/variables/animations_shared.EVENT_CLASS_PREFIX.html +4 -18
- package/typedoc/variables/animations_shared.NG_ANIMATE_CHILDREN_DATA.html +4 -18
- package/typedoc/variables/animations_shared.NG_ANIMATE_CLASSNAME.html +4 -18
- package/typedoc/variables/animations_shared.PREPARE_CLASS_SUFFIX.html +4 -18
- package/typedoc/variables/animations_shared.PROPERTY_KEY.html +4 -18
- package/typedoc/variables/animations_shared.REMOVE_CLASS_SUFFIX.html +4 -18
- package/typedoc/variables/animations_shared.SAFE_FAST_FORWARD_DURATION_VALUE.html +4 -18
- package/typedoc/variables/animations_shared.TIMING_KEY.html +4 -18
- package/typedoc/variables/animations_shared.TRANSITIONEND_EVENT.html +4 -18
- package/typedoc/variables/animations_shared.TRANSITION_DELAY_PROP.html +4 -18
- package/typedoc/variables/animations_shared.TRANSITION_DURATION_PROP.html +4 -18
- package/typedoc/variables/animations_shared.TRANSITION_PROP.html +4 -18
- package/typedoc/variables/animations_shared.ngMinErr.html +4 -18
- package/typedoc/variables/core_cache_cache.Cache.html +4 -18
- package/typedoc/variables/core_cache_cache.EXPANDO.html +4 -18
- package/typedoc/variables/core_cache_cache.ISOLATE_SCOPE_KEY.html +4 -18
- package/typedoc/variables/core_cache_cache.SCOPE_KEY.html +4 -18
- package/typedoc/variables/core_compile_compile.DirectiveSuffix.html +4 -18
- package/typedoc/variables/core_di_ng-module.ANIMATION_LITERAL.html +4 -18
- package/typedoc/variables/core_di_ng-module.COMPILE_LITERAL.html +4 -18
- package/typedoc/variables/core_di_ng-module.CONTROLLER_LITERAL.html +4 -18
- package/typedoc/variables/core_di_ng-module.FILTER_LITERAL.html +4 -18
- package/typedoc/variables/core_di_ng-module.INJECTOR_LITERAL.html +4 -18
- package/typedoc/variables/core_parse_interpreter.PURITY_ABSOLUTE.html +4 -18
- package/typedoc/variables/core_parse_interpreter.PURITY_RELATIVE.html +4 -18
- package/typedoc/variables/core_pubsub_pubsub.EventBus.html +4 -18
- package/typedoc/variables/core_sce_sce.SCE_CONTEXTS.html +4 -18
- package/typedoc/variables/core_scope_scope.NONSCOPE.html +4 -18
- package/typedoc/variables/core_scope_scope.__applyAsyncQueue.html +4 -18
- package/typedoc/variables/core_scope_scope._postUpdateQueue.html +4 -18
- package/typedoc/variables/directive_attrs_attrs.REGEX_STRING_REGEXP.html +4 -18
- package/typedoc/variables/directive_attrs_attrs.ngAttributeAliasDirectives.html +4 -18
- package/typedoc/variables/directive_class_class.ngClassDirective.html +7 -21
- package/typedoc/variables/directive_class_class.ngClassEvenDirective.html +7 -21
- package/typedoc/variables/directive_class_class.ngClassOddDirective.html +7 -21
- package/typedoc/variables/directive_events_events.ngEventDirectives.html +4 -18
- package/typedoc/variables/directive_form_form.PENDING_CLASS.html +4 -18
- package/typedoc/variables/directive_form_form.formDirective.html +4 -18
- package/typedoc/variables/directive_form_form.ngFormDirective.html +4 -18
- package/typedoc/variables/directive_form_form.nullFormCtrl.html +4 -18
- package/typedoc/variables/directive_input_input.EMAIL_REGEXP.html +4 -18
- package/typedoc/variables/directive_input_input.ISO_DATE_REGEXP.html +4 -18
- package/typedoc/variables/directive_input_input.URL_REGEXP.html +4 -18
- package/typedoc/variables/directive_input_input.VALIDITY_STATE_PROPERTY.html +4 -18
- package/typedoc/variables/directive_messages_messages.ngMessageDefaultDirective.html +4 -18
- package/typedoc/variables/directive_messages_messages.ngMessageDirective.html +4 -18
- package/typedoc/variables/directive_messages_messages.ngMessageExpDirective.html +4 -18
- package/typedoc/variables/directive_model-options_model-options.defaultModelOptions.html +4 -18
- package/typedoc/variables/directive_model_model.ngModelMinErr.html +4 -18
- package/typedoc/variables/directive_options_options.ngOptionsDirective.html +24 -26
- package/typedoc/variables/directive_transclude_transclude.ngTranscludeDirective.html +8 -22
- package/typedoc/variables/directive_validators_validators.maxlengthDirective.html +14 -28
- package/typedoc/variables/directive_validators_validators.minlengthDirective.html +6 -20
- package/typedoc/variables/directive_validators_validators.patternDirective.html +14 -28
- package/typedoc/variables/directive_validators_validators.requiredDirective.html +14 -28
- package/typedoc/{types/types.AsyncModelValidators.html → variables/injection-tokens._injectTokens.html} +29 -25
- package/typedoc/variables/public.VERSION.html +5 -23
- package/typedoc/variables/router_common_trace.trace.html +4 -18
- package/typedoc/variables/router_directives_view-directive.ngView.html +9 -28
- package/typedoc/variables/router_hooks_resolve.RESOLVE_HOOK_PRIORITY.html +4 -18
- package/typedoc/variables/router_params_param.DefType.html +4 -18
- package/typedoc/variables/router_resolve_resolvable.defaultResolvePolicy.html +4 -18
- package/typedoc/variables/router_resolve_resolve-context.resolvePolicies.html +4 -18
- package/typedoc/variables/router_transition_transition-service.defaultTransOpts.html +4 -18
- package/typedoc/variables/services_log.LogService.html +4 -25
- package/typedoc/variables/shared_common.assertMap.html +4 -18
- package/typedoc/variables/shared_common.assertPredicate.html +4 -18
- package/typedoc/variables/shared_common.pushTo.html +4 -18
- package/typedoc/variables/shared_common.removeFrom.html +4 -18
- package/typedoc/variables/shared_constants.ALIASED_ATTR.html +4 -18
- package/typedoc/variables/shared_constants.DIRTY_CLASS.html +4 -18
- package/typedoc/variables/shared_constants.EMPTY_CLASS.html +4 -18
- package/typedoc/variables/shared_constants.INVALID_CLASS.html +4 -18
- package/typedoc/variables/shared_constants.NOT_EMPTY_CLASS.html +4 -18
- package/typedoc/variables/shared_constants.PREFIX_REGEXP.html +4 -18
- package/typedoc/variables/shared_constants.PRISTINE_CLASS.html +4 -18
- package/typedoc/variables/shared_constants.SPECIAL_CHARS_REGEXP.html +4 -18
- package/typedoc/variables/shared_constants.TOUCHED_CLASS.html +4 -18
- package/typedoc/variables/shared_constants.UNTOUCHED_CLASS.html +4 -18
- package/typedoc/variables/shared_constants.VALID_CLASS.html +4 -18
- package/typedoc/variables/shared_dom.BOOLEAN_ATTR.html +4 -18
- package/typedoc/variables/shared_hof.propEq.html +4 -18
- package/typedoc/variables/shared_strings.hostRegex.html +4 -18
- package/typedoc/variables/shared_strings.splitEqual.html +4 -18
- package/typedoc/variables/shared_strings.splitHash.html +4 -18
- package/typedoc/variables/shared_strings.splitQuery.html +4 -18
- package/typedoc/variables/shared_utils.isProxySymbol.html +4 -18
- package/typedoc/variables/shared_utils.ngAttrPrefixes.html +4 -18
- package/typedoc.json +3 -1
- package/@types/directive/change/change.d.ts +0 -4
- package/@types/types.d.ts +0 -595
- package/SECURITY.md +0 -16
- package/TODO.md +0 -13
- package/docs/content/en/about/featured-background.jpg +0 -0
- package/docs/content/en/about/index.md +0 -37
- package/docs/content/en/blog/_index.md +0 -8
- package/docs/content/en/blog/news/_index.md +0 -4
- package/docs/content/en/blog/news/first-post/featured-sunset-get.png +0 -0
- package/docs/content/en/blog/news/first-post/index.md +0 -46
- package/docs/content/en/blog/news/second-post.md +0 -238
- package/docs/content/en/blog/releases/_index.md +0 -4
- package/docs/content/en/blog/releases/in-depth-monoliths-detailed-spec.md +0 -238
- package/docs/content/en/community/_index.md +0 -6
- package/docs/content/en/docs/concepts/_index.md +0 -14
- package/docs/content/en/docs/contribution-guidelines/_index.md +0 -77
- package/docs/content/en/docs/examples/_index.md +0 -13
- package/docs/content/en/docs/getting-started/_index.md +0 -35
- package/docs/content/en/docs/getting-started/example-page.md +0 -231
- package/docs/content/en/docs/overview/_index.md +0 -34
- package/docs/content/en/docs/reference/_index.md +0 -12
- package/docs/content/en/docs/reference/parameter-reference.md +0 -207
- package/docs/content/en/docs/tasks/Ponycopters/_index.md +0 -12
- package/docs/content/en/docs/tasks/Ponycopters/configuring-ponycopters.md +0 -230
- package/docs/content/en/docs/tasks/Ponycopters/launching-ponycopters.md +0 -230
- package/docs/content/en/docs/tasks/_index.md +0 -21
- package/docs/content/en/docs/tasks/beds.md +0 -230
- package/docs/content/en/docs/tasks/porridge.md +0 -230
- package/docs/content/en/docs/tasks/task.md +0 -230
- package/docs/content/en/docs/tutorials/_index.md +0 -12
- package/docs/content/en/docs/tutorials/multi-bear.md +0 -230
- package/docs/content/en/docs/tutorials/tutorial2.md +0 -230
- package/docs/content/en/featured-background.jpg +0 -0
- package/docs/content/en/search.md +0 -4
- package/docs/layouts/_default/_markup/render-heading.html +0 -1
- package/public/public/legacy.html +0 -13203
- package/src/types.js +0 -427
- package/typedoc/interfaces/types.FormController.html +0 -1541
- package/typedoc/interfaces/types.Module.html +0 -1566
- package/typedoc/interfaces/types.NgModelController.html +0 -2088
- package/typedoc/types/core_parse_parse.ParseService.html +0 -266
- package/typedoc/types/types.BootstrapConfig.html +0 -262
- package/typedoc/types/types.ComponentOptions.html +0 -262
- package/typedoc/types/types.ControllerConstructor.html +0 -262
- package/typedoc/types/types.FilterFunction.html +0 -262
- package/typedoc/types/types.ModelValidators.html +0 -266
- package/typedoc/types/types.ServiceProviderFactory.html +0 -262
- package/typedoc/types/types.TranscludeFunction.html +0 -262
- package/typedoc/types/types.transcludeWithoutScope.html +0 -262
- package/typedoc/variables/core_di_injector.path.html +0 -266
|
@@ -3,11 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8" />
|
|
5
5
|
<meta http-equiv="x-ua-compatible" content="IE=edge" />
|
|
6
|
-
<title>Scope |
|
|
7
|
-
<meta
|
|
8
|
-
name="description"
|
|
9
|
-
content="Documentation for @angular-wave/angular.ts"
|
|
10
|
-
/>
|
|
6
|
+
<title>Scope | AngularTS</title>
|
|
7
|
+
<meta name="description" content="Documentation for AngularTS" />
|
|
11
8
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
12
9
|
<link rel="stylesheet" href="../assets/style.css" />
|
|
13
10
|
<link rel="stylesheet" href="../assets/highlight.css" />
|
|
@@ -36,7 +33,7 @@
|
|
|
36
33
|
</script>
|
|
37
34
|
<header class="tsd-page-toolbar">
|
|
38
35
|
<div class="tsd-toolbar-contents container">
|
|
39
|
-
<a href="../index.html" class="title"
|
|
36
|
+
<a href="../index.html" class="title">AngularTS</a>
|
|
40
37
|
<div id="tsd-toolbar-links"></div>
|
|
41
38
|
<button id="tsd-search-trigger" class="tsd-widget" aria-label="Search">
|
|
42
39
|
<svg
|
|
@@ -104,17 +101,6 @@
|
|
|
104
101
|
</div>
|
|
105
102
|
<div class="tsd-comment tsd-typography"></div>
|
|
106
103
|
</section>
|
|
107
|
-
<aside class="tsd-sources">
|
|
108
|
-
<ul>
|
|
109
|
-
<li>
|
|
110
|
-
Defined in
|
|
111
|
-
<a
|
|
112
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L146"
|
|
113
|
-
>core/scope/scope.js:146</a
|
|
114
|
-
>
|
|
115
|
-
</li>
|
|
116
|
-
</ul>
|
|
117
|
-
</aside>
|
|
118
104
|
<section class="tsd-panel-group tsd-index-group">
|
|
119
105
|
<section class="tsd-panel tsd-index-panel">
|
|
120
106
|
<details class="tsd-index-content tsd-accordion" open>
|
|
@@ -342,15 +328,6 @@
|
|
|
342
328
|
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
343
329
|
><span>$apply</span></a
|
|
344
330
|
>
|
|
345
|
-
<a href="#applyasync" class="tsd-index-link"
|
|
346
|
-
><svg
|
|
347
|
-
class="tsd-kind-icon"
|
|
348
|
-
viewBox="0 0 24 24"
|
|
349
|
-
aria-label="Method"
|
|
350
|
-
>
|
|
351
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
352
|
-
><span>$apply<wbr />Async</span></a
|
|
353
|
-
>
|
|
354
331
|
<a href="#broadcast" class="tsd-index-link"
|
|
355
332
|
><svg
|
|
356
333
|
class="tsd-kind-icon"
|
|
@@ -468,35 +445,6 @@
|
|
|
468
445
|
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
469
446
|
><span>$watch</span></a
|
|
470
447
|
>
|
|
471
|
-
<a href="#watchcollection" class="tsd-index-link"
|
|
472
|
-
><svg
|
|
473
|
-
class="tsd-kind-icon"
|
|
474
|
-
viewBox="0 0 24 24"
|
|
475
|
-
aria-label="Method"
|
|
476
|
-
>
|
|
477
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
478
|
-
><span>$watch<wbr />Collection</span></a
|
|
479
|
-
>
|
|
480
|
-
<a href="#watchgroup" class="tsd-index-link"
|
|
481
|
-
><svg
|
|
482
|
-
class="tsd-kind-icon"
|
|
483
|
-
viewBox="0 0 24 24"
|
|
484
|
-
aria-label="Method"
|
|
485
|
-
>
|
|
486
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
487
|
-
><span>$watch<wbr />Group</span></a
|
|
488
|
-
>
|
|
489
|
-
<a href="#checkelistenersforallkeys" class="tsd-index-link"
|
|
490
|
-
><svg
|
|
491
|
-
class="tsd-kind-icon"
|
|
492
|
-
viewBox="0 0 24 24"
|
|
493
|
-
aria-label="Method"
|
|
494
|
-
>
|
|
495
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
496
|
-
><span
|
|
497
|
-
>checke<wbr />Listeners<wbr />For<wbr />All<wbr />Keys</span
|
|
498
|
-
></a
|
|
499
|
-
>
|
|
500
448
|
<a href="#deleteproperty" class="tsd-index-link"
|
|
501
449
|
><svg
|
|
502
450
|
class="tsd-kind-icon"
|
|
@@ -506,24 +454,6 @@
|
|
|
506
454
|
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
507
455
|
><span>delete<wbr />Property</span></a
|
|
508
456
|
>
|
|
509
|
-
<a href="#deregisterforeignkey" class="tsd-index-link"
|
|
510
|
-
><svg
|
|
511
|
-
class="tsd-kind-icon"
|
|
512
|
-
viewBox="0 0 24 24"
|
|
513
|
-
aria-label="Method"
|
|
514
|
-
>
|
|
515
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
516
|
-
><span>deregister<wbr />Foreign<wbr />Key</span></a
|
|
517
|
-
>
|
|
518
|
-
<a href="#deregisterkey" class="tsd-index-link"
|
|
519
|
-
><svg
|
|
520
|
-
class="tsd-kind-icon"
|
|
521
|
-
viewBox="0 0 24 24"
|
|
522
|
-
aria-label="Method"
|
|
523
|
-
>
|
|
524
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
525
|
-
><span>deregister<wbr />Key</span></a
|
|
526
|
-
>
|
|
527
457
|
<a href="#get" class="tsd-index-link"
|
|
528
458
|
><svg
|
|
529
459
|
class="tsd-kind-icon"
|
|
@@ -533,33 +463,6 @@
|
|
|
533
463
|
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
534
464
|
><span>get</span></a
|
|
535
465
|
>
|
|
536
|
-
<a href="#notifylistener" class="tsd-index-link"
|
|
537
|
-
><svg
|
|
538
|
-
class="tsd-kind-icon"
|
|
539
|
-
viewBox="0 0 24 24"
|
|
540
|
-
aria-label="Method"
|
|
541
|
-
>
|
|
542
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
543
|
-
><span>notify<wbr />Listener</span></a
|
|
544
|
-
>
|
|
545
|
-
<a href="#registerforeignkey" class="tsd-index-link"
|
|
546
|
-
><svg
|
|
547
|
-
class="tsd-kind-icon"
|
|
548
|
-
viewBox="0 0 24 24"
|
|
549
|
-
aria-label="Method"
|
|
550
|
-
>
|
|
551
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
552
|
-
><span>register<wbr />Foreign<wbr />Key</span></a
|
|
553
|
-
>
|
|
554
|
-
<a href="#registerkey" class="tsd-index-link"
|
|
555
|
-
><svg
|
|
556
|
-
class="tsd-kind-icon"
|
|
557
|
-
viewBox="0 0 24 24"
|
|
558
|
-
aria-label="Method"
|
|
559
|
-
>
|
|
560
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
561
|
-
><span>register<wbr />Key</span></a
|
|
562
|
-
>
|
|
563
466
|
<a href="#set" class="tsd-index-link"
|
|
564
467
|
><svg
|
|
565
468
|
class="tsd-kind-icon"
|
|
@@ -678,17 +581,6 @@
|
|
|
678
581
|
>
|
|
679
582
|
</h4>
|
|
680
583
|
<div class="tsd-comment tsd-typography"></div>
|
|
681
|
-
<aside class="tsd-sources">
|
|
682
|
-
<ul>
|
|
683
|
-
<li>
|
|
684
|
-
Defined in
|
|
685
|
-
<a
|
|
686
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L153"
|
|
687
|
-
>core/scope/scope.js:153</a
|
|
688
|
-
>
|
|
689
|
-
</li>
|
|
690
|
-
</ul>
|
|
691
|
-
</aside>
|
|
692
584
|
</div>
|
|
693
585
|
</li>
|
|
694
586
|
</ul>
|
|
@@ -730,17 +622,6 @@
|
|
|
730
622
|
><span class="tsd-signature-symbol">[]</span>
|
|
731
623
|
</div>
|
|
732
624
|
<div class="tsd-comment tsd-typography"></div>
|
|
733
|
-
<aside class="tsd-sources">
|
|
734
|
-
<ul>
|
|
735
|
-
<li>
|
|
736
|
-
Defined in
|
|
737
|
-
<a
|
|
738
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L212"
|
|
739
|
-
>core/scope/scope.js:212</a
|
|
740
|
-
>
|
|
741
|
-
</li>
|
|
742
|
-
</ul>
|
|
743
|
-
</aside>
|
|
744
625
|
</section>
|
|
745
626
|
<section class="tsd-panel tsd-member">
|
|
746
627
|
<h3 class="tsd-anchor-link" id="destroyed">
|
|
@@ -759,24 +640,6 @@
|
|
|
759
640
|
<span class="tsd-signature-type">boolean</span>
|
|
760
641
|
</div>
|
|
761
642
|
<div class="tsd-comment tsd-typography"></div>
|
|
762
|
-
<aside class="tsd-sources">
|
|
763
|
-
<ul>
|
|
764
|
-
<li>
|
|
765
|
-
Defined in
|
|
766
|
-
<a
|
|
767
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L217"
|
|
768
|
-
>core/scope/scope.js:217</a
|
|
769
|
-
>
|
|
770
|
-
</li>
|
|
771
|
-
<li>
|
|
772
|
-
Defined in
|
|
773
|
-
<a
|
|
774
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L1176"
|
|
775
|
-
>core/scope/scope.js:1176</a
|
|
776
|
-
>
|
|
777
|
-
</li>
|
|
778
|
-
</ul>
|
|
779
|
-
</aside>
|
|
780
643
|
</section>
|
|
781
644
|
<section class="tsd-panel tsd-member">
|
|
782
645
|
<h3 class="tsd-anchor-link" id="listeners">
|
|
@@ -801,17 +664,6 @@
|
|
|
801
664
|
><span class="tsd-signature-symbol">></span>
|
|
802
665
|
</div>
|
|
803
666
|
<div class="tsd-comment tsd-typography"></div>
|
|
804
|
-
<aside class="tsd-sources">
|
|
805
|
-
<ul>
|
|
806
|
-
<li>
|
|
807
|
-
Defined in
|
|
808
|
-
<a
|
|
809
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L164"
|
|
810
|
-
>core/scope/scope.js:164</a
|
|
811
|
-
>
|
|
812
|
-
</li>
|
|
813
|
-
</ul>
|
|
814
|
-
</aside>
|
|
815
667
|
</section>
|
|
816
668
|
<section class="tsd-panel tsd-member">
|
|
817
669
|
<h3 class="tsd-anchor-link" id="children">
|
|
@@ -831,17 +683,6 @@
|
|
|
831
683
|
><span class="tsd-signature-symbol">[]</span>
|
|
832
684
|
</div>
|
|
833
685
|
<div class="tsd-comment tsd-typography"></div>
|
|
834
|
-
<aside class="tsd-sources">
|
|
835
|
-
<ul>
|
|
836
|
-
<li>
|
|
837
|
-
Defined in
|
|
838
|
-
<a
|
|
839
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L193"
|
|
840
|
-
>core/scope/scope.js:193</a
|
|
841
|
-
>
|
|
842
|
-
</li>
|
|
843
|
-
</ul>
|
|
844
|
-
</aside>
|
|
845
686
|
</section>
|
|
846
687
|
<section class="tsd-panel tsd-member">
|
|
847
688
|
<h3 class="tsd-anchor-link" id="handler">
|
|
@@ -860,17 +701,6 @@
|
|
|
860
701
|
<a href="" class="tsd-signature-type tsd-kind-class">Scope</a>
|
|
861
702
|
</div>
|
|
862
703
|
<div class="tsd-comment tsd-typography"></div>
|
|
863
|
-
<aside class="tsd-sources">
|
|
864
|
-
<ul>
|
|
865
|
-
<li>
|
|
866
|
-
Defined in
|
|
867
|
-
<a
|
|
868
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L182"
|
|
869
|
-
>core/scope/scope.js:182</a
|
|
870
|
-
>
|
|
871
|
-
</li>
|
|
872
|
-
</ul>
|
|
873
|
-
</aside>
|
|
874
704
|
</section>
|
|
875
705
|
<section class="tsd-panel tsd-member">
|
|
876
706
|
<h3 class="tsd-anchor-link" id="id">
|
|
@@ -886,17 +716,6 @@
|
|
|
886
716
|
<span class="tsd-signature-type">number</span>
|
|
887
717
|
</div>
|
|
888
718
|
<div class="tsd-comment tsd-typography"></div>
|
|
889
|
-
<aside class="tsd-sources">
|
|
890
|
-
<ul>
|
|
891
|
-
<li>
|
|
892
|
-
Defined in
|
|
893
|
-
<a
|
|
894
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L198"
|
|
895
|
-
>core/scope/scope.js:198</a
|
|
896
|
-
>
|
|
897
|
-
</li>
|
|
898
|
-
</ul>
|
|
899
|
-
</aside>
|
|
900
719
|
</section>
|
|
901
720
|
<section class="tsd-panel tsd-member">
|
|
902
721
|
<h3 class="tsd-anchor-link" id="parent">
|
|
@@ -914,17 +733,6 @@
|
|
|
914
733
|
><span class="tsd-signature-symbol">:</span>
|
|
915
734
|
<a href="" class="tsd-signature-type tsd-kind-class">Scope</a>
|
|
916
735
|
</div>
|
|
917
|
-
<aside class="tsd-sources">
|
|
918
|
-
<ul>
|
|
919
|
-
<li>
|
|
920
|
-
Defined in
|
|
921
|
-
<a
|
|
922
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L205"
|
|
923
|
-
>core/scope/scope.js:205</a
|
|
924
|
-
>
|
|
925
|
-
</li>
|
|
926
|
-
</ul>
|
|
927
|
-
</aside>
|
|
928
736
|
</section>
|
|
929
737
|
<section class="tsd-panel tsd-member">
|
|
930
738
|
<h3 class="tsd-anchor-link" id="proxy">
|
|
@@ -943,38 +751,6 @@
|
|
|
943
751
|
<p>Current proxy being operated on</p>
|
|
944
752
|
</div>
|
|
945
753
|
<div class="tsd-comment tsd-typography"></div>
|
|
946
|
-
<aside class="tsd-sources">
|
|
947
|
-
<ul>
|
|
948
|
-
<li>
|
|
949
|
-
Defined in
|
|
950
|
-
<a
|
|
951
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L179"
|
|
952
|
-
>core/scope/scope.js:179</a
|
|
953
|
-
>
|
|
954
|
-
</li>
|
|
955
|
-
<li>
|
|
956
|
-
Defined in
|
|
957
|
-
<a
|
|
958
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L247"
|
|
959
|
-
>core/scope/scope.js:247</a
|
|
960
|
-
>
|
|
961
|
-
</li>
|
|
962
|
-
<li>
|
|
963
|
-
Defined in
|
|
964
|
-
<a
|
|
965
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L471"
|
|
966
|
-
>core/scope/scope.js:471</a
|
|
967
|
-
>
|
|
968
|
-
</li>
|
|
969
|
-
<li>
|
|
970
|
-
Defined in
|
|
971
|
-
<a
|
|
972
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L473"
|
|
973
|
-
>core/scope/scope.js:473</a
|
|
974
|
-
>
|
|
975
|
-
</li>
|
|
976
|
-
</ul>
|
|
977
|
-
</aside>
|
|
978
754
|
</section>
|
|
979
755
|
<section class="tsd-panel tsd-member">
|
|
980
756
|
<h3 class="tsd-anchor-link" id="root">
|
|
@@ -990,17 +766,6 @@
|
|
|
990
766
|
<a href="" class="tsd-signature-type tsd-kind-class">Scope</a>
|
|
991
767
|
</div>
|
|
992
768
|
<div class="tsd-comment tsd-typography"></div>
|
|
993
|
-
<aside class="tsd-sources">
|
|
994
|
-
<ul>
|
|
995
|
-
<li>
|
|
996
|
-
Defined in
|
|
997
|
-
<a
|
|
998
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L203"
|
|
999
|
-
>core/scope/scope.js:203</a
|
|
1000
|
-
>
|
|
1001
|
-
</li>
|
|
1002
|
-
</ul>
|
|
1003
|
-
</aside>
|
|
1004
769
|
</section>
|
|
1005
770
|
<section class="tsd-panel tsd-member">
|
|
1006
771
|
<h3 class="tsd-anchor-link" id="target">
|
|
@@ -1019,31 +784,6 @@
|
|
|
1019
784
|
<span class="tsd-signature-type">any</span>
|
|
1020
785
|
</div>
|
|
1021
786
|
<div class="tsd-comment tsd-typography"></div>
|
|
1022
|
-
<aside class="tsd-sources">
|
|
1023
|
-
<ul>
|
|
1024
|
-
<li>
|
|
1025
|
-
Defined in
|
|
1026
|
-
<a
|
|
1027
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L185"
|
|
1028
|
-
>core/scope/scope.js:185</a
|
|
1029
|
-
>
|
|
1030
|
-
</li>
|
|
1031
|
-
<li>
|
|
1032
|
-
Defined in
|
|
1033
|
-
<a
|
|
1034
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L248"
|
|
1035
|
-
>core/scope/scope.js:248</a
|
|
1036
|
-
>
|
|
1037
|
-
</li>
|
|
1038
|
-
<li>
|
|
1039
|
-
Defined in
|
|
1040
|
-
<a
|
|
1041
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L526"
|
|
1042
|
-
>core/scope/scope.js:526</a
|
|
1043
|
-
>
|
|
1044
|
-
</li>
|
|
1045
|
-
</ul>
|
|
1046
|
-
</aside>
|
|
1047
787
|
</section>
|
|
1048
788
|
<section class="tsd-panel tsd-member">
|
|
1049
789
|
<h3 class="tsd-anchor-link" id="value">
|
|
@@ -1059,17 +799,6 @@
|
|
|
1059
799
|
<span class="tsd-signature-type">any</span>
|
|
1060
800
|
</div>
|
|
1061
801
|
<div class="tsd-comment tsd-typography"></div>
|
|
1062
|
-
<aside class="tsd-sources">
|
|
1063
|
-
<ul>
|
|
1064
|
-
<li>
|
|
1065
|
-
Defined in
|
|
1066
|
-
<a
|
|
1067
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L188"
|
|
1068
|
-
>core/scope/scope.js:188</a
|
|
1069
|
-
>
|
|
1070
|
-
</li>
|
|
1071
|
-
</ul>
|
|
1072
|
-
</aside>
|
|
1073
802
|
</section>
|
|
1074
803
|
<section class="tsd-panel tsd-member">
|
|
1075
804
|
<h3 class="tsd-anchor-link" id="context">
|
|
@@ -1087,17 +816,6 @@
|
|
|
1087
816
|
><span class="tsd-signature-symbol">:</span>
|
|
1088
817
|
<a href="" class="tsd-signature-type tsd-kind-class">Scope</a>
|
|
1089
818
|
</div>
|
|
1090
|
-
<aside class="tsd-sources">
|
|
1091
|
-
<ul>
|
|
1092
|
-
<li>
|
|
1093
|
-
Defined in
|
|
1094
|
-
<a
|
|
1095
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L154"
|
|
1096
|
-
>core/scope/scope.js:154</a
|
|
1097
|
-
>
|
|
1098
|
-
</li>
|
|
1099
|
-
</ul>
|
|
1100
|
-
</aside>
|
|
1101
819
|
</section>
|
|
1102
820
|
<section class="tsd-panel tsd-member">
|
|
1103
821
|
<h3 class="tsd-anchor-link" id="filters">
|
|
@@ -1116,17 +834,6 @@
|
|
|
1116
834
|
<span class="tsd-signature-type">any</span
|
|
1117
835
|
><span class="tsd-signature-symbol">[]</span>
|
|
1118
836
|
</div>
|
|
1119
|
-
<aside class="tsd-sources">
|
|
1120
|
-
<ul>
|
|
1121
|
-
<li>
|
|
1122
|
-
Defined in
|
|
1123
|
-
<a
|
|
1124
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L214"
|
|
1125
|
-
>core/scope/scope.js:214</a
|
|
1126
|
-
>
|
|
1127
|
-
</li>
|
|
1128
|
-
</ul>
|
|
1129
|
-
</aside>
|
|
1130
837
|
</section>
|
|
1131
838
|
<section class="tsd-panel tsd-member">
|
|
1132
839
|
<h3 class="tsd-anchor-link" id="foreignlisteners">
|
|
@@ -1154,17 +861,6 @@
|
|
|
1154
861
|
><span class="tsd-signature-symbol">></span>
|
|
1155
862
|
</div>
|
|
1156
863
|
<div class="tsd-comment tsd-typography"></div>
|
|
1157
|
-
<aside class="tsd-sources">
|
|
1158
|
-
<ul>
|
|
1159
|
-
<li>
|
|
1160
|
-
Defined in
|
|
1161
|
-
<a
|
|
1162
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L167"
|
|
1163
|
-
>core/scope/scope.js:167</a
|
|
1164
|
-
>
|
|
1165
|
-
</li>
|
|
1166
|
-
</ul>
|
|
1167
|
-
</aside>
|
|
1168
864
|
</section>
|
|
1169
865
|
<section class="tsd-panel tsd-member">
|
|
1170
866
|
<h3 class="tsd-anchor-link" id="foreignproxies">
|
|
@@ -1186,17 +882,6 @@
|
|
|
1186
882
|
><span class="tsd-signature-symbol">></span>
|
|
1187
883
|
</div>
|
|
1188
884
|
<div class="tsd-comment tsd-typography"></div>
|
|
1189
|
-
<aside class="tsd-sources">
|
|
1190
|
-
<ul>
|
|
1191
|
-
<li>
|
|
1192
|
-
Defined in
|
|
1193
|
-
<a
|
|
1194
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L170"
|
|
1195
|
-
>core/scope/scope.js:170</a
|
|
1196
|
-
>
|
|
1197
|
-
</li>
|
|
1198
|
-
</ul>
|
|
1199
|
-
</aside>
|
|
1200
885
|
</section>
|
|
1201
886
|
<section class="tsd-panel tsd-member">
|
|
1202
887
|
<h3 class="tsd-anchor-link" id="functionlisteners">
|
|
@@ -1228,17 +913,6 @@
|
|
|
1228
913
|
><span class="tsd-signature-symbol">></span>
|
|
1229
914
|
</div>
|
|
1230
915
|
<div class="tsd-comment tsd-typography"></div>
|
|
1231
|
-
<aside class="tsd-sources">
|
|
1232
|
-
<ul>
|
|
1233
|
-
<li>
|
|
1234
|
-
Defined in
|
|
1235
|
-
<a
|
|
1236
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L176"
|
|
1237
|
-
>core/scope/scope.js:176</a
|
|
1238
|
-
>
|
|
1239
|
-
</li>
|
|
1240
|
-
</ul>
|
|
1241
|
-
</aside>
|
|
1242
916
|
</section>
|
|
1243
917
|
<section class="tsd-panel tsd-member">
|
|
1244
918
|
<h3 class="tsd-anchor-link" id="objectlisteners">
|
|
@@ -1263,17 +937,6 @@
|
|
|
1263
937
|
><span class="tsd-signature-symbol">></span>
|
|
1264
938
|
</div>
|
|
1265
939
|
<div class="tsd-comment tsd-typography"></div>
|
|
1266
|
-
<aside class="tsd-sources">
|
|
1267
|
-
<ul>
|
|
1268
|
-
<li>
|
|
1269
|
-
Defined in
|
|
1270
|
-
<a
|
|
1271
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L173"
|
|
1272
|
-
>core/scope/scope.js:173</a
|
|
1273
|
-
>
|
|
1274
|
-
</li>
|
|
1275
|
-
</ul>
|
|
1276
|
-
</aside>
|
|
1277
940
|
</section>
|
|
1278
941
|
<section class="tsd-panel tsd-member">
|
|
1279
942
|
<h3 class="tsd-anchor-link" id="propertymap">
|
|
@@ -1400,42 +1063,11 @@
|
|
|
1400
1063
|
>$watch</span
|
|
1401
1064
|
><span class="tsd-signature-symbol">:</span>
|
|
1402
1065
|
<span class="tsd-signature-type">any</span
|
|
1403
|
-
><span class="tsd-signature-symbol">;</span><br /> <span
|
|
1404
|
-
class="tsd-kind-property"
|
|
1405
|
-
>$watchCollection</span
|
|
1406
|
-
><span class="tsd-signature-symbol">:</span>
|
|
1407
|
-
<span class="tsd-signature-type">any</span
|
|
1408
|
-
><span class="tsd-signature-symbol">;</span><br /> <span
|
|
1409
|
-
class="tsd-kind-property"
|
|
1410
|
-
>$watchGroup</span
|
|
1411
|
-
><span class="tsd-signature-symbol">:</span>
|
|
1412
|
-
<span class="tsd-signature-type">any</span
|
|
1413
|
-
><span class="tsd-signature-symbol">;</span><br /> <span
|
|
1414
|
-
class="tsd-kind-property"
|
|
1415
|
-
>notifyListener</span
|
|
1416
|
-
><span class="tsd-signature-symbol">:</span>
|
|
1417
|
-
<span class="tsd-signature-type">any</span
|
|
1418
|
-
><span class="tsd-signature-symbol">;</span><br /> <span
|
|
1419
|
-
class="tsd-kind-property"
|
|
1420
|
-
>registerForeignKey</span
|
|
1421
|
-
><span class="tsd-signature-symbol">:</span>
|
|
1422
|
-
<span class="tsd-signature-type">any</span
|
|
1423
1066
|
><span class="tsd-signature-symbol">;</span><br /><span
|
|
1424
1067
|
class="tsd-signature-symbol"
|
|
1425
1068
|
>}</span
|
|
1426
1069
|
>
|
|
1427
1070
|
</div>
|
|
1428
|
-
<aside class="tsd-sources">
|
|
1429
|
-
<ul>
|
|
1430
|
-
<li>
|
|
1431
|
-
Defined in
|
|
1432
|
-
<a
|
|
1433
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L476"
|
|
1434
|
-
>core/scope/scope.js:476</a
|
|
1435
|
-
>
|
|
1436
|
-
</li>
|
|
1437
|
-
</ul>
|
|
1438
|
-
</aside>
|
|
1439
1071
|
</section>
|
|
1440
1072
|
<section class="tsd-panel tsd-member">
|
|
1441
1073
|
<h3 class="tsd-anchor-link" id="scheduled">
|
|
@@ -1454,31 +1086,6 @@
|
|
|
1454
1086
|
<span class="tsd-signature-type">any</span
|
|
1455
1087
|
><span class="tsd-signature-symbol">[]</span>
|
|
1456
1088
|
</div>
|
|
1457
|
-
<aside class="tsd-sources">
|
|
1458
|
-
<ul>
|
|
1459
|
-
<li>
|
|
1460
|
-
Defined in
|
|
1461
|
-
<a
|
|
1462
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L219"
|
|
1463
|
-
>core/scope/scope.js:219</a
|
|
1464
|
-
>
|
|
1465
|
-
</li>
|
|
1466
|
-
<li>
|
|
1467
|
-
Defined in
|
|
1468
|
-
<a
|
|
1469
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L514"
|
|
1470
|
-
>core/scope/scope.js:514</a
|
|
1471
|
-
>
|
|
1472
|
-
</li>
|
|
1473
|
-
<li>
|
|
1474
|
-
Defined in
|
|
1475
|
-
<a
|
|
1476
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L575"
|
|
1477
|
-
>core/scope/scope.js:575</a
|
|
1478
|
-
>
|
|
1479
|
-
</li>
|
|
1480
|
-
</ul>
|
|
1481
|
-
</aside>
|
|
1482
1089
|
</section>
|
|
1483
1090
|
<section class="tsd-panel tsd-member">
|
|
1484
1091
|
<h3 class="tsd-anchor-link" id="watchers">
|
|
@@ -1506,17 +1113,6 @@
|
|
|
1506
1113
|
><span class="tsd-signature-symbol">></span>
|
|
1507
1114
|
</div>
|
|
1508
1115
|
<div class="tsd-comment tsd-typography"></div>
|
|
1509
|
-
<aside class="tsd-sources">
|
|
1510
|
-
<ul>
|
|
1511
|
-
<li>
|
|
1512
|
-
Defined in
|
|
1513
|
-
<a
|
|
1514
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L161"
|
|
1515
|
-
>core/scope/scope.js:161</a
|
|
1516
|
-
>
|
|
1517
|
-
</li>
|
|
1518
|
-
</ul>
|
|
1519
|
-
</aside>
|
|
1520
1116
|
</section>
|
|
1521
1117
|
</section>
|
|
1522
1118
|
</details>
|
|
@@ -1549,7 +1145,7 @@
|
|
|
1549
1145
|
><span class="tsd-signature-symbol">(</span
|
|
1550
1146
|
><span class="tsd-kind-parameter">expr</span
|
|
1551
1147
|
><span class="tsd-signature-symbol">:</span>
|
|
1552
|
-
<span class="tsd-signature-type">
|
|
1148
|
+
<span class="tsd-signature-type">string</span
|
|
1553
1149
|
><span class="tsd-signature-symbol">)</span
|
|
1554
1150
|
><span class="tsd-signature-symbol">:</span>
|
|
1555
1151
|
<span class="tsd-signature-type">any</span
|
|
@@ -1568,91 +1164,16 @@
|
|
|
1568
1164
|
<li>
|
|
1569
1165
|
<span
|
|
1570
1166
|
><span class="tsd-kind-parameter">expr</span>:
|
|
1571
|
-
<span class="tsd-signature-type">
|
|
1167
|
+
<span class="tsd-signature-type">string</span></span
|
|
1572
1168
|
>
|
|
1169
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
1573
1170
|
</li>
|
|
1574
1171
|
</ul>
|
|
1575
1172
|
</div>
|
|
1576
1173
|
<h4 class="tsd-returns-title">
|
|
1577
1174
|
Returns <span class="tsd-signature-type">any</span>
|
|
1578
1175
|
</h4>
|
|
1579
|
-
<
|
|
1580
|
-
<ul>
|
|
1581
|
-
<li>
|
|
1582
|
-
Defined in
|
|
1583
|
-
<a
|
|
1584
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L1001"
|
|
1585
|
-
>core/scope/scope.js:1001</a
|
|
1586
|
-
>
|
|
1587
|
-
</li>
|
|
1588
|
-
</ul>
|
|
1589
|
-
</aside>
|
|
1590
|
-
</div>
|
|
1591
|
-
</li>
|
|
1592
|
-
</ul>
|
|
1593
|
-
</section>
|
|
1594
|
-
<section class="tsd-panel tsd-member">
|
|
1595
|
-
<h3 class="tsd-anchor-link" id="applyasync">
|
|
1596
|
-
<span>$apply<wbr />Async</span
|
|
1597
|
-
><a
|
|
1598
|
-
href="#applyasync"
|
|
1599
|
-
aria-label="Permalink"
|
|
1600
|
-
class="tsd-anchor-icon"
|
|
1601
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
1602
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
1603
|
-
></a>
|
|
1604
|
-
</h3>
|
|
1605
|
-
<ul class="tsd-signatures">
|
|
1606
|
-
<li class="">
|
|
1607
|
-
<div class="tsd-signature tsd-anchor-link" id="applyasync-1">
|
|
1608
|
-
<span class="tsd-kind-call-signature">$applyAsync</span
|
|
1609
|
-
><span class="tsd-signature-symbol">(</span
|
|
1610
|
-
><span class="tsd-kind-parameter">expr</span
|
|
1611
|
-
><span class="tsd-signature-symbol">:</span>
|
|
1612
|
-
<span class="tsd-signature-type">any</span
|
|
1613
|
-
><span class="tsd-signature-symbol">)</span
|
|
1614
|
-
><span class="tsd-signature-symbol">:</span>
|
|
1615
|
-
<span class="tsd-signature-type">Promise</span
|
|
1616
|
-
><span class="tsd-signature-symbol"><</span
|
|
1617
|
-
><span class="tsd-signature-type">any</span
|
|
1618
|
-
><span class="tsd-signature-symbol">></span
|
|
1619
|
-
><a
|
|
1620
|
-
href="#applyasync-1"
|
|
1621
|
-
aria-label="Permalink"
|
|
1622
|
-
class="tsd-anchor-icon"
|
|
1623
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
1624
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
1625
|
-
></a>
|
|
1626
|
-
</div>
|
|
1627
|
-
<div class="tsd-description">
|
|
1628
|
-
<div class="tsd-parameters">
|
|
1629
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
1630
|
-
<ul class="tsd-parameter-list">
|
|
1631
|
-
<li>
|
|
1632
|
-
<span
|
|
1633
|
-
><span class="tsd-kind-parameter">expr</span>:
|
|
1634
|
-
<span class="tsd-signature-type">any</span></span
|
|
1635
|
-
>
|
|
1636
|
-
</li>
|
|
1637
|
-
</ul>
|
|
1638
|
-
</div>
|
|
1639
|
-
<h4 class="tsd-returns-title">
|
|
1640
|
-
Returns <span class="tsd-signature-type">Promise</span
|
|
1641
|
-
><span class="tsd-signature-symbol"><</span
|
|
1642
|
-
><span class="tsd-signature-type">any</span
|
|
1643
|
-
><span class="tsd-signature-symbol">></span>
|
|
1644
|
-
</h4>
|
|
1645
|
-
<aside class="tsd-sources">
|
|
1646
|
-
<ul>
|
|
1647
|
-
<li>
|
|
1648
|
-
Defined in
|
|
1649
|
-
<a
|
|
1650
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L1142"
|
|
1651
|
-
>core/scope/scope.js:1142</a
|
|
1652
|
-
>
|
|
1653
|
-
</li>
|
|
1654
|
-
</ul>
|
|
1655
|
-
</aside>
|
|
1176
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
1656
1177
|
</div>
|
|
1657
1178
|
</li>
|
|
1658
1179
|
</ul>
|
|
@@ -1719,17 +1240,6 @@
|
|
|
1719
1240
|
Returns <span class="tsd-signature-type">any</span>
|
|
1720
1241
|
</h4>
|
|
1721
1242
|
<div class="tsd-comment tsd-typography"></div>
|
|
1722
|
-
<aside class="tsd-sources">
|
|
1723
|
-
<ul>
|
|
1724
|
-
<li>
|
|
1725
|
-
Defined in
|
|
1726
|
-
<a
|
|
1727
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L1045"
|
|
1728
|
-
>core/scope/scope.js:1045</a
|
|
1729
|
-
>
|
|
1730
|
-
</li>
|
|
1731
|
-
</ul>
|
|
1732
|
-
</aside>
|
|
1733
1243
|
</div>
|
|
1734
1244
|
</li>
|
|
1735
1245
|
</ul>
|
|
@@ -1764,17 +1274,6 @@
|
|
|
1764
1274
|
<h4 class="tsd-returns-title">
|
|
1765
1275
|
Returns <span class="tsd-signature-type">void</span>
|
|
1766
1276
|
</h4>
|
|
1767
|
-
<aside class="tsd-sources">
|
|
1768
|
-
<ul>
|
|
1769
|
-
<li>
|
|
1770
|
-
Defined in
|
|
1771
|
-
<a
|
|
1772
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L1156"
|
|
1773
|
-
>core/scope/scope.js:1156</a
|
|
1774
|
-
>
|
|
1775
|
-
</li>
|
|
1776
|
-
</ul>
|
|
1777
|
-
</aside>
|
|
1778
1277
|
</div>
|
|
1779
1278
|
</li>
|
|
1780
1279
|
</ul>
|
|
@@ -1838,17 +1337,6 @@
|
|
|
1838
1337
|
Returns <span class="tsd-signature-type">void</span>
|
|
1839
1338
|
</h4>
|
|
1840
1339
|
<div class="tsd-comment tsd-typography"></div>
|
|
1841
|
-
<aside class="tsd-sources">
|
|
1842
|
-
<ul>
|
|
1843
|
-
<li>
|
|
1844
|
-
Defined in
|
|
1845
|
-
<a
|
|
1846
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L1033"
|
|
1847
|
-
>core/scope/scope.js:1033</a
|
|
1848
|
-
>
|
|
1849
|
-
</li>
|
|
1850
|
-
</ul>
|
|
1851
|
-
</aside>
|
|
1852
1340
|
</div>
|
|
1853
1341
|
</li>
|
|
1854
1342
|
</ul>
|
|
@@ -1905,17 +1393,6 @@
|
|
|
1905
1393
|
<h4 class="tsd-returns-title">
|
|
1906
1394
|
Returns <span class="tsd-signature-type">any</span>
|
|
1907
1395
|
</h4>
|
|
1908
|
-
<aside class="tsd-sources">
|
|
1909
|
-
<ul>
|
|
1910
|
-
<li>
|
|
1911
|
-
Defined in
|
|
1912
|
-
<a
|
|
1913
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L969"
|
|
1914
|
-
>core/scope/scope.js:969</a
|
|
1915
|
-
>
|
|
1916
|
-
</li>
|
|
1917
|
-
</ul>
|
|
1918
|
-
</aside>
|
|
1919
1396
|
</div>
|
|
1920
1397
|
</li>
|
|
1921
1398
|
</ul>
|
|
@@ -1981,17 +1458,6 @@
|
|
|
1981
1458
|
><span class="tsd-signature-type">any</span
|
|
1982
1459
|
><span class="tsd-signature-symbol">></span>
|
|
1983
1460
|
</h4>
|
|
1984
|
-
<aside class="tsd-sources">
|
|
1985
|
-
<ul>
|
|
1986
|
-
<li>
|
|
1987
|
-
Defined in
|
|
1988
|
-
<a
|
|
1989
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L991"
|
|
1990
|
-
>core/scope/scope.js:991</a
|
|
1991
|
-
>
|
|
1992
|
-
</li>
|
|
1993
|
-
</ul>
|
|
1994
|
-
</aside>
|
|
1995
1461
|
</div>
|
|
1996
1462
|
</li>
|
|
1997
1463
|
</ul>
|
|
@@ -2054,17 +1520,6 @@
|
|
|
2054
1520
|
>
|
|
2055
1521
|
</h4>
|
|
2056
1522
|
<div class="tsd-comment tsd-typography"></div>
|
|
2057
|
-
<aside class="tsd-sources">
|
|
2058
|
-
<ul>
|
|
2059
|
-
<li>
|
|
2060
|
-
Defined in
|
|
2061
|
-
<a
|
|
2062
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L1223"
|
|
2063
|
-
>core/scope/scope.js:1223</a
|
|
2064
|
-
>
|
|
2065
|
-
</li>
|
|
2066
|
-
</ul>
|
|
2067
|
-
</aside>
|
|
2068
1523
|
</div>
|
|
2069
1524
|
</li>
|
|
2070
1525
|
</ul>
|
|
@@ -2105,23 +1560,14 @@
|
|
|
2105
1560
|
><span class="tsd-kind-parameter">newTarget</span>:
|
|
2106
1561
|
<span class="tsd-signature-type">any</span></span
|
|
2107
1562
|
>
|
|
1563
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
2108
1564
|
</li>
|
|
2109
1565
|
</ul>
|
|
2110
1566
|
</div>
|
|
2111
1567
|
<h4 class="tsd-returns-title">
|
|
2112
1568
|
Returns <span class="tsd-signature-type">void</span>
|
|
2113
1569
|
</h4>
|
|
2114
|
-
<
|
|
2115
|
-
<ul>
|
|
2116
|
-
<li>
|
|
2117
|
-
Defined in
|
|
2118
|
-
<a
|
|
2119
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L995"
|
|
2120
|
-
>core/scope/scope.js:995</a
|
|
2121
|
-
>
|
|
2122
|
-
</li>
|
|
2123
|
-
</ul>
|
|
2124
|
-
</aside>
|
|
1570
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
2125
1571
|
</div>
|
|
2126
1572
|
</li>
|
|
2127
1573
|
</ul>
|
|
@@ -2169,17 +1615,6 @@
|
|
|
2169
1615
|
<h4 class="tsd-returns-title">
|
|
2170
1616
|
Returns <span class="tsd-signature-type">any</span>
|
|
2171
1617
|
</h4>
|
|
2172
|
-
<aside class="tsd-sources">
|
|
2173
|
-
<ul>
|
|
2174
|
-
<li>
|
|
2175
|
-
Defined in
|
|
2176
|
-
<a
|
|
2177
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L879"
|
|
2178
|
-
>core/scope/scope.js:879</a
|
|
2179
|
-
>
|
|
2180
|
-
</li>
|
|
2181
|
-
</ul>
|
|
2182
|
-
</aside>
|
|
2183
1618
|
</div>
|
|
2184
1619
|
</li>
|
|
2185
1620
|
</ul>
|
|
@@ -2229,17 +1664,6 @@
|
|
|
2229
1664
|
<h4 class="tsd-returns-title">
|
|
2230
1665
|
Returns <span class="tsd-signature-type">any</span>
|
|
2231
1666
|
</h4>
|
|
2232
|
-
<aside class="tsd-sources">
|
|
2233
|
-
<ul>
|
|
2234
|
-
<li>
|
|
2235
|
-
Defined in
|
|
2236
|
-
<a
|
|
2237
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L906"
|
|
2238
|
-
>core/scope/scope.js:906</a
|
|
2239
|
-
>
|
|
2240
|
-
</li>
|
|
2241
|
-
</ul>
|
|
2242
|
-
</aside>
|
|
2243
1667
|
</div>
|
|
2244
1668
|
</li>
|
|
2245
1669
|
</ul>
|
|
@@ -2259,16 +1683,14 @@
|
|
|
2259
1683
|
><span class="tsd-signature-symbol">(</span
|
|
2260
1684
|
><span class="tsd-kind-parameter">name</span
|
|
2261
1685
|
><span class="tsd-signature-symbol">:</span>
|
|
2262
|
-
<span class="tsd-signature-type">
|
|
1686
|
+
<span class="tsd-signature-type">string</span
|
|
2263
1687
|
><span class="tsd-signature-symbol">,</span>
|
|
2264
1688
|
<span class="tsd-kind-parameter">listener</span
|
|
2265
1689
|
><span class="tsd-signature-symbol">:</span>
|
|
2266
|
-
<span class="tsd-signature-type">
|
|
1690
|
+
<span class="tsd-signature-type">Function</span
|
|
2267
1691
|
><span class="tsd-signature-symbol">)</span
|
|
2268
1692
|
><span class="tsd-signature-symbol">:</span>
|
|
2269
|
-
<span class="tsd-signature-
|
|
2270
|
-
<span class="tsd-signature-symbol">=></span>
|
|
2271
|
-
<span class="tsd-signature-type">void</span
|
|
1693
|
+
<span class="tsd-signature-type">any</span
|
|
2272
1694
|
><a
|
|
2273
1695
|
href="#on-1"
|
|
2274
1696
|
aria-label="Permalink"
|
|
@@ -2284,33 +1706,25 @@
|
|
|
2284
1706
|
<li>
|
|
2285
1707
|
<span
|
|
2286
1708
|
><span class="tsd-kind-parameter">name</span>:
|
|
2287
|
-
<span class="tsd-signature-type">
|
|
1709
|
+
<span class="tsd-signature-type">string</span></span
|
|
2288
1710
|
>
|
|
1711
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
2289
1712
|
</li>
|
|
2290
1713
|
<li>
|
|
2291
1714
|
<span
|
|
2292
1715
|
><span class="tsd-kind-parameter">listener</span>:
|
|
2293
|
-
<span class="tsd-signature-type"
|
|
2294
|
-
|
|
1716
|
+
<span class="tsd-signature-type"
|
|
1717
|
+
>Function</span
|
|
1718
|
+
></span
|
|
1719
|
+
>
|
|
1720
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
2295
1721
|
</li>
|
|
2296
1722
|
</ul>
|
|
2297
1723
|
</div>
|
|
2298
1724
|
<h4 class="tsd-returns-title">
|
|
2299
|
-
Returns <span class="tsd-signature-
|
|
2300
|
-
<span class="tsd-signature-symbol">=></span>
|
|
2301
|
-
<span class="tsd-signature-type">void</span>
|
|
1725
|
+
Returns <span class="tsd-signature-type">any</span>
|
|
2302
1726
|
</h4>
|
|
2303
|
-
<
|
|
2304
|
-
<ul>
|
|
2305
|
-
<li>
|
|
2306
|
-
Defined in
|
|
2307
|
-
<a
|
|
2308
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L1009"
|
|
2309
|
-
>core/scope/scope.js:1009</a
|
|
2310
|
-
>
|
|
2311
|
-
</li>
|
|
2312
|
-
</ul>
|
|
2313
|
-
</aside>
|
|
1727
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
2314
1728
|
</div>
|
|
2315
1729
|
</li>
|
|
2316
1730
|
</ul>
|
|
@@ -2360,17 +1774,6 @@
|
|
|
2360
1774
|
<h4 class="tsd-returns-title">
|
|
2361
1775
|
Returns <span class="tsd-signature-type">void</span>
|
|
2362
1776
|
</h4>
|
|
2363
|
-
<aside class="tsd-sources">
|
|
2364
|
-
<ul>
|
|
2365
|
-
<li>
|
|
2366
|
-
Defined in
|
|
2367
|
-
<a
|
|
2368
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L1152"
|
|
2369
|
-
>core/scope/scope.js:1152</a
|
|
2370
|
-
>
|
|
2371
|
-
</li>
|
|
2372
|
-
</ul>
|
|
2373
|
-
</aside>
|
|
2374
1777
|
</div>
|
|
2375
1778
|
</li>
|
|
2376
1779
|
</ul>
|
|
@@ -2421,733 +1824,49 @@
|
|
|
2421
1824
|
<h4 class="tsd-returns-title">
|
|
2422
1825
|
Returns <span class="tsd-signature-type">any</span>
|
|
2423
1826
|
</h4>
|
|
2424
|
-
<aside class="tsd-sources">
|
|
2425
|
-
<ul>
|
|
2426
|
-
<li>
|
|
2427
|
-
Defined in
|
|
2428
|
-
<a
|
|
2429
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L914"
|
|
2430
|
-
>core/scope/scope.js:914</a
|
|
2431
|
-
>
|
|
2432
|
-
</li>
|
|
2433
|
-
</ul>
|
|
2434
|
-
</aside>
|
|
2435
|
-
</div>
|
|
2436
|
-
</li>
|
|
2437
|
-
</ul>
|
|
2438
|
-
</section>
|
|
2439
|
-
<section class="tsd-panel tsd-member">
|
|
2440
|
-
<h3 class="tsd-anchor-link" id="watch">
|
|
2441
|
-
<span>$watch</span
|
|
2442
|
-
><a href="#watch" aria-label="Permalink" class="tsd-anchor-icon"
|
|
2443
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2444
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2445
|
-
></a>
|
|
2446
|
-
</h3>
|
|
2447
|
-
<ul class="tsd-signatures">
|
|
2448
|
-
<li class="">
|
|
2449
|
-
<div class="tsd-signature tsd-anchor-link" id="watch-1">
|
|
2450
|
-
<span class="tsd-kind-call-signature">$watch</span
|
|
2451
|
-
><span class="tsd-signature-symbol">(</span><br /> <span
|
|
2452
|
-
class="tsd-kind-parameter"
|
|
2453
|
-
>watchProp</span
|
|
2454
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2455
|
-
<span class="tsd-signature-type">string</span
|
|
2456
|
-
><span class="tsd-signature-symbol">,</span><br /> <span
|
|
2457
|
-
class="tsd-kind-parameter"
|
|
2458
|
-
>listenerFn</span
|
|
2459
|
-
><span class="tsd-signature-symbol">?:</span>
|
|
2460
|
-
<a
|
|
2461
|
-
href="../types/core_scope_scope.ListenerFunction.html"
|
|
2462
|
-
class="tsd-signature-type tsd-kind-type-alias"
|
|
2463
|
-
>ListenerFunction</a
|
|
2464
|
-
><span class="tsd-signature-symbol">,</span><br /> <span
|
|
2465
|
-
class="tsd-kind-parameter"
|
|
2466
|
-
>lazy</span
|
|
2467
|
-
><span class="tsd-signature-symbol">?:</span>
|
|
2468
|
-
<span class="tsd-signature-type">boolean</span
|
|
2469
|
-
><span class="tsd-signature-symbol">,</span><br /><span
|
|
2470
|
-
class="tsd-signature-symbol"
|
|
2471
|
-
>)</span
|
|
2472
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2473
|
-
<span class="tsd-signature-symbol">()</span>
|
|
2474
|
-
<span class="tsd-signature-symbol">=></span>
|
|
2475
|
-
<span class="tsd-signature-type">void</span
|
|
2476
|
-
><a
|
|
2477
|
-
href="#watch-1"
|
|
2478
|
-
aria-label="Permalink"
|
|
2479
|
-
class="tsd-anchor-icon"
|
|
2480
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2481
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2482
|
-
></a>
|
|
2483
|
-
</div>
|
|
2484
|
-
<div class="tsd-description">
|
|
2485
|
-
<div class="tsd-comment tsd-typography">
|
|
2486
|
-
<p>
|
|
2487
|
-
Registers a watcher for a property along with a listener
|
|
2488
|
-
function. The listener function is invoked when changes
|
|
2489
|
-
to that property are detected.
|
|
2490
|
-
</p>
|
|
2491
|
-
</div>
|
|
2492
|
-
<div class="tsd-parameters">
|
|
2493
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2494
|
-
<ul class="tsd-parameter-list">
|
|
2495
|
-
<li>
|
|
2496
|
-
<span
|
|
2497
|
-
><span class="tsd-kind-parameter">watchProp</span>:
|
|
2498
|
-
<span class="tsd-signature-type">string</span></span
|
|
2499
|
-
>
|
|
2500
|
-
<div class="tsd-comment tsd-typography">
|
|
2501
|
-
<p>
|
|
2502
|
-
An expression to be watched in the context of this
|
|
2503
|
-
model.
|
|
2504
|
-
</p>
|
|
2505
|
-
</div>
|
|
2506
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
2507
|
-
</li>
|
|
2508
|
-
<li>
|
|
2509
|
-
<span
|
|
2510
|
-
><code class="tsd-tag">Optional</code
|
|
2511
|
-
><span class="tsd-kind-parameter">listenerFn</span>:
|
|
2512
|
-
<a
|
|
2513
|
-
href="../types/core_scope_scope.ListenerFunction.html"
|
|
2514
|
-
class="tsd-signature-type tsd-kind-type-alias"
|
|
2515
|
-
>ListenerFunction</a
|
|
2516
|
-
></span
|
|
2517
|
-
>
|
|
2518
|
-
<div class="tsd-comment tsd-typography">
|
|
2519
|
-
<p>
|
|
2520
|
-
A function to execute when changes are detected on
|
|
2521
|
-
watched context.
|
|
2522
|
-
</p>
|
|
2523
|
-
</div>
|
|
2524
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
2525
|
-
</li>
|
|
2526
|
-
<li>
|
|
2527
|
-
<span
|
|
2528
|
-
><code class="tsd-tag">Optional</code
|
|
2529
|
-
><span class="tsd-kind-parameter">lazy</span>:
|
|
2530
|
-
<span class="tsd-signature-type">boolean</span
|
|
2531
|
-
><span class="tsd-signature-symbol">
|
|
2532
|
-
= false</span
|
|
2533
|
-
></span
|
|
2534
|
-
>
|
|
2535
|
-
<div class="tsd-comment tsd-typography">
|
|
2536
|
-
<p>
|
|
2537
|
-
A flag to indicate if the listener should be
|
|
2538
|
-
invoked immediately. Defaults to false.
|
|
2539
|
-
</p>
|
|
2540
|
-
</div>
|
|
2541
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
2542
|
-
</li>
|
|
2543
|
-
</ul>
|
|
2544
|
-
</div>
|
|
2545
|
-
<h4 class="tsd-returns-title">
|
|
2546
|
-
Returns <span class="tsd-signature-symbol">()</span>
|
|
2547
|
-
<span class="tsd-signature-symbol">=></span>
|
|
2548
|
-
<span class="tsd-signature-type">void</span>
|
|
2549
|
-
</h4>
|
|
2550
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
2551
|
-
<aside class="tsd-sources">
|
|
2552
|
-
<ul>
|
|
2553
|
-
<li>
|
|
2554
|
-
Defined in
|
|
2555
|
-
<a
|
|
2556
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L608"
|
|
2557
|
-
>core/scope/scope.js:608</a
|
|
2558
|
-
>
|
|
2559
|
-
</li>
|
|
2560
|
-
</ul>
|
|
2561
|
-
</aside>
|
|
2562
|
-
</div>
|
|
2563
|
-
</li>
|
|
2564
|
-
</ul>
|
|
2565
|
-
</section>
|
|
2566
|
-
<section class="tsd-panel tsd-member">
|
|
2567
|
-
<h3 class="tsd-anchor-link" id="watchcollection">
|
|
2568
|
-
<span>$watch<wbr />Collection</span
|
|
2569
|
-
><a
|
|
2570
|
-
href="#watchcollection"
|
|
2571
|
-
aria-label="Permalink"
|
|
2572
|
-
class="tsd-anchor-icon"
|
|
2573
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2574
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2575
|
-
></a>
|
|
2576
|
-
</h3>
|
|
2577
|
-
<ul class="tsd-signatures">
|
|
2578
|
-
<li class="">
|
|
2579
|
-
<div
|
|
2580
|
-
class="tsd-signature tsd-anchor-link"
|
|
2581
|
-
id="watchcollection-1"
|
|
2582
|
-
>
|
|
2583
|
-
<span class="tsd-kind-call-signature">$watchCollection</span
|
|
2584
|
-
><span class="tsd-signature-symbol">(</span
|
|
2585
|
-
><span class="tsd-kind-parameter">watchProp</span
|
|
2586
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2587
|
-
<span class="tsd-signature-type">any</span
|
|
2588
|
-
><span class="tsd-signature-symbol">,</span>
|
|
2589
|
-
<span class="tsd-kind-parameter">listenerFn</span
|
|
2590
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2591
|
-
<span class="tsd-signature-type">any</span
|
|
2592
|
-
><span class="tsd-signature-symbol">)</span
|
|
2593
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2594
|
-
<span class="tsd-signature-symbol">()</span>
|
|
2595
|
-
<span class="tsd-signature-symbol">=></span>
|
|
2596
|
-
<span class="tsd-signature-type">void</span
|
|
2597
|
-
><a
|
|
2598
|
-
href="#watchcollection-1"
|
|
2599
|
-
aria-label="Permalink"
|
|
2600
|
-
class="tsd-anchor-icon"
|
|
2601
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2602
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2603
|
-
></a>
|
|
2604
|
-
</div>
|
|
2605
|
-
<div class="tsd-description">
|
|
2606
|
-
<div class="tsd-parameters">
|
|
2607
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2608
|
-
<ul class="tsd-parameter-list">
|
|
2609
|
-
<li>
|
|
2610
|
-
<span
|
|
2611
|
-
><span class="tsd-kind-parameter">watchProp</span>:
|
|
2612
|
-
<span class="tsd-signature-type">any</span></span
|
|
2613
|
-
>
|
|
2614
|
-
</li>
|
|
2615
|
-
<li>
|
|
2616
|
-
<span
|
|
2617
|
-
><span class="tsd-kind-parameter">listenerFn</span>:
|
|
2618
|
-
<span class="tsd-signature-type">any</span></span
|
|
2619
|
-
>
|
|
2620
|
-
</li>
|
|
2621
|
-
</ul>
|
|
2622
|
-
</div>
|
|
2623
|
-
<h4 class="tsd-returns-title">
|
|
2624
|
-
Returns <span class="tsd-signature-symbol">()</span>
|
|
2625
|
-
<span class="tsd-signature-symbol">=></span>
|
|
2626
|
-
<span class="tsd-signature-type">void</span>
|
|
2627
|
-
</h4>
|
|
2628
|
-
<aside class="tsd-sources">
|
|
2629
|
-
<ul>
|
|
2630
|
-
<li>
|
|
2631
|
-
Defined in
|
|
2632
|
-
<a
|
|
2633
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L875"
|
|
2634
|
-
>core/scope/scope.js:875</a
|
|
2635
|
-
>
|
|
2636
|
-
</li>
|
|
2637
|
-
</ul>
|
|
2638
|
-
</aside>
|
|
2639
1827
|
</div>
|
|
2640
1828
|
</li>
|
|
2641
1829
|
</ul>
|
|
2642
1830
|
</section>
|
|
2643
1831
|
<section class="tsd-panel tsd-member">
|
|
2644
|
-
<h3 class="tsd-anchor-link" id="
|
|
2645
|
-
<span>$watch
|
|
2646
|
-
><a
|
|
2647
|
-
href="#watchgroup"
|
|
2648
|
-
aria-label="Permalink"
|
|
2649
|
-
class="tsd-anchor-icon"
|
|
2650
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2651
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2652
|
-
></a>
|
|
2653
|
-
</h3>
|
|
2654
|
-
<ul class="tsd-signatures">
|
|
2655
|
-
<li class="">
|
|
2656
|
-
<div class="tsd-signature tsd-anchor-link" id="watchgroup-1">
|
|
2657
|
-
<span class="tsd-kind-call-signature">$watchGroup</span
|
|
2658
|
-
><span class="tsd-signature-symbol">(</span
|
|
2659
|
-
><span class="tsd-kind-parameter">watchArray</span
|
|
2660
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2661
|
-
<span class="tsd-signature-type">any</span
|
|
2662
|
-
><span class="tsd-signature-symbol">,</span>
|
|
2663
|
-
<span class="tsd-kind-parameter">listenerFn</span
|
|
2664
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2665
|
-
<span class="tsd-signature-type">any</span
|
|
2666
|
-
><span class="tsd-signature-symbol">)</span
|
|
2667
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2668
|
-
<span class="tsd-signature-type">void</span
|
|
2669
|
-
><a
|
|
2670
|
-
href="#watchgroup-1"
|
|
2671
|
-
aria-label="Permalink"
|
|
2672
|
-
class="tsd-anchor-icon"
|
|
2673
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2674
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2675
|
-
></a>
|
|
2676
|
-
</div>
|
|
2677
|
-
<div class="tsd-description">
|
|
2678
|
-
<div class="tsd-parameters">
|
|
2679
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2680
|
-
<ul class="tsd-parameter-list">
|
|
2681
|
-
<li>
|
|
2682
|
-
<span
|
|
2683
|
-
><span class="tsd-kind-parameter">watchArray</span>:
|
|
2684
|
-
<span class="tsd-signature-type">any</span></span
|
|
2685
|
-
>
|
|
2686
|
-
</li>
|
|
2687
|
-
<li>
|
|
2688
|
-
<span
|
|
2689
|
-
><span class="tsd-kind-parameter">listenerFn</span>:
|
|
2690
|
-
<span class="tsd-signature-type">any</span></span
|
|
2691
|
-
>
|
|
2692
|
-
</li>
|
|
2693
|
-
</ul>
|
|
2694
|
-
</div>
|
|
2695
|
-
<h4 class="tsd-returns-title">
|
|
2696
|
-
Returns <span class="tsd-signature-type">void</span>
|
|
2697
|
-
</h4>
|
|
2698
|
-
<aside class="tsd-sources">
|
|
2699
|
-
<ul>
|
|
2700
|
-
<li>
|
|
2701
|
-
Defined in
|
|
2702
|
-
<a
|
|
2703
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L871"
|
|
2704
|
-
>core/scope/scope.js:871</a
|
|
2705
|
-
>
|
|
2706
|
-
</li>
|
|
2707
|
-
</ul>
|
|
2708
|
-
</aside>
|
|
2709
|
-
</div>
|
|
2710
|
-
</li>
|
|
2711
|
-
</ul>
|
|
2712
|
-
</section>
|
|
2713
|
-
<section class="tsd-panel tsd-member">
|
|
2714
|
-
<h3 class="tsd-anchor-link" id="checkelistenersforallkeys">
|
|
2715
|
-
<span
|
|
2716
|
-
>checke<wbr />Listeners<wbr />For<wbr />All<wbr />Keys</span
|
|
2717
|
-
><a
|
|
2718
|
-
href="#checkelistenersforallkeys"
|
|
2719
|
-
aria-label="Permalink"
|
|
2720
|
-
class="tsd-anchor-icon"
|
|
2721
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2722
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2723
|
-
></a>
|
|
2724
|
-
</h3>
|
|
2725
|
-
<ul class="tsd-signatures">
|
|
2726
|
-
<li class="">
|
|
2727
|
-
<div
|
|
2728
|
-
class="tsd-signature tsd-anchor-link"
|
|
2729
|
-
id="checkelistenersforallkeys-1"
|
|
2730
|
-
>
|
|
2731
|
-
<span class="tsd-kind-call-signature"
|
|
2732
|
-
>checkeListenersForAllKeys</span
|
|
2733
|
-
><span class="tsd-signature-symbol">(</span
|
|
2734
|
-
><span class="tsd-kind-parameter">value</span
|
|
2735
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2736
|
-
<span class="tsd-signature-type">any</span
|
|
2737
|
-
><span class="tsd-signature-symbol">)</span
|
|
2738
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2739
|
-
<span class="tsd-signature-type">void</span
|
|
2740
|
-
><a
|
|
2741
|
-
href="#checkelistenersforallkeys-1"
|
|
2742
|
-
aria-label="Permalink"
|
|
2743
|
-
class="tsd-anchor-icon"
|
|
2744
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2745
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2746
|
-
></a>
|
|
2747
|
-
</div>
|
|
2748
|
-
<div class="tsd-description">
|
|
2749
|
-
<div class="tsd-parameters">
|
|
2750
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2751
|
-
<ul class="tsd-parameter-list">
|
|
2752
|
-
<li>
|
|
2753
|
-
<span
|
|
2754
|
-
><span class="tsd-kind-parameter">value</span>:
|
|
2755
|
-
<span class="tsd-signature-type">any</span></span
|
|
2756
|
-
>
|
|
2757
|
-
</li>
|
|
2758
|
-
</ul>
|
|
2759
|
-
</div>
|
|
2760
|
-
<h4 class="tsd-returns-title">
|
|
2761
|
-
Returns <span class="tsd-signature-type">void</span>
|
|
2762
|
-
</h4>
|
|
2763
|
-
<aside class="tsd-sources">
|
|
2764
|
-
<ul>
|
|
2765
|
-
<li>
|
|
2766
|
-
Defined in
|
|
2767
|
-
<a
|
|
2768
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L440"
|
|
2769
|
-
>core/scope/scope.js:440</a
|
|
2770
|
-
>
|
|
2771
|
-
</li>
|
|
2772
|
-
</ul>
|
|
2773
|
-
</aside>
|
|
2774
|
-
</div>
|
|
2775
|
-
</li>
|
|
2776
|
-
</ul>
|
|
2777
|
-
</section>
|
|
2778
|
-
<section class="tsd-panel tsd-member">
|
|
2779
|
-
<h3 class="tsd-anchor-link" id="deleteproperty">
|
|
2780
|
-
<span>delete<wbr />Property</span
|
|
2781
|
-
><a
|
|
2782
|
-
href="#deleteproperty"
|
|
2783
|
-
aria-label="Permalink"
|
|
2784
|
-
class="tsd-anchor-icon"
|
|
2785
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2786
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2787
|
-
></a>
|
|
2788
|
-
</h3>
|
|
2789
|
-
<ul class="tsd-signatures">
|
|
2790
|
-
<li class="">
|
|
2791
|
-
<div
|
|
2792
|
-
class="tsd-signature tsd-anchor-link"
|
|
2793
|
-
id="deleteproperty-1"
|
|
2794
|
-
>
|
|
2795
|
-
<span class="tsd-kind-call-signature">deleteProperty</span
|
|
2796
|
-
><span class="tsd-signature-symbol">(</span
|
|
2797
|
-
><span class="tsd-kind-parameter">target</span
|
|
2798
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2799
|
-
<span class="tsd-signature-type">any</span
|
|
2800
|
-
><span class="tsd-signature-symbol">,</span>
|
|
2801
|
-
<span class="tsd-kind-parameter">property</span
|
|
2802
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2803
|
-
<span class="tsd-signature-type">any</span
|
|
2804
|
-
><span class="tsd-signature-symbol">)</span
|
|
2805
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2806
|
-
<span class="tsd-signature-type">boolean</span
|
|
2807
|
-
><a
|
|
2808
|
-
href="#deleteproperty-1"
|
|
2809
|
-
aria-label="Permalink"
|
|
2810
|
-
class="tsd-anchor-icon"
|
|
2811
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2812
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2813
|
-
></a>
|
|
2814
|
-
</div>
|
|
2815
|
-
<div class="tsd-description">
|
|
2816
|
-
<div class="tsd-parameters">
|
|
2817
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2818
|
-
<ul class="tsd-parameter-list">
|
|
2819
|
-
<li>
|
|
2820
|
-
<span
|
|
2821
|
-
><span class="tsd-kind-parameter">target</span>:
|
|
2822
|
-
<span class="tsd-signature-type">any</span></span
|
|
2823
|
-
>
|
|
2824
|
-
</li>
|
|
2825
|
-
<li>
|
|
2826
|
-
<span
|
|
2827
|
-
><span class="tsd-kind-parameter">property</span>:
|
|
2828
|
-
<span class="tsd-signature-type">any</span></span
|
|
2829
|
-
>
|
|
2830
|
-
</li>
|
|
2831
|
-
</ul>
|
|
2832
|
-
</div>
|
|
2833
|
-
<h4 class="tsd-returns-title">
|
|
2834
|
-
Returns <span class="tsd-signature-type">boolean</span>
|
|
2835
|
-
</h4>
|
|
2836
|
-
<aside class="tsd-sources">
|
|
2837
|
-
<ul>
|
|
2838
|
-
<li>
|
|
2839
|
-
Defined in
|
|
2840
|
-
<a
|
|
2841
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L554"
|
|
2842
|
-
>core/scope/scope.js:554</a
|
|
2843
|
-
>
|
|
2844
|
-
</li>
|
|
2845
|
-
</ul>
|
|
2846
|
-
</aside>
|
|
2847
|
-
</div>
|
|
2848
|
-
</li>
|
|
2849
|
-
</ul>
|
|
2850
|
-
</section>
|
|
2851
|
-
<section class="tsd-panel tsd-member">
|
|
2852
|
-
<h3 class="tsd-anchor-link" id="deregisterforeignkey">
|
|
2853
|
-
<span>deregister<wbr />Foreign<wbr />Key</span
|
|
2854
|
-
><a
|
|
2855
|
-
href="#deregisterforeignkey"
|
|
2856
|
-
aria-label="Permalink"
|
|
2857
|
-
class="tsd-anchor-icon"
|
|
2858
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2859
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2860
|
-
></a>
|
|
2861
|
-
</h3>
|
|
2862
|
-
<ul class="tsd-signatures">
|
|
2863
|
-
<li class="">
|
|
2864
|
-
<div
|
|
2865
|
-
class="tsd-signature tsd-anchor-link"
|
|
2866
|
-
id="deregisterforeignkey-1"
|
|
2867
|
-
>
|
|
2868
|
-
<span class="tsd-kind-call-signature"
|
|
2869
|
-
>deregisterForeignKey</span
|
|
2870
|
-
><span class="tsd-signature-symbol">(</span
|
|
2871
|
-
><span class="tsd-kind-parameter">key</span
|
|
2872
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2873
|
-
<span class="tsd-signature-type">any</span
|
|
2874
|
-
><span class="tsd-signature-symbol">,</span>
|
|
2875
|
-
<span class="tsd-kind-parameter">id</span
|
|
2876
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2877
|
-
<span class="tsd-signature-type">any</span
|
|
2878
|
-
><span class="tsd-signature-symbol">)</span
|
|
2879
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2880
|
-
<span class="tsd-signature-type">boolean</span
|
|
2881
|
-
><a
|
|
2882
|
-
href="#deregisterforeignkey-1"
|
|
2883
|
-
aria-label="Permalink"
|
|
2884
|
-
class="tsd-anchor-icon"
|
|
2885
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2886
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2887
|
-
></a>
|
|
2888
|
-
</div>
|
|
2889
|
-
<div class="tsd-description">
|
|
2890
|
-
<div class="tsd-parameters">
|
|
2891
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2892
|
-
<ul class="tsd-parameter-list">
|
|
2893
|
-
<li>
|
|
2894
|
-
<span
|
|
2895
|
-
><span class="tsd-kind-parameter">key</span>:
|
|
2896
|
-
<span class="tsd-signature-type">any</span></span
|
|
2897
|
-
>
|
|
2898
|
-
</li>
|
|
2899
|
-
<li>
|
|
2900
|
-
<span
|
|
2901
|
-
><span class="tsd-kind-parameter">id</span>:
|
|
2902
|
-
<span class="tsd-signature-type">any</span></span
|
|
2903
|
-
>
|
|
2904
|
-
</li>
|
|
2905
|
-
</ul>
|
|
2906
|
-
</div>
|
|
2907
|
-
<h4 class="tsd-returns-title">
|
|
2908
|
-
Returns <span class="tsd-signature-type">boolean</span>
|
|
2909
|
-
</h4>
|
|
2910
|
-
<aside class="tsd-sources">
|
|
2911
|
-
<ul>
|
|
2912
|
-
<li>
|
|
2913
|
-
Defined in
|
|
2914
|
-
<a
|
|
2915
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L953"
|
|
2916
|
-
>core/scope/scope.js:953</a
|
|
2917
|
-
>
|
|
2918
|
-
</li>
|
|
2919
|
-
</ul>
|
|
2920
|
-
</aside>
|
|
2921
|
-
</div>
|
|
2922
|
-
</li>
|
|
2923
|
-
</ul>
|
|
2924
|
-
</section>
|
|
2925
|
-
<section class="tsd-panel tsd-member">
|
|
2926
|
-
<h3 class="tsd-anchor-link" id="deregisterkey">
|
|
2927
|
-
<span>deregister<wbr />Key</span
|
|
2928
|
-
><a
|
|
2929
|
-
href="#deregisterkey"
|
|
2930
|
-
aria-label="Permalink"
|
|
2931
|
-
class="tsd-anchor-icon"
|
|
2932
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2933
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2934
|
-
></a>
|
|
2935
|
-
</h3>
|
|
2936
|
-
<ul class="tsd-signatures">
|
|
2937
|
-
<li class="">
|
|
2938
|
-
<div
|
|
2939
|
-
class="tsd-signature tsd-anchor-link"
|
|
2940
|
-
id="deregisterkey-1"
|
|
2941
|
-
>
|
|
2942
|
-
<span class="tsd-kind-call-signature">deregisterKey</span
|
|
2943
|
-
><span class="tsd-signature-symbol">(</span
|
|
2944
|
-
><span class="tsd-kind-parameter">key</span
|
|
2945
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2946
|
-
<span class="tsd-signature-type">any</span
|
|
2947
|
-
><span class="tsd-signature-symbol">,</span>
|
|
2948
|
-
<span class="tsd-kind-parameter">id</span
|
|
2949
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2950
|
-
<span class="tsd-signature-type">any</span
|
|
2951
|
-
><span class="tsd-signature-symbol">)</span
|
|
2952
|
-
><span class="tsd-signature-symbol">:</span>
|
|
2953
|
-
<span class="tsd-signature-type">boolean</span
|
|
2954
|
-
><a
|
|
2955
|
-
href="#deregisterkey-1"
|
|
2956
|
-
aria-label="Permalink"
|
|
2957
|
-
class="tsd-anchor-icon"
|
|
2958
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
2959
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
2960
|
-
></a>
|
|
2961
|
-
</div>
|
|
2962
|
-
<div class="tsd-description">
|
|
2963
|
-
<div class="tsd-parameters">
|
|
2964
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2965
|
-
<ul class="tsd-parameter-list">
|
|
2966
|
-
<li>
|
|
2967
|
-
<span
|
|
2968
|
-
><span class="tsd-kind-parameter">key</span>:
|
|
2969
|
-
<span class="tsd-signature-type">any</span></span
|
|
2970
|
-
>
|
|
2971
|
-
</li>
|
|
2972
|
-
<li>
|
|
2973
|
-
<span
|
|
2974
|
-
><span class="tsd-kind-parameter">id</span>:
|
|
2975
|
-
<span class="tsd-signature-type">any</span></span
|
|
2976
|
-
>
|
|
2977
|
-
</li>
|
|
2978
|
-
</ul>
|
|
2979
|
-
</div>
|
|
2980
|
-
<h4 class="tsd-returns-title">
|
|
2981
|
-
Returns <span class="tsd-signature-type">boolean</span>
|
|
2982
|
-
</h4>
|
|
2983
|
-
<aside class="tsd-sources">
|
|
2984
|
-
<ul>
|
|
2985
|
-
<li>
|
|
2986
|
-
Defined in
|
|
2987
|
-
<a
|
|
2988
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L937"
|
|
2989
|
-
>core/scope/scope.js:937</a
|
|
2990
|
-
>
|
|
2991
|
-
</li>
|
|
2992
|
-
</ul>
|
|
2993
|
-
</aside>
|
|
2994
|
-
</div>
|
|
2995
|
-
</li>
|
|
2996
|
-
</ul>
|
|
2997
|
-
</section>
|
|
2998
|
-
<section class="tsd-panel tsd-member">
|
|
2999
|
-
<h3 class="tsd-anchor-link" id="get">
|
|
3000
|
-
<span>get</span
|
|
3001
|
-
><a href="#get" aria-label="Permalink" class="tsd-anchor-icon"
|
|
3002
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
3003
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
3004
|
-
></a>
|
|
3005
|
-
</h3>
|
|
3006
|
-
<ul class="tsd-signatures">
|
|
3007
|
-
<li class="">
|
|
3008
|
-
<div class="tsd-signature tsd-anchor-link" id="get-1">
|
|
3009
|
-
<span class="tsd-kind-call-signature">get</span
|
|
3010
|
-
><span class="tsd-signature-symbol">(</span><br /> <span
|
|
3011
|
-
class="tsd-kind-parameter"
|
|
3012
|
-
>target</span
|
|
3013
|
-
><span class="tsd-signature-symbol">:</span>
|
|
3014
|
-
<span class="tsd-signature-type">any</span
|
|
3015
|
-
><span class="tsd-signature-symbol">,</span><br /> <span
|
|
3016
|
-
class="tsd-kind-parameter"
|
|
3017
|
-
>property</span
|
|
3018
|
-
><span class="tsd-signature-symbol">:</span>
|
|
3019
|
-
<span class="tsd-signature-type">string</span>
|
|
3020
|
-
<span class="tsd-signature-symbol">|</span>
|
|
3021
|
-
<span class="tsd-signature-type">number</span>
|
|
3022
|
-
<span class="tsd-signature-symbol">|</span>
|
|
3023
|
-
<span class="tsd-signature-type">symbol</span
|
|
3024
|
-
><span class="tsd-signature-symbol">,</span><br /> <span
|
|
3025
|
-
class="tsd-kind-parameter"
|
|
3026
|
-
>proxy</span
|
|
3027
|
-
><span class="tsd-signature-symbol">:</span>
|
|
3028
|
-
<span class="tsd-signature-type">ProxyConstructor</span
|
|
3029
|
-
><span class="tsd-signature-symbol">,</span><br /><span
|
|
3030
|
-
class="tsd-signature-symbol"
|
|
3031
|
-
>)</span
|
|
3032
|
-
><span class="tsd-signature-symbol">:</span>
|
|
3033
|
-
<span class="tsd-signature-type">any</span
|
|
3034
|
-
><a
|
|
3035
|
-
href="#get-1"
|
|
3036
|
-
aria-label="Permalink"
|
|
3037
|
-
class="tsd-anchor-icon"
|
|
3038
|
-
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
3039
|
-
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
3040
|
-
></a>
|
|
3041
|
-
</div>
|
|
3042
|
-
<div class="tsd-description">
|
|
3043
|
-
<div class="tsd-comment tsd-typography">
|
|
3044
|
-
<p>
|
|
3045
|
-
Intercepts property access on the target object. It
|
|
3046
|
-
checks for specific properties (<code>watch</code> and
|
|
3047
|
-
<code>sync</code>) and binds their methods. For other
|
|
3048
|
-
properties, it returns the value directly.
|
|
3049
|
-
</p>
|
|
3050
|
-
</div>
|
|
3051
|
-
<div class="tsd-parameters">
|
|
3052
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
3053
|
-
<ul class="tsd-parameter-list">
|
|
3054
|
-
<li>
|
|
3055
|
-
<span
|
|
3056
|
-
><span class="tsd-kind-parameter">target</span>:
|
|
3057
|
-
<span class="tsd-signature-type">any</span></span
|
|
3058
|
-
>
|
|
3059
|
-
<div class="tsd-comment tsd-typography">
|
|
3060
|
-
<p>The target object.</p>
|
|
3061
|
-
</div>
|
|
3062
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
3063
|
-
</li>
|
|
3064
|
-
<li>
|
|
3065
|
-
<span
|
|
3066
|
-
><span class="tsd-kind-parameter">property</span>:
|
|
3067
|
-
<span class="tsd-signature-type">string</span>
|
|
3068
|
-
<span class="tsd-signature-symbol">|</span>
|
|
3069
|
-
<span class="tsd-signature-type">number</span>
|
|
3070
|
-
<span class="tsd-signature-symbol">|</span>
|
|
3071
|
-
<span class="tsd-signature-type">symbol</span></span
|
|
3072
|
-
>
|
|
3073
|
-
<div class="tsd-comment tsd-typography">
|
|
3074
|
-
<p>The name of the property being accessed.</p>
|
|
3075
|
-
</div>
|
|
3076
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
3077
|
-
</li>
|
|
3078
|
-
<li>
|
|
3079
|
-
<span
|
|
3080
|
-
><span class="tsd-kind-parameter">proxy</span>:
|
|
3081
|
-
<span class="tsd-signature-type"
|
|
3082
|
-
>ProxyConstructor</span
|
|
3083
|
-
></span
|
|
3084
|
-
>
|
|
3085
|
-
<div class="tsd-comment tsd-typography">
|
|
3086
|
-
<p>The proxy object being invoked</p>
|
|
3087
|
-
</div>
|
|
3088
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
3089
|
-
</li>
|
|
3090
|
-
</ul>
|
|
3091
|
-
</div>
|
|
3092
|
-
<h4 class="tsd-returns-title">
|
|
3093
|
-
Returns <span class="tsd-signature-type">any</span>
|
|
3094
|
-
</h4>
|
|
3095
|
-
<ul>
|
|
3096
|
-
<li>
|
|
3097
|
-
The value of the property or a method if accessing
|
|
3098
|
-
<code>watch</code> or <code>sync</code>.
|
|
3099
|
-
</li>
|
|
3100
|
-
</ul>
|
|
3101
|
-
<div class="tsd-comment tsd-typography"></div>
|
|
3102
|
-
<aside class="tsd-sources">
|
|
3103
|
-
<ul>
|
|
3104
|
-
<li>
|
|
3105
|
-
Defined in
|
|
3106
|
-
<a
|
|
3107
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L466"
|
|
3108
|
-
>core/scope/scope.js:466</a
|
|
3109
|
-
>
|
|
3110
|
-
</li>
|
|
3111
|
-
</ul>
|
|
3112
|
-
</aside>
|
|
3113
|
-
</div>
|
|
3114
|
-
</li>
|
|
3115
|
-
</ul>
|
|
3116
|
-
</section>
|
|
3117
|
-
<section class="tsd-panel tsd-member">
|
|
3118
|
-
<h3 class="tsd-anchor-link" id="notifylistener">
|
|
3119
|
-
<span>notify<wbr />Listener</span
|
|
3120
|
-
><a
|
|
3121
|
-
href="#notifylistener"
|
|
3122
|
-
aria-label="Permalink"
|
|
3123
|
-
class="tsd-anchor-icon"
|
|
1832
|
+
<h3 class="tsd-anchor-link" id="watch">
|
|
1833
|
+
<span>$watch</span
|
|
1834
|
+
><a href="#watch" aria-label="Permalink" class="tsd-anchor-icon"
|
|
3124
1835
|
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
3125
1836
|
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
3126
1837
|
></a>
|
|
3127
1838
|
</h3>
|
|
3128
1839
|
<ul class="tsd-signatures">
|
|
3129
1840
|
<li class="">
|
|
3130
|
-
<div
|
|
3131
|
-
class="tsd-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
><span class="tsd-signature-symbol">(</span
|
|
3136
|
-
><span class="tsd-kind-parameter">listener</span
|
|
1841
|
+
<div class="tsd-signature tsd-anchor-link" id="watch-1">
|
|
1842
|
+
<span class="tsd-kind-call-signature">$watch</span
|
|
1843
|
+
><span class="tsd-signature-symbol">(</span><br /> <span
|
|
1844
|
+
class="tsd-kind-parameter"
|
|
1845
|
+
>watchProp</span
|
|
3137
1846
|
><span class="tsd-signature-symbol">:</span>
|
|
1847
|
+
<span class="tsd-signature-type">string</span
|
|
1848
|
+
><span class="tsd-signature-symbol">,</span><br /> <span
|
|
1849
|
+
class="tsd-kind-parameter"
|
|
1850
|
+
>listenerFn</span
|
|
1851
|
+
><span class="tsd-signature-symbol">?:</span>
|
|
3138
1852
|
<a
|
|
3139
|
-
href="../
|
|
3140
|
-
class="tsd-signature-type tsd-kind-
|
|
3141
|
-
>
|
|
3142
|
-
><span class="tsd-signature-symbol">,</span
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
1853
|
+
href="../types/core_scope_scope.ListenerFunction.html"
|
|
1854
|
+
class="tsd-signature-type tsd-kind-type-alias"
|
|
1855
|
+
>ListenerFunction</a
|
|
1856
|
+
><span class="tsd-signature-symbol">,</span><br /> <span
|
|
1857
|
+
class="tsd-kind-parameter"
|
|
1858
|
+
>lazy</span
|
|
1859
|
+
><span class="tsd-signature-symbol">?:</span>
|
|
1860
|
+
<span class="tsd-signature-type">boolean</span
|
|
1861
|
+
><span class="tsd-signature-symbol">,</span><br /><span
|
|
1862
|
+
class="tsd-signature-symbol"
|
|
1863
|
+
>)</span
|
|
3147
1864
|
><span class="tsd-signature-symbol">:</span>
|
|
1865
|
+
<span class="tsd-signature-symbol">()</span>
|
|
1866
|
+
<span class="tsd-signature-symbol">=></span>
|
|
3148
1867
|
<span class="tsd-signature-type">void</span
|
|
3149
1868
|
><a
|
|
3150
|
-
href="#
|
|
1869
|
+
href="#watch-1"
|
|
3151
1870
|
aria-label="Permalink"
|
|
3152
1871
|
class="tsd-anchor-icon"
|
|
3153
1872
|
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
@@ -3157,8 +1876,9 @@
|
|
|
3157
1876
|
<div class="tsd-description">
|
|
3158
1877
|
<div class="tsd-comment tsd-typography">
|
|
3159
1878
|
<p>
|
|
3160
|
-
|
|
3161
|
-
|
|
1879
|
+
Registers a watcher for a property along with a listener
|
|
1880
|
+
function. The listener function is invoked when changes
|
|
1881
|
+
to that property are detected.
|
|
3162
1882
|
</p>
|
|
3163
1883
|
</div>
|
|
3164
1884
|
<div class="tsd-parameters">
|
|
@@ -3166,50 +1886,69 @@
|
|
|
3166
1886
|
<ul class="tsd-parameter-list">
|
|
3167
1887
|
<li>
|
|
3168
1888
|
<span
|
|
3169
|
-
><span class="tsd-kind-parameter">
|
|
1889
|
+
><span class="tsd-kind-parameter">watchProp</span>:
|
|
1890
|
+
<span class="tsd-signature-type">string</span></span
|
|
1891
|
+
>
|
|
1892
|
+
<div class="tsd-comment tsd-typography">
|
|
1893
|
+
<p>
|
|
1894
|
+
An expression to be watched in the context of this
|
|
1895
|
+
model.
|
|
1896
|
+
</p>
|
|
1897
|
+
</div>
|
|
1898
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
1899
|
+
</li>
|
|
1900
|
+
<li>
|
|
1901
|
+
<span
|
|
1902
|
+
><code class="tsd-tag">Optional</code
|
|
1903
|
+
><span class="tsd-kind-parameter">listenerFn</span>:
|
|
3170
1904
|
<a
|
|
3171
|
-
href="../
|
|
3172
|
-
class="tsd-signature-type tsd-kind-
|
|
3173
|
-
>
|
|
1905
|
+
href="../types/core_scope_scope.ListenerFunction.html"
|
|
1906
|
+
class="tsd-signature-type tsd-kind-type-alias"
|
|
1907
|
+
>ListenerFunction</a
|
|
3174
1908
|
></span
|
|
3175
1909
|
>
|
|
3176
1910
|
<div class="tsd-comment tsd-typography">
|
|
3177
|
-
<p>
|
|
1911
|
+
<p>
|
|
1912
|
+
A function to execute when changes are detected on
|
|
1913
|
+
watched context.
|
|
1914
|
+
</p>
|
|
3178
1915
|
</div>
|
|
3179
1916
|
<div class="tsd-comment tsd-typography"></div>
|
|
3180
1917
|
</li>
|
|
3181
1918
|
<li>
|
|
3182
1919
|
<span
|
|
3183
|
-
><
|
|
3184
|
-
|
|
1920
|
+
><code class="tsd-tag">Optional</code
|
|
1921
|
+
><span class="tsd-kind-parameter">lazy</span>:
|
|
1922
|
+
<span class="tsd-signature-type">boolean</span
|
|
1923
|
+
><span class="tsd-signature-symbol">
|
|
1924
|
+
= false</span
|
|
1925
|
+
></span
|
|
3185
1926
|
>
|
|
1927
|
+
<div class="tsd-comment tsd-typography">
|
|
1928
|
+
<p>
|
|
1929
|
+
A flag to indicate if the listener should be
|
|
1930
|
+
invoked immediately. Defaults to false.
|
|
1931
|
+
</p>
|
|
1932
|
+
</div>
|
|
1933
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
3186
1934
|
</li>
|
|
3187
1935
|
</ul>
|
|
3188
1936
|
</div>
|
|
3189
1937
|
<h4 class="tsd-returns-title">
|
|
3190
|
-
Returns <span class="tsd-signature-
|
|
1938
|
+
Returns <span class="tsd-signature-symbol">()</span>
|
|
1939
|
+
<span class="tsd-signature-symbol">=></span>
|
|
1940
|
+
<span class="tsd-signature-type">void</span>
|
|
3191
1941
|
</h4>
|
|
3192
1942
|
<div class="tsd-comment tsd-typography"></div>
|
|
3193
|
-
<aside class="tsd-sources">
|
|
3194
|
-
<ul>
|
|
3195
|
-
<li>
|
|
3196
|
-
Defined in
|
|
3197
|
-
<a
|
|
3198
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L1184"
|
|
3199
|
-
>core/scope/scope.js:1184</a
|
|
3200
|
-
>
|
|
3201
|
-
</li>
|
|
3202
|
-
</ul>
|
|
3203
|
-
</aside>
|
|
3204
1943
|
</div>
|
|
3205
1944
|
</li>
|
|
3206
1945
|
</ul>
|
|
3207
1946
|
</section>
|
|
3208
1947
|
<section class="tsd-panel tsd-member">
|
|
3209
|
-
<h3 class="tsd-anchor-link" id="
|
|
3210
|
-
<span>
|
|
1948
|
+
<h3 class="tsd-anchor-link" id="deleteproperty">
|
|
1949
|
+
<span>delete<wbr />Property</span
|
|
3211
1950
|
><a
|
|
3212
|
-
href="#
|
|
1951
|
+
href="#deleteproperty"
|
|
3213
1952
|
aria-label="Permalink"
|
|
3214
1953
|
class="tsd-anchor-icon"
|
|
3215
1954
|
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
@@ -3220,23 +1959,22 @@
|
|
|
3220
1959
|
<li class="">
|
|
3221
1960
|
<div
|
|
3222
1961
|
class="tsd-signature tsd-anchor-link"
|
|
3223
|
-
id="
|
|
1962
|
+
id="deleteproperty-1"
|
|
3224
1963
|
>
|
|
3225
|
-
<span class="tsd-kind-call-signature"
|
|
3226
|
-
>registerForeignKey</span
|
|
1964
|
+
<span class="tsd-kind-call-signature">deleteProperty</span
|
|
3227
1965
|
><span class="tsd-signature-symbol">(</span
|
|
3228
|
-
><span class="tsd-kind-parameter">
|
|
1966
|
+
><span class="tsd-kind-parameter">target</span
|
|
3229
1967
|
><span class="tsd-signature-symbol">:</span>
|
|
3230
1968
|
<span class="tsd-signature-type">any</span
|
|
3231
1969
|
><span class="tsd-signature-symbol">,</span>
|
|
3232
|
-
<span class="tsd-kind-parameter">
|
|
1970
|
+
<span class="tsd-kind-parameter">property</span
|
|
3233
1971
|
><span class="tsd-signature-symbol">:</span>
|
|
3234
1972
|
<span class="tsd-signature-type">any</span
|
|
3235
1973
|
><span class="tsd-signature-symbol">)</span
|
|
3236
1974
|
><span class="tsd-signature-symbol">:</span>
|
|
3237
|
-
<span class="tsd-signature-type">
|
|
1975
|
+
<span class="tsd-signature-type">boolean</span
|
|
3238
1976
|
><a
|
|
3239
|
-
href="#
|
|
1977
|
+
href="#deleteproperty-1"
|
|
3240
1978
|
aria-label="Permalink"
|
|
3241
1979
|
class="tsd-anchor-icon"
|
|
3242
1980
|
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
@@ -3249,64 +1987,63 @@
|
|
|
3249
1987
|
<ul class="tsd-parameter-list">
|
|
3250
1988
|
<li>
|
|
3251
1989
|
<span
|
|
3252
|
-
><span class="tsd-kind-parameter">
|
|
1990
|
+
><span class="tsd-kind-parameter">target</span>:
|
|
3253
1991
|
<span class="tsd-signature-type">any</span></span
|
|
3254
1992
|
>
|
|
3255
1993
|
</li>
|
|
3256
1994
|
<li>
|
|
3257
1995
|
<span
|
|
3258
|
-
><span class="tsd-kind-parameter">
|
|
1996
|
+
><span class="tsd-kind-parameter">property</span>:
|
|
3259
1997
|
<span class="tsd-signature-type">any</span></span
|
|
3260
1998
|
>
|
|
3261
1999
|
</li>
|
|
3262
2000
|
</ul>
|
|
3263
2001
|
</div>
|
|
3264
2002
|
<h4 class="tsd-returns-title">
|
|
3265
|
-
Returns <span class="tsd-signature-type">
|
|
2003
|
+
Returns <span class="tsd-signature-type">boolean</span>
|
|
3266
2004
|
</h4>
|
|
3267
|
-
<aside class="tsd-sources">
|
|
3268
|
-
<ul>
|
|
3269
|
-
<li>
|
|
3270
|
-
Defined in
|
|
3271
|
-
<a
|
|
3272
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L929"
|
|
3273
|
-
>core/scope/scope.js:929</a
|
|
3274
|
-
>
|
|
3275
|
-
</li>
|
|
3276
|
-
</ul>
|
|
3277
|
-
</aside>
|
|
3278
2005
|
</div>
|
|
3279
2006
|
</li>
|
|
3280
2007
|
</ul>
|
|
3281
2008
|
</section>
|
|
3282
2009
|
<section class="tsd-panel tsd-member">
|
|
3283
|
-
<h3 class="tsd-anchor-link" id="
|
|
3284
|
-
<span>
|
|
3285
|
-
><a
|
|
3286
|
-
href="#registerkey"
|
|
3287
|
-
aria-label="Permalink"
|
|
3288
|
-
class="tsd-anchor-icon"
|
|
2010
|
+
<h3 class="tsd-anchor-link" id="get">
|
|
2011
|
+
<span>get</span
|
|
2012
|
+
><a href="#get" aria-label="Permalink" class="tsd-anchor-icon"
|
|
3289
2013
|
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
3290
2014
|
<use href="../assets/icons.svg#icon-anchor"></use></svg
|
|
3291
2015
|
></a>
|
|
3292
2016
|
</h3>
|
|
3293
2017
|
<ul class="tsd-signatures">
|
|
3294
2018
|
<li class="">
|
|
3295
|
-
<div class="tsd-signature tsd-anchor-link" id="
|
|
3296
|
-
<span class="tsd-kind-call-signature">
|
|
3297
|
-
><span class="tsd-signature-symbol">(</span
|
|
3298
|
-
|
|
2019
|
+
<div class="tsd-signature tsd-anchor-link" id="get-1">
|
|
2020
|
+
<span class="tsd-kind-call-signature">get</span
|
|
2021
|
+
><span class="tsd-signature-symbol">(</span><br /> <span
|
|
2022
|
+
class="tsd-kind-parameter"
|
|
2023
|
+
>target</span
|
|
3299
2024
|
><span class="tsd-signature-symbol">:</span>
|
|
3300
2025
|
<span class="tsd-signature-type">any</span
|
|
3301
|
-
><span class="tsd-signature-symbol">,</span
|
|
3302
|
-
|
|
2026
|
+
><span class="tsd-signature-symbol">,</span><br /> <span
|
|
2027
|
+
class="tsd-kind-parameter"
|
|
2028
|
+
>property</span
|
|
3303
2029
|
><span class="tsd-signature-symbol">:</span>
|
|
3304
|
-
<span class="tsd-signature-type">
|
|
3305
|
-
|
|
2030
|
+
<span class="tsd-signature-type">string</span>
|
|
2031
|
+
<span class="tsd-signature-symbol">|</span>
|
|
2032
|
+
<span class="tsd-signature-type">number</span>
|
|
2033
|
+
<span class="tsd-signature-symbol">|</span>
|
|
2034
|
+
<span class="tsd-signature-type">symbol</span
|
|
2035
|
+
><span class="tsd-signature-symbol">,</span><br /> <span
|
|
2036
|
+
class="tsd-kind-parameter"
|
|
2037
|
+
>proxy</span
|
|
3306
2038
|
><span class="tsd-signature-symbol">:</span>
|
|
3307
|
-
<span class="tsd-signature-type">
|
|
2039
|
+
<span class="tsd-signature-type">ProxyConstructor</span
|
|
2040
|
+
><span class="tsd-signature-symbol">,</span><br /><span
|
|
2041
|
+
class="tsd-signature-symbol"
|
|
2042
|
+
>)</span
|
|
2043
|
+
><span class="tsd-signature-symbol">:</span>
|
|
2044
|
+
<span class="tsd-signature-type">any</span
|
|
3308
2045
|
><a
|
|
3309
|
-
href="#
|
|
2046
|
+
href="#get-1"
|
|
3310
2047
|
aria-label="Permalink"
|
|
3311
2048
|
class="tsd-anchor-icon"
|
|
3312
2049
|
><svg viewBox="0 0 24 24" aria-hidden="true">
|
|
@@ -3314,37 +2051,65 @@
|
|
|
3314
2051
|
></a>
|
|
3315
2052
|
</div>
|
|
3316
2053
|
<div class="tsd-description">
|
|
2054
|
+
<div class="tsd-comment tsd-typography">
|
|
2055
|
+
<p>
|
|
2056
|
+
Intercepts property access on the target object. It
|
|
2057
|
+
checks for specific properties (<code>watch</code> and
|
|
2058
|
+
<code>sync</code>) and binds their methods. For other
|
|
2059
|
+
properties, it returns the value directly.
|
|
2060
|
+
</p>
|
|
2061
|
+
</div>
|
|
3317
2062
|
<div class="tsd-parameters">
|
|
3318
2063
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
3319
2064
|
<ul class="tsd-parameter-list">
|
|
3320
2065
|
<li>
|
|
3321
2066
|
<span
|
|
3322
|
-
><span class="tsd-kind-parameter">
|
|
2067
|
+
><span class="tsd-kind-parameter">target</span>:
|
|
3323
2068
|
<span class="tsd-signature-type">any</span></span
|
|
3324
2069
|
>
|
|
2070
|
+
<div class="tsd-comment tsd-typography">
|
|
2071
|
+
<p>The target object.</p>
|
|
2072
|
+
</div>
|
|
2073
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
3325
2074
|
</li>
|
|
3326
2075
|
<li>
|
|
3327
2076
|
<span
|
|
3328
|
-
><span class="tsd-kind-parameter">
|
|
3329
|
-
<span class="tsd-signature-type">
|
|
2077
|
+
><span class="tsd-kind-parameter">property</span>:
|
|
2078
|
+
<span class="tsd-signature-type">string</span>
|
|
2079
|
+
<span class="tsd-signature-symbol">|</span>
|
|
2080
|
+
<span class="tsd-signature-type">number</span>
|
|
2081
|
+
<span class="tsd-signature-symbol">|</span>
|
|
2082
|
+
<span class="tsd-signature-type">symbol</span></span
|
|
3330
2083
|
>
|
|
2084
|
+
<div class="tsd-comment tsd-typography">
|
|
2085
|
+
<p>The name of the property being accessed.</p>
|
|
2086
|
+
</div>
|
|
2087
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
3331
2088
|
</li>
|
|
3332
|
-
</ul>
|
|
3333
|
-
</div>
|
|
3334
|
-
<h4 class="tsd-returns-title">
|
|
3335
|
-
Returns <span class="tsd-signature-type">void</span>
|
|
3336
|
-
</h4>
|
|
3337
|
-
<aside class="tsd-sources">
|
|
3338
|
-
<ul>
|
|
3339
2089
|
<li>
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
2090
|
+
<span
|
|
2091
|
+
><span class="tsd-kind-parameter">proxy</span>:
|
|
2092
|
+
<span class="tsd-signature-type"
|
|
2093
|
+
>ProxyConstructor</span
|
|
2094
|
+
></span
|
|
3344
2095
|
>
|
|
2096
|
+
<div class="tsd-comment tsd-typography">
|
|
2097
|
+
<p>The proxy object being invoked</p>
|
|
2098
|
+
</div>
|
|
2099
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
3345
2100
|
</li>
|
|
3346
2101
|
</ul>
|
|
3347
|
-
</
|
|
2102
|
+
</div>
|
|
2103
|
+
<h4 class="tsd-returns-title">
|
|
2104
|
+
Returns <span class="tsd-signature-type">any</span>
|
|
2105
|
+
</h4>
|
|
2106
|
+
<ul>
|
|
2107
|
+
<li>
|
|
2108
|
+
The value of the property or a method if accessing
|
|
2109
|
+
<code>watch</code> or <code>sync</code>.
|
|
2110
|
+
</li>
|
|
2111
|
+
</ul>
|
|
2112
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
3348
2113
|
</div>
|
|
3349
2114
|
</li>
|
|
3350
2115
|
</ul>
|
|
@@ -3376,7 +2141,7 @@
|
|
|
3376
2141
|
><span class="tsd-signature-symbol">,</span>
|
|
3377
2142
|
<span class="tsd-kind-parameter">proxy</span
|
|
3378
2143
|
><span class="tsd-signature-symbol">:</span>
|
|
3379
|
-
<span class="tsd-signature-type">
|
|
2144
|
+
<span class="tsd-signature-type">ProxyConstructor</span
|
|
3380
2145
|
><span class="tsd-signature-symbol">)</span
|
|
3381
2146
|
><span class="tsd-signature-symbol">:</span>
|
|
3382
2147
|
<span class="tsd-signature-type">boolean</span
|
|
@@ -3432,8 +2197,14 @@
|
|
|
3432
2197
|
<li>
|
|
3433
2198
|
<span
|
|
3434
2199
|
><span class="tsd-kind-parameter">proxy</span>:
|
|
3435
|
-
<span class="tsd-signature-type"
|
|
2200
|
+
<span class="tsd-signature-type"
|
|
2201
|
+
>ProxyConstructor</span
|
|
2202
|
+
></span
|
|
3436
2203
|
>
|
|
2204
|
+
<div class="tsd-comment tsd-typography">
|
|
2205
|
+
<p>The proxy intercepting property access</p>
|
|
2206
|
+
</div>
|
|
2207
|
+
<div class="tsd-comment tsd-typography"></div>
|
|
3437
2208
|
</li>
|
|
3438
2209
|
</ul>
|
|
3439
2210
|
</div>
|
|
@@ -3446,17 +2217,6 @@
|
|
|
3446
2217
|
</li>
|
|
3447
2218
|
</ul>
|
|
3448
2219
|
<div class="tsd-comment tsd-typography"></div>
|
|
3449
|
-
<aside class="tsd-sources">
|
|
3450
|
-
<ul>
|
|
3451
|
-
<li>
|
|
3452
|
-
Defined in
|
|
3453
|
-
<a
|
|
3454
|
-
href="https://github.com/Angular-Wave/angular.ts/blob/313b293606259c262c2eb31fddf6a3bc26b2ca23/src/core/scope/scope.js#L231"
|
|
3455
|
-
>core/scope/scope.js:231</a
|
|
3456
|
-
>
|
|
3457
|
-
</li>
|
|
3458
|
-
</ul>
|
|
3459
|
-
</aside>
|
|
3460
2220
|
</div>
|
|
3461
2221
|
</li>
|
|
3462
2222
|
</ul>
|
|
@@ -3838,14 +2598,6 @@
|
|
|
3838
2598
|
>
|
|
3839
2599
|
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
3840
2600
|
><span>$apply</span></a
|
|
3841
|
-
><a href="#applyasync"
|
|
3842
|
-
><svg
|
|
3843
|
-
class="tsd-kind-icon"
|
|
3844
|
-
viewBox="0 0 24 24"
|
|
3845
|
-
aria-label="Method"
|
|
3846
|
-
>
|
|
3847
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
3848
|
-
><span>$apply<wbr />Async</span></a
|
|
3849
2601
|
><a href="#broadcast"
|
|
3850
2602
|
><svg
|
|
3851
2603
|
class="tsd-kind-icon"
|
|
@@ -3950,32 +2702,6 @@
|
|
|
3950
2702
|
>
|
|
3951
2703
|
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
3952
2704
|
><span>$watch</span></a
|
|
3953
|
-
><a href="#watchcollection"
|
|
3954
|
-
><svg
|
|
3955
|
-
class="tsd-kind-icon"
|
|
3956
|
-
viewBox="0 0 24 24"
|
|
3957
|
-
aria-label="Method"
|
|
3958
|
-
>
|
|
3959
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
3960
|
-
><span>$watch<wbr />Collection</span></a
|
|
3961
|
-
><a href="#watchgroup"
|
|
3962
|
-
><svg
|
|
3963
|
-
class="tsd-kind-icon"
|
|
3964
|
-
viewBox="0 0 24 24"
|
|
3965
|
-
aria-label="Method"
|
|
3966
|
-
>
|
|
3967
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
3968
|
-
><span>$watch<wbr />Group</span></a
|
|
3969
|
-
><a href="#checkelistenersforallkeys"
|
|
3970
|
-
><svg
|
|
3971
|
-
class="tsd-kind-icon"
|
|
3972
|
-
viewBox="0 0 24 24"
|
|
3973
|
-
aria-label="Method"
|
|
3974
|
-
>
|
|
3975
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
3976
|
-
><span
|
|
3977
|
-
>checke<wbr />Listeners<wbr />For<wbr />All<wbr />Keys</span
|
|
3978
|
-
></a
|
|
3979
2705
|
><a href="#deleteproperty"
|
|
3980
2706
|
><svg
|
|
3981
2707
|
class="tsd-kind-icon"
|
|
@@ -3984,22 +2710,6 @@
|
|
|
3984
2710
|
>
|
|
3985
2711
|
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
3986
2712
|
><span>delete<wbr />Property</span></a
|
|
3987
|
-
><a href="#deregisterforeignkey"
|
|
3988
|
-
><svg
|
|
3989
|
-
class="tsd-kind-icon"
|
|
3990
|
-
viewBox="0 0 24 24"
|
|
3991
|
-
aria-label="Method"
|
|
3992
|
-
>
|
|
3993
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
3994
|
-
><span>deregister<wbr />Foreign<wbr />Key</span></a
|
|
3995
|
-
><a href="#deregisterkey"
|
|
3996
|
-
><svg
|
|
3997
|
-
class="tsd-kind-icon"
|
|
3998
|
-
viewBox="0 0 24 24"
|
|
3999
|
-
aria-label="Method"
|
|
4000
|
-
>
|
|
4001
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
4002
|
-
><span>deregister<wbr />Key</span></a
|
|
4003
2713
|
><a href="#get"
|
|
4004
2714
|
><svg
|
|
4005
2715
|
class="tsd-kind-icon"
|
|
@@ -4008,30 +2718,6 @@
|
|
|
4008
2718
|
>
|
|
4009
2719
|
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
4010
2720
|
><span>get</span></a
|
|
4011
|
-
><a href="#notifylistener"
|
|
4012
|
-
><svg
|
|
4013
|
-
class="tsd-kind-icon"
|
|
4014
|
-
viewBox="0 0 24 24"
|
|
4015
|
-
aria-label="Method"
|
|
4016
|
-
>
|
|
4017
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
4018
|
-
><span>notify<wbr />Listener</span></a
|
|
4019
|
-
><a href="#registerforeignkey"
|
|
4020
|
-
><svg
|
|
4021
|
-
class="tsd-kind-icon"
|
|
4022
|
-
viewBox="0 0 24 24"
|
|
4023
|
-
aria-label="Method"
|
|
4024
|
-
>
|
|
4025
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
4026
|
-
><span>register<wbr />Foreign<wbr />Key</span></a
|
|
4027
|
-
><a href="#registerkey"
|
|
4028
|
-
><svg
|
|
4029
|
-
class="tsd-kind-icon"
|
|
4030
|
-
viewBox="0 0 24 24"
|
|
4031
|
-
aria-label="Method"
|
|
4032
|
-
>
|
|
4033
|
-
<use href="../assets/icons.svg#icon-2048"></use></svg
|
|
4034
|
-
><span>register<wbr />Key</span></a
|
|
4035
2721
|
><a href="#set"
|
|
4036
2722
|
><svg
|
|
4037
2723
|
class="tsd-kind-icon"
|
|
@@ -4048,7 +2734,7 @@
|
|
|
4048
2734
|
</div>
|
|
4049
2735
|
<div class="site-menu">
|
|
4050
2736
|
<nav class="tsd-navigation">
|
|
4051
|
-
<a href="../modules.html"
|
|
2737
|
+
<a href="../modules.html">AngularTS</a>
|
|
4052
2738
|
<ul class="tsd-small-nested-navigation" id="tsd-nav-container">
|
|
4053
2739
|
<li>Loading...</li>
|
|
4054
2740
|
</ul>
|