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.
21 lines
1.2 KiB
21 lines
1.2 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
|
|
*/
|
|
import * as ɵngcc0 from '@angular/core';
|
|
import * as ɵngcc1 from './nested-node';
|
|
import * as ɵngcc2 from './node';
|
|
import * as ɵngcc3 from './padding';
|
|
import * as ɵngcc4 from './toggle';
|
|
import * as ɵngcc5 from './tree';
|
|
import * as ɵngcc6 from './outlet';
|
|
export declare class CdkTreeModule {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<CdkTreeModule, never>;
|
|
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<CdkTreeModule, [typeof ɵngcc1.CdkNestedTreeNode, typeof ɵngcc2.CdkTreeNodeDef, typeof ɵngcc3.CdkTreeNodePadding, typeof ɵngcc4.CdkTreeNodeToggle, typeof ɵngcc5.CdkTree, typeof ɵngcc5.CdkTreeNode, typeof ɵngcc6.CdkTreeNodeOutlet], never, [typeof ɵngcc1.CdkNestedTreeNode, typeof ɵngcc2.CdkTreeNodeDef, typeof ɵngcc3.CdkTreeNodePadding, typeof ɵngcc4.CdkTreeNodeToggle, typeof ɵngcc5.CdkTree, typeof ɵngcc5.CdkTreeNode, typeof ɵngcc6.CdkTreeNodeOutlet]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<CdkTreeModule>;
|
|
}
|
|
|
|
//# sourceMappingURL=tree-module.d.ts.map
|