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.
19 lines
1.1 KiB
19 lines
1.1 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 './chip-list';
|
|
import * as ɵngcc2 from './chip';
|
|
import * as ɵngcc3 from './chip-input';
|
|
import * as ɵngcc4 from '@angular/material/core';
|
|
export declare class MatChipsModule {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatChipsModule, never>;
|
|
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatChipsModule, [typeof ɵngcc1.MatChipList, typeof ɵngcc2.MatChip, typeof ɵngcc3.MatChipInput, typeof ɵngcc2.MatChipRemove, typeof ɵngcc2.MatChipAvatar, typeof ɵngcc2.MatChipTrailingIcon], [typeof ɵngcc4.MatCommonModule], [typeof ɵngcc1.MatChipList, typeof ɵngcc2.MatChip, typeof ɵngcc3.MatChipInput, typeof ɵngcc2.MatChipRemove, typeof ɵngcc2.MatChipAvatar, typeof ɵngcc2.MatChipTrailingIcon]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatChipsModule>;
|
|
}
|
|
|
|
//# sourceMappingURL=chips-module.d.ts.map
|