source: trip-planner-front/node_modules/angular-material/index.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 270 bytes
Line 
1// Should already be required, here for clarity
2require('angular');
3
4// Load Angular and dependent libs
5require('angular-animate');
6require('angular-aria');
7
8// Now load Angular Material
9require('./angular-material');
10
11// Export namespace
12module.exports = 'ngMaterial';
Note: See TracBrowser for help on using the repository browser.