SHARE
TWEET
Untitled
a guest
Oct 6th, 2016
61
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- import angular from "angular";
- import uiRouter from "angular-ui-router";
- import HomeComponent from "./home.component";
- function componentConfig($stateProvider) {
- }
- const home = angular
- .module("home", [uiRouter])
- .component("home", HomeComponent)
- .config(componentConfig)
- .name;
- componentConfig.$inject["$stateProvider"];
- export default home;
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
