source: trip-planner-front/node_modules/@angular/cdk/schematics/utils/index.d.ts@ 59329aa

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

initial commit

  • Property mode set to 100644
File size: 588 bytes
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 */
8export * from './ast';
9export * from './ast/ng-module-imports';
10export * from './build-component';
11export * from './get-project';
12export * from './html-manipulation';
13export * from './parse5-element';
14export * from './project-index-file';
15export * from './project-main-file';
16export * from './project-style-file';
17export * from './project-targets';
18export * from './schematic-options';
Note: See TracBrowser for help on using the repository browser.