- Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.d.ts
14 lines (14 loc) · 898 Bytes
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
* @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.dev/license
*/
export{buildApplication,typeApplicationBuilderOptions}from'./builders/application';
exporttype{ApplicationBuilderExtensions}from'./builders/application/options';
export{typeBuildOutputFile,BuildOutputFileType}from'./tools/esbuild/bundler-context';
exporttype{BuildOutputAsset}from'./tools/esbuild/bundler-execution-result';
export{executeDevServerBuilder,typeDevServerBuilderOptions,typeDevServerBuilderOutput,}from'./builders/dev-server';
export{executeasexecuteExtractI18nBuilder,typeExtractI18nBuilderOptions,}from'./builders/extract-i18n';
export{executeasexecuteNgPackagrBuilder,typeNgPackagrBuilderOptions,}from'./builders/ng-packagr';