Skip to content

Instantly share code, notes, and snippets.

@huytrongnguyen
Created April 7, 2018 01:51
Show Gist options
  • Select an option

  • Save huytrongnguyen/c0b60a91e2779c18e619372b320ace1f to your computer and use it in GitHub Desktop.

Select an option

Save huytrongnguyen/c0b60a91e2779c18e619372b320ace1f to your computer and use it in GitHub Desktop.
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