File tree Expand file tree Collapse file tree 4 files changed +183
-117
lines changed
packages/angular-material Expand file tree Collapse file tree 4 files changed +183
-117
lines changed Original file line number Diff line number Diff line change 2121 "build:examples-app" : " lerna run build:examples-app && node packages/examples-app/prepare-examples-app.js"
2222 },
2323 "devDependencies" : {
24- "@angular/core" : " ^19.0.0" ,
25- "@angular/cli" : " ^19.0.0" ,
2624 "@babel/plugin-proposal-nullish-coalescing-operator" : " ^7.16.5" ,
2725 "@babel/plugin-proposal-optional-chaining" : " ^7.16.5" ,
2826 "@istanbuljs/nyc-config-typescript" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 11{
2- "$schema" : " ../.. /node_modules/@angular/cli/lib/config/schema.json" ,
2+ "$schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
33 "version" : 1 ,
44 "newProjectRoot" : " ." ,
55 "projects" : {
2020 "outputPath" : " example/dist/" ,
2121 "index" : " example/index.html" ,
2222 "main" : " example/main.ts" ,
23- "polyfills" : [
24- " zone.js"
25- ],
23+ "polyfills" : [" zone.js" ],
2624 "tsConfig" : " tsconfig.example.json" ,
2725 "inlineStyleLanguage" : " scss" ,
2826 "assets" : [],
2927 "styles" : [
3028 " ./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
3129 ],
3230 "scripts" : [],
33- "allowedCommonJsDependencies" : [
34- " lodash" ,
35- " hammerjs"
36- ],
31+ "allowedCommonJsDependencies" : [" lodash" , " hammerjs" ],
3732 "optimization" : false ,
3833 "buildOptimizer" : false
3934 }
4035 },
4136 "serve" : {
4237 "builder" : " @angular-devkit/build-angular:dev-server" ,
4338 "options" : {
44- "buildTarget" : " example:build"
39+ "buildTarget" : " example:build"
4540 }
4641 }
4742 }
7267 "options" : {
7368 "karmaConfig" : " karma.conf.js" ,
7469 "tsConfig" : " tsconfig.spec.json" ,
75- "polyfills" : [
76- " zone.js" ,
77- " zone.js/testing"
78- ]
70+ "polyfills" : [" zone.js" , " zone.js/testing" ]
7971 }
8072 }
8173 }
Original file line number Diff line number Diff line change 9090 "@angular-eslint/template-parser" : " ^19.0.0" ,
9191 "@angular/animations" : " ^19.0.0" ,
9292 "@angular/cdk" : " ^19.0.0" ,
93+ "@angular/cli" : " ^19.0.0" ,
9394 "@angular/common" : " ^19.0.0" ,
9495 "@angular/compiler" : " ^19.0.0" ,
9596 "@angular/compiler-cli" : " ^19.0.0" ,
You can’t perform that action at this time.
0 commit comments