Skip to content

Commit

Permalink
fix(docs): fix mention of angular-cli.json file to angular.json (#701)
Browse files Browse the repository at this point in the history
### Please read and mark the following check list before creating a pull request:

 - [x] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/nebular/blob/master/CONTRIBUTING.md) guide.
 - [x] I read and followed the [New Feature Checklist](https://github.com/akveo/nebular/blob/master/DEV_DOCS.md#new-feature-checklist) guide.
 
 #### Short description of what this resolves:

Angular 6 update documentation
  • Loading branch information
ceefour authored and nnixaa committed Sep 10, 2018
1 parent b9283d3 commit 3211c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/articles/install-into-existing.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Same way you can enable Auth Module (more details under [Auth Module Concepts &
## Install Styles
Now, let's import Nebular styles
Include Bootstrap and default Nebular theme CSS files into your `.angular-cli.json` file:
Include Bootstrap and default Nebular theme CSS files into your `angular.json` file (or `.angular-cli.json` for Angular < 6.0):
```scss
"styles": [
Expand Down

0 comments on commit 3211c54

Please sign in to comment.