File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,15 @@ Note:
79
79
<script src="node_modules/angular-patternfly/node_modules/patternfly/node_modules/c3/c3.min.js"></script>
80
80
<script src="node_modules/angular-patternfly/node_modules/patternfly/node_modules/d3/d3.min.js"></script>
81
81
82
- 5 . (optional) The 'patternfly.charts' module is not a dependency in the default angular 'patternfly' module.
83
- In order to use patternfly charts you must add 'patternfly.charts' as a dependency in your application:
82
+ 5 . (optional) The 'patternfly.charts' and 'patternfly.table' modules are not a dependencies in the default angular 'patternfly' module.
83
+ In order to use patternfly charts and/or patternfly.table, you must add them as a dependencies in your application:
84
84
85
85
my-app.module.js:
86
86
87
87
angular.module('myApp', [
88
88
'patternfly',
89
- 'patternfly.charts'
89
+ 'patternfly.charts',
90
+ 'patternfly.table'
90
91
]);
91
92
92
93
### Using with Webpack
You can’t perform that action at this time.
0 commit comments