Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit e597f5e

Browse files
committed
fix(demo): remove styleext property from angular.json
1 parent 8aaa172 commit e597f5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo/angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@
181181
"defaultProject": "angular-datatables-demo",
182182
"schematics": {
183183
"@schematics/angular:component": {
184-
"prefix": "app",
185-
"styleext": "css"
184+
"prefix": "app"
186185
},
187186
"@schematics/angular:directive": {
188187
"prefix": "app"

0 commit comments

Comments
 (0)