Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions api-goldens/element-ng/formly-next/index.api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Public API Report File for "@siemens/element-ng_formly-next"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

import { AbstractControl } from '@angular/forms';
import * as i0 from '@angular/core';
import { SiFormlyComponent } from '@siemens/element-ng/formly';

// @public (undocumented)
export class SiFormlyNextComponent<TControl extends {
[K in keyof TControl]: AbstractControl;
}> extends SiFormlyComponent<TControl> {
}

// (No @packageDocumentation comment for this package)

```
3 changes: 3 additions & 0 deletions api-goldens/element-ng/formly/index.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ import { ModuleWithProviders } from '@angular/core';
import * as _ngx_formly_core from '@ngx-formly/core';
import { OnInit } from '@angular/core';

// @public (undocumented)
export const dynamicUiConfig: () => ConfigOption;

// @public (undocumented)
export class SiFormlyComponent<TControl extends {
[K in keyof TControl]: AbstractControl;
Expand Down
Loading
Loading