source: trip-planner-front/node_modules/@angular/material/chips/chips-module.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import * as ɵngcc0 from '@angular/core';
9import * as ɵngcc1 from './chip-list';
10import * as ɵngcc2 from './chip';
11import * as ɵngcc3 from './chip-input';
12import * as ɵngcc4 from '@angular/material/core';
13export declare class MatChipsModule {
14 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatChipsModule, never>;
15 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]>;
16 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatChipsModule>;
17}
18
19//# sourceMappingURL=chips-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.