From 3211c54a7ef2dfba4f1edf8f085871d2db149cba Mon Sep 17 00:00:00 2001 From: Hendy Irawan Date: Mon, 10 Sep 2018 19:17:03 +0700 Subject: [PATCH] fix(docs): fix mention of angular-cli.json file to `angular.json` (#701) ### 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 --- docs/articles/install-into-existing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/install-into-existing.md b/docs/articles/install-into-existing.md index 1d63b126b8..dea9afe9a7 100644 --- a/docs/articles/install-into-existing.md +++ b/docs/articles/install-into-existing.md @@ -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": [