carbon-components-angular
Version:
Next generation components
42 lines (38 loc) • 1.79 kB
TypeScript
/**
*
* carbon-angular v0.0.0 | utils.module.d.ts
*
* Copyright 2014, 2024 IBM
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import { Optional, NgZone } from "@angular/core";
import { AnimationFrameServiceSingleton } from "./animation-frame.service";
import { DocumentService } from "./document.service";
import * as i0 from "@angular/core";
export declare function DOCUMENT_SERVICE_PROVIDER_FACTORY(parentService: DocumentService): DocumentService;
export declare const DOCUMENT_SERVICE_PROVIDER: {
provide: typeof DocumentService;
deps: Optional[][];
useFactory: typeof DOCUMENT_SERVICE_PROVIDER_FACTORY;
};
export declare function ANIMATION_FRAME_SERVICE_SINGLETON_PROVIDER_FACTORY(parentService: AnimationFrameServiceSingleton, ngZone: NgZone): AnimationFrameServiceSingleton;
export declare const ANIMATION_FRAME_SERVICE_SINGLETON_PROVIDER: {
provide: typeof AnimationFrameServiceSingleton;
deps: (Optional[] | typeof NgZone)[];
useFactory: typeof ANIMATION_FRAME_SERVICE_SINGLETON_PROVIDER_FACTORY;
};
export declare class UtilsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<UtilsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<UtilsModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<UtilsModule>;
}