Last active
April 7, 2018 03:09
-
-
Save huytrongnguyen/3137cea31ebe47fb601c04cb18f534ba 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 angular from 'angular'; | |
| import NavbarComponent from './navbar/navbar.component'; | |
| export default angular | |
| .module('app.common', []) | |
| .directive('navbar', () => NavbarComponent); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment