drpx-otherwisehome

Simple Angular component that provides from a otherwisehome that can be used as model, controller or directive

Usage no npm install needed!

<script type="module">
  import drpxOtherwisehome from 'https://cdn.skypack.dev/drpx-otherwisehome';
</script>

README

drpx-otherwisehome

Simple Angular component that redirects to home if URL not configured

Install

$ bower install --save drpx-otherwisehome

add to your module the dependence:

    angular.module('yourModule', ['drpxOtherwiseHome']);

include the javascript library in your application:

<script src="bower_components/drpx-otherwisehome/drpx-otherwisehome.js"></script>

How to use

It works automatically.