Skip to content

Instantly share code, notes, and snippets.

@huytrongnguyen
Last active April 7, 2018 03:11
Show Gist options
  • Select an option

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

Select an option

Save huytrongnguyen/3edae4a2835bb82454af69c35406a438 to your computer and use it in GitHub Desktop.
import angular from 'angular';
import NavbarComponent from './navbar/navbar.component';
export default angular
.module('app.common', [])
.component('navbar', NavbarComponent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment