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 0ae63fe commit da1df26Copy full SHA for da1df26
src/app/reactive/reactive.component.ts
@@ -30,7 +30,7 @@ export class ReactiveComponent implements OnInit {
30
}
31
32
// controls form
33
- protected meta = {
+ public meta = {
34
submitted: false as boolean,
35
};
36
0 commit comments