File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ export * from "carbon-components-angular/tooltip";
47
47
export * from "carbon-components-angular/tiles" ;
48
48
export * from "carbon-components-angular/timepicker" ;
49
49
export * from "carbon-components-angular/timepicker-select" ;
50
+ export * from "carbon-components-angular/treeview" ;
50
51
export * from "carbon-components-angular/ui-shell" ;
51
52
export * from "carbon-components-angular/utils" ;
52
53
export * from "carbon-components-angular/icon" ;
Original file line number Diff line number Diff line change
1
+ export * from "./treeview.module" ;
2
+ export * from "./tree-node.component" ;
3
+ export * from "./treeview.component" ;
4
+ export * from "./treeview.service" ;
Original file line number Diff line number Diff line change
1
+ {
2
+ "ngPackage" : {
3
+ "lib" : {
4
+ "entryFile" : " index.ts"
5
+ }
6
+ }
7
+ }
You can’t perform that action at this time.
0 commit comments