Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. |AngularApps
  2. |-App1
  3. |-App2
  4. |---app
  5. |---index.html
  6. |---tsconfig.json
  7. |---tslint.json
  8. |---typings.json
  9. |---systemjs.config.js
  10. |-node_modules
  11. |-package.json
  12.  
  13. paths: {
  14. // paths serve as alias
  15. 'npm:': 'node_modules/'
  16. },
  17. // map tells the System loader where to look for things
  18. map: {
  19. // our app is within the app folder
  20. app: 'App2/app',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement