You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.6 KiB
25 lines
1.6 KiB
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
/** This module is used by both original and MDC-based slide-toggle implementations. */
|
|
import * as ɵngcc0 from '@angular/core';
|
|
import * as ɵngcc1 from './slide-toggle-required-validator';
|
|
import * as ɵngcc2 from './slide-toggle';
|
|
import * as ɵngcc3 from '@angular/material/core';
|
|
import * as ɵngcc4 from '@angular/cdk/observers';
|
|
export declare class _MatSlideToggleRequiredValidatorModule {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<_MatSlideToggleRequiredValidatorModule, never>;
|
|
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<_MatSlideToggleRequiredValidatorModule, [typeof ɵngcc1.MatSlideToggleRequiredValidator], never, [typeof ɵngcc1.MatSlideToggleRequiredValidator]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<_MatSlideToggleRequiredValidatorModule>;
|
|
}
|
|
export declare class MatSlideToggleModule {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatSlideToggleModule, never>;
|
|
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatSlideToggleModule, [typeof ɵngcc2.MatSlideToggle], [typeof _MatSlideToggleRequiredValidatorModule, typeof ɵngcc3.MatRippleModule, typeof ɵngcc3.MatCommonModule, typeof ɵngcc4.ObserversModule], [typeof _MatSlideToggleRequiredValidatorModule, typeof ɵngcc2.MatSlideToggle, typeof ɵngcc3.MatCommonModule]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatSlideToggleModule>;
|
|
}
|
|
|
|
//# sourceMappingURL=slide-toggle-module.d.ts.map
|