In ionic cli, which of the follow commands can be used to automatically monitor changes in the file system?
Answers
To automatically monitor changes in the file system we can use the command ionic serve. Few functions that this command does are :-
1) It can create a local server for
developing apps and testing them.
2) It starts the LiveReload function
that monitors file changes in the
system.
3) Sass files can be viewed if there is
a project related to it.
Answer:
LiveReload
Explanation:
In ionic cli, which of the follow commands can be used to automatically monitor changes in the file system - LiveReload
By default, LiveReload will watch for changes in directory - www/ . it will exclude directory - www/lib/. You can mention a watchPatterns property in the ionic.project file located in project root to follow (or not follow) for specific changes.