I'm working on my first angular2 application, I need to implement a form that allows edit and view mode.
In view mode all the textbox items must di enabled , otherwise when I'm in view mode I want to show simple plain text ( like span element ).
What is the best practice to do that?
Is there some standard component or I have to implement some ngIf ?
Thanks