File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/manager/overthebox Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2020 "@ovh-ux/component-rollup-config" : " 5.0.0-beta.1"
2121 },
2222 "peerDependencies" : {
23+ "@ovh-ux/manager-core" : " ^1.0.0-alpha.0" ,
2324 "@ovh-ux/telecom-universe-components" : " ^1.0.4" ,
2425 "angular" : " 1.7.5" ,
2526 "angularjs-scroll-glue" : " ^2.2.0" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import 'ovh-angular-tail-logs';
22import 'angularjs-scroll-glue' ;
33
44import angular from 'angular' ;
5+ import '@ovh-ux/manager-core' ;
56
67import constant from './overTheBox.constant' ;
78import controller from './overTheBox.controller' ;
@@ -19,6 +20,7 @@ const moduleName = 'ovhManagerOtb';
1920angular . module ( moduleName , [
2021 'ui.router' ,
2122 'telecomUniverseComponents' ,
23+ 'ovhManagerCore' ,
2224 configure ,
2325 details ,
2426 docs ,
You can’t perform that action at this time.
0 commit comments