This components adds the boilerplate for a custom ui-router state not found handler.
A state not found event is triggered when a non-existent state is requested.
To install the component:
$ ngx install ui-router-state-not-found-handler
No clue what the ngx
command line tool is? Learn more about AngularJS Express.
After installing the component, edit app.run.register-ui-router-state-not-found-handler.js
and add your custom logic.
MIT.