We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be80aa commit 5870994Copy full SHA for 5870994
README.md
@@ -8,10 +8,10 @@ Assuming we're starting with a new @angular/cli project:
8
```shell
9
$ npx @angular/cli new my-project --style=scss
10
$ cd my-project
11
-$ npm i --save-dev carbon-components-angular carbon-components
+$ npm i --save-dev carbon-components-angular carbon-components @ngx-translate/core
12
```
13
14
-Then we need to include carbon-components in `src/styles.css`:
+Then we need to include carbon-components in `src/styles.scss`:
15
16
```scss
17
@import "~carbon-components/scss/globals/scss/styles.scss";
0 commit comments