Recently, I embarked on my journey to learn Angular. One of my goals is to retrieve data from a form and store it in a database (Firebase) using angularfire2.
While going through the documentation, I noticed that there is a "setValue()" method available but couldn't find any similar methods like "value()" or "getValue()". Are there any alternative methods that can be used for this purpose?
-TIA