angular_ts/injection_tokens

Generated by integrations/gleam/tool/generate_injection_tokens.mjs. Do not edit by hand.

Source: @types/interface.d.ts PublicInjectionTokens.

Values

pub fn anchor_scroll() -> token.Token(
  namespace.AnchorScrollService,
)

Returns the typed token for the $anchorScroll AngularTS injectable.

pub fn angular() -> token.Token(namespace.AngularService)

Returns the typed token for the $angular AngularTS injectable.

pub fn animate() -> token.Token(namespace.AnimateService)

Returns the typed token for the $animate AngularTS injectable.

pub fn aria() -> token.Token(namespace.AriaService)

Returns the typed token for the $aria AngularTS injectable.

pub fn compile() -> token.Token(namespace.CompileService)

Returns the typed token for the $compile AngularTS injectable.

pub fn controller() -> token.Token(namespace.ControllerService)

Returns the typed token for the $controller AngularTS injectable.

pub fn cookie() -> token.Token(namespace.CookieService)

Returns the typed token for the $cookie AngularTS injectable.

pub fn document() -> token.Token(namespace.DocumentService)

Returns the typed token for the $document AngularTS injectable.

pub fn element() -> token.Token(namespace.ElementService)

Returns the typed token for the $element AngularTS injectable.

pub fn event_bus() -> token.Token(namespace.EventBusService)

Returns the typed token for the $eventBus AngularTS injectable.

pub fn exception_handler() -> token.Token(
  namespace.ExceptionHandlerService,
)

Returns the typed token for the $exceptionHandler AngularTS injectable.

pub fn filter() -> token.Token(namespace.FilterService)

Returns the typed token for the $filter AngularTS injectable.

pub fn html_canvas() -> token.Token(namespace.HtmlCanvasService)

Returns the typed token for the $htmlCanvas AngularTS injectable.

pub fn http() -> token.Token(namespace.HttpService)

Returns the typed token for the $http AngularTS injectable.

pub fn http_param_serializer() -> token.Token(
  namespace.HttpParamSerializerService,
)

Returns the typed token for the $httpParamSerializer AngularTS injectable.

pub fn injector() -> token.Token(
  namespace.InjectorService(dynamic.Dynamic),
)

Returns the typed token for the $injector AngularTS injectable.

pub fn interpolate() -> token.Token(namespace.InterpolateService)

Returns the typed token for the $interpolate AngularTS injectable.

pub fn location() -> token.Token(namespace.LocationService)

Returns the typed token for the $location AngularTS injectable.

pub fn log() -> token.Token(namespace.LogService)

Returns the typed token for the $log AngularTS injectable.

pub fn machine() -> token.Token(namespace.MachineService)

Returns the typed token for the $machine AngularTS injectable.

pub fn parse() -> token.Token(namespace.ParseService)

Returns the typed token for the $parse AngularTS injectable.

pub fn rest() -> token.Token(namespace.RestFactory)

Returns the typed token for the $rest AngularTS injectable.

pub fn root_element() -> token.Token(namespace.RootElementService)

Returns the typed token for the $rootElement AngularTS injectable.

pub fn root_scope() -> token.Token(namespace.RootScopeService)

Returns the typed token for the $rootScope AngularTS injectable.

pub fn sce() -> token.Token(namespace.SceService)

Returns the typed token for the $sce AngularTS injectable.

pub fn sce_delegate() -> token.Token(namespace.SceDelegateService)

Returns the typed token for the $sceDelegate AngularTS injectable.

pub fn scope() -> token.Token(namespace.ScopeService)

Returns the typed token for the $scope AngularTS injectable.

pub fn security() -> token.Token(namespace.SecurityPolicy)

Returns the typed token for the $security AngularTS injectable.

pub fn service_worker() -> token.Token(
  namespace.ServiceWorkerService,
)

Returns the typed token for the $serviceWorker AngularTS injectable.

pub fn sse() -> token.Token(namespace.SseService)

Returns the typed token for the $sse AngularTS injectable.

pub fn state() -> token.Token(
  namespace.StateService(dynamic.Dynamic),
)

Returns the typed token for the $state AngularTS injectable.

pub fn state_registry() -> token.Token(
  namespace.StateRegistryService,
)

Returns the typed token for the $stateRegistry AngularTS injectable.

pub fn storage() -> token.Token(dynamic.Dynamic)

Returns the typed token for the $storage AngularTS injectable.

pub fn stream() -> token.Token(namespace.StreamService)

Returns the typed token for the $stream AngularTS injectable.

pub fn template_cache() -> token.Token(
  namespace.TemplateCacheService,
)

Returns the typed token for the $templateCache AngularTS injectable.

pub fn template_request() -> token.Token(
  namespace.TemplateRequestService,
)

Returns the typed token for the $templateRequest AngularTS injectable.

pub fn transitions() -> token.Token(namespace.TransitionsService)

Returns the typed token for the $transitions AngularTS injectable.

pub fn wasm() -> token.Token(dynamic.Dynamic)

Returns the typed token for the $wasm AngularTS injectable.

pub fn web_component() -> token.Token(
  namespace.WebComponentService,
)

Returns the typed token for the $webComponent AngularTS injectable.

pub fn web_transport() -> token.Token(
  namespace.WebTransportService,
)

Returns the typed token for the $webTransport AngularTS injectable.

pub fn websocket() -> token.Token(namespace.WebSocketService)

Returns the typed token for the $websocket AngularTS injectable.

pub fn window() -> token.Token(namespace.WindowService)

Returns the typed token for the $window AngularTS injectable.

pub fn worker() -> token.Token(namespace.WorkerService)

Returns the typed token for the $worker AngularTS injectable.

pub fn workflow() -> token.Token(namespace.WorkflowService)

Returns the typed token for the $workflow AngularTS injectable.

pub fn workflow_supervisor() -> token.Token(dynamic.Dynamic)

Returns the typed token for the $workflowSupervisor AngularTS injectable.

Search Document