- 
      
- 
        Save esperancaJS/2137cede9212060a4f8e55faeb373833 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 Home from './home/home'; | |
| import About from './about/about'; | |
| import Pokemonlist from './pokemonlist/pokemonlist'; | |
| let componentModule = angular.module('app.components', [ | |
| Home, | |
| About, | |
| Pokemonlist | |
| ]) | |
| .name; | |
| export default componentModule; | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment