Skip to content

Commit 73c966c

Browse files
authored
Fix the import for the app to compile
Workaround for the latest CLI bug angular/angular-cli#9185
1 parent e3a1305 commit 73c966c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* You can add global styles to this file, and also import other style files */
2-
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
2+
@import '@angular/material/prebuilt-themes/indigo-pink.css';
33

44
html, body {
55
padding: 0;

0 commit comments

Comments
 (0)