Skip to content

Commit 5eba825

Browse files
committed
Created Library and Updated Menubar Component
1 parent 4a86783 commit 5eba825

38 files changed

Lines changed: 3834 additions & 10 deletions

angular.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,33 @@
9696
}
9797
}
9898
}
99+
},
100+
"css-fusion-g": {
101+
"projectType": "library",
102+
"root": "projects/css-fusion-g",
103+
"sourceRoot": "projects/css-fusion-g/src",
104+
"prefix": "lib",
105+
"architect": {
106+
"build": {
107+
"builder": "@angular/build:ng-packagr",
108+
"configurations": {
109+
"production": {
110+
"tsConfig": "projects/css-fusion-g/tsconfig.lib.prod.json"
111+
},
112+
"development": {
113+
"tsConfig": "projects/css-fusion-g/tsconfig.lib.json"
114+
}
115+
},
116+
"defaultConfiguration": "production"
117+
},
118+
"test": {
119+
"builder": "@angular/build:karma",
120+
"options": {
121+
"tsConfig": "projects/css-fusion-g/tsconfig.spec.json",
122+
"polyfills": ["zone.js", "zone.js/testing"]
123+
}
124+
}
125+
}
99126
}
100127
}
101128
}

0 commit comments

Comments
 (0)