2021-06-28 19:54:20 +02:00
|
|
|
## API Report File for "angular-srcs"
|
|
|
|
|
|
|
|
|
|
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
|
|
|
|
|
|
|
|
```ts
|
|
|
|
|
|
|
|
|
|
// @public
|
2020-03-05 13:14:03 -08:00
|
|
|
export interface BazelAndG3Options {
|
|
|
|
|
annotateForClosureCompiler?: boolean;
|
|
|
|
|
generateDeepReexports?: boolean;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-28 19:54:20 +02:00
|
|
|
// @public
|
2020-03-05 13:14:03 -08:00
|
|
|
export interface I18nOptions {
|
|
|
|
|
enableI18nLegacyMessageIdFormat?: boolean;
|
|
|
|
|
i18nInLocale?: string;
|
2020-04-26 18:15:43 +01:00
|
|
|
i18nNormalizeLineEndingsInICUs?: boolean;
|
2021-06-04 15:52:16 -07:00
|
|
|
i18nOutFile?: string;
|
|
|
|
|
i18nOutFormat?: string;
|
|
|
|
|
i18nOutLocale?: string;
|
2020-03-05 13:14:03 -08:00
|
|
|
i18nUseExternalIds?: boolean;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-28 19:54:20 +02:00
|
|
|
// @public
|
2020-03-05 13:14:03 -08:00
|
|
|
export interface LegacyNgcOptions {
|
|
|
|
|
allowEmptyCodegenFiles?: boolean;
|
|
|
|
|
flatModuleId?: string;
|
|
|
|
|
flatModuleOutFile?: string;
|
|
|
|
|
fullTemplateTypeCheck?: boolean;
|
|
|
|
|
preserveWhitespaces?: boolean;
|
|
|
|
|
strictInjectionParameters?: boolean;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-28 19:54:20 +02:00
|
|
|
// @public
|
2020-03-05 13:14:03 -08:00
|
|
|
export interface MiscOptions {
|
|
|
|
|
compileNonExportedClasses?: boolean;
|
|
|
|
|
disableTypeScriptVersionCheck?: boolean;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-28 19:54:20 +02:00
|
|
|
// @public
|
2020-03-05 13:14:03 -08:00
|
|
|
export interface NgcCompatibilityOptions {
|
|
|
|
|
enableIvy?: boolean | 'ngtsc';
|
|
|
|
|
generateNgFactoryShims?: boolean;
|
|
|
|
|
generateNgSummaryShims?: boolean;
|
|
|
|
|
}
|
|
|
|
|
|
2021-06-28 19:54:20 +02:00
|
|
|
// @public
|
2020-03-05 13:14:03 -08:00
|
|
|
export interface StrictTemplateOptions {
|
|
|
|
|
strictAttributeTypes?: boolean;
|
|
|
|
|
strictContextGenerics?: boolean;
|
|
|
|
|
strictDomEventTypes?: boolean;
|
|
|
|
|
strictDomLocalRefTypes?: boolean;
|
2020-07-28 14:51:14 -07:00
|
|
|
strictInputAccessModifiers?: boolean;
|
2020-03-05 13:14:03 -08:00
|
|
|
strictInputTypes?: boolean;
|
|
|
|
|
strictLiteralTypes?: boolean;
|
|
|
|
|
strictNullInputTypes?: boolean;
|
|
|
|
|
strictOutputEventTypes?: boolean;
|
|
|
|
|
strictSafeNavigationTypes?: boolean;
|
|
|
|
|
strictTemplates?: boolean;
|
|
|
|
|
}
|
2021-04-08 22:34:31 +02:00
|
|
|
|
2021-06-28 19:54:20 +02:00
|
|
|
// @public
|
2021-04-08 22:34:31 +02:00
|
|
|
export interface TargetOptions {
|
|
|
|
|
compilationMode?: 'full' | 'partial';
|
|
|
|
|
}
|
2021-06-28 19:54:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
// (No @packageDocumentation comment for this package)
|
|
|
|
|
|
|
|
|
|
```
|