File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11< div class ="app-layout ">
22 <!-- Sidebar -->
3- < app -sidebar [expanded] ="sidebarExpanded() " />
3+ < lib -sidebar [expanded] ="sidebarExpanded() " />
44
55 <!-- Main -->
66 < div class ="main-wrapper ">
Original file line number Diff line number Diff line change 33 "version" : " 2.0.0" ,
44 "peerDependencies" : {
55 "@angular/core" : " ^21.2.0" ,
6- "@angular/router" : " ^21.2.0"
6+ "@angular/router" : " ^21.2.0" ,
7+ "@angular/common" : " ~21.2.0"
78 },
89 "sideEffects" : false ,
910 "nacs-contributions" : {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ function hasMenuData(route: Route): route is Route & { data: MenuRouteData } {
2424}
2525
2626@Component ( {
27- selector : 'app -sidebar' ,
27+ selector : 'lib -sidebar' ,
2828 imports : [ RouterModule , NgComponentOutlet ] ,
2929 changeDetection : ChangeDetectionStrategy . OnPush ,
3030 host : {
You can’t perform that action at this time.
0 commit comments