Files
stf-DeviceFarmer/res/app/components/stf/common-ui/table/index.js
Denis Barbaron 6b2f434acb upgrade node to latest version v17.9.0 (#500)
* upgrade node to latest version v17.9.0

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>

* remove useless comments in karma configuration file

Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
2022-04-12 17:03:43 +02:00

11 lines
276 B
JavaScript

//
// Copyright © 2022 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
//
require('./table.css')
require('script-loader!ng-table/dist/ng-table')
module.exports = angular.module('stf/common-ui/table', [
'ngTable'
])