in case that the user has deactivated JavaScript in his browser, i would like to show an error-message that my AngularJS-WeppApp can not be shown.
My first idea for doing this is to show this error-message by default and to replace it with my Angular- startpage when JavaScript is activated in browser.
My questions: is there a better idea and/or is there a standard-way to handle the problem with deactivated JavaScript and AngularJS-Apps.