We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4793d9f commit 533ab58Copy full SHA for 533ab58
README.md
@@ -355,7 +355,7 @@ export class SettingsComponent {
355
formsManager.setInitialValue('form', initialValue);
356
```
357
358
-### `getInitialValue(name)` - Get the Initial Value or undefined if not exist.
+### `getInitialValue(name)` - Get the initial value or `undefined` if not exist.
359
360
```ts
361
formsManager.getInitialValue('form');
0 commit comments