540co/epa-rfi

View on GitHub
src/app/dashboard/dashboard.module.js

Summary

Maintainability
A
0 mins
Test Coverage
(function() {
  'use strict';

  angular
    .module('app.dashboard', ['app.core', 'app.services', 'chart.js', 'ngMaterial']);

})();