Skip to content

Commit a42aae9

Browse files
commit
1 parent 82333f9 commit a42aae9

File tree

10 files changed

+2956
-1076
lines changed

10 files changed

+2956
-1076
lines changed

angular.json

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,23 @@
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
2424
"tsConfig": "tsconfig.app.json",
25-
"aot": false,
25+
"aot": true,
2626
"assets": [
2727
"src/favicon.ico",
2828
"src/assets"
2929
],
3030
"styles": [
31-
"src/styles.scss"
31+
"./node_modules/@angular/material/prebuilt-themes/purple-green.css",
32+
"src/styles.scss",
33+
"node_modules/prismjs/themes/prism-dark.css",
34+
"node_modules/prismjs/plugins/line-numbers/prism-line-numbers.css"
3235
],
33-
"scripts": []
36+
"scripts": [
37+
"node_modules/marked/lib/marked.js",
38+
"node_modules/prismjs/prism.js",
39+
"node_modules/prismjs/components/prism-typescript.min.js",
40+
"node_modules/prismjs/plugins/line-numbers/prism-line-numbers.js"
41+
]
3442
},
3543
"configurations": {
3644
"production": {
@@ -45,7 +53,6 @@
4553
"sourceMap": false,
4654
"extractCss": true,
4755
"namedChunks": false,
48-
"aot": true,
4956
"extractLicenses": true,
5057
"vendorChunk": false,
5158
"buildOptimizer": true,
@@ -93,6 +100,7 @@
93100
"src/assets"
94101
],
95102
"styles": [
103+
"./node_modules/@angular/material/prebuilt-themes/purple-green.css",
96104
"src/styles.scss"
97105
],
98106
"scripts": []
@@ -124,6 +132,7 @@
124132
}
125133
}
126134
}
127-
}},
135+
}
136+
},
128137
"defaultProject": "ngrx-tutorial"
129-
}
138+
}

0 commit comments

Comments
 (0)