Created
April 7, 2018 01:51
-
-
Save huytrongnguyen/c0b60a91e2779c18e619372b320ace1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'babel-polyfill'; | |
| import angular from 'angular'; | |
| import CommonModule from './common/common.module'; | |
| import ComponentModule from './components/components.module'; | |
| angular.module('app', [ | |
| 'ui.router', | |
| 'app.common', | |
| 'app.components', | |
| ]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment