Skip to content

Commit c5647ef

Browse files
add toastr service
1 parent 10ffe80 commit c5647ef

File tree

5 files changed

+3008
-13707
lines changed

5 files changed

+3008
-13707
lines changed

angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"styles": [
2828
"node_modules/primeng/resources/themes/lara-light-blue/theme.css",
2929
"node_modules/primeng/resources/primeng.min.css",
30+
"node_modules/toastr/build/toastr.min.css",
3031
"src/app/styles/main.styles.scss"
3132
],
3233
"scripts": []
@@ -86,6 +87,7 @@
8687
"styles": [
8788
"node_modules/primeng/resources/themes/lara-light-blue/theme.css",
8889
"node_modules/primeng/resources/primeng.min.css",
90+
"node_modules/toastr/build/toastr.min.css",
8991
"src/app/styles/main.styles.scss"
9092
],
9193
"scripts": []
@@ -101,6 +103,7 @@
101103
}
102104
},
103105
"cli": {
104-
"schematicCollections": ["@angular-eslint/schematics"]
106+
"schematicCollections": ["@angular-eslint/schematics"],
107+
"analytics": "e88575e8-9f3c-4b9e-aa62-0f021be21cff"
105108
}
106109
}

0 commit comments

Comments
 (0)